<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Shaping Clouds &#187; sass</title>
	<atom:link href="http://shapingclouds.com/tag/sass/feed/" rel="self" type="application/rss+xml" />
	<link>http://shapingclouds.com</link>
	<description>A blog on developing, deploying and maintaining web applications at Firmhouse</description>
	<lastBuildDate>Mon, 14 Nov 2011 22:00:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>4 Rails gems and plugins you should know about</title>
		<link>http://shapingclouds.com/2009/06/18/4-rails-gems-and-plugins-you-should-know-about/</link>
		<comments>http://shapingclouds.com/2009/06/18/4-rails-gems-and-plugins-you-should-know-about/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 21:42:21 +0000</pubDate>
		<dc:creator>Michiel</dc:creator>
				<category><![CDATA[authentication]]></category>
		<category><![CDATA[authlogic]]></category>
		<category><![CDATA[avatars]]></category>
		<category><![CDATA[blueprint]]></category>
		<category><![CDATA[compass]]></category>
		<category><![CDATA[globalize2]]></category>
		<category><![CDATA[haml]]></category>
		<category><![CDATA[i18n]]></category>
		<category><![CDATA[paperclip]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[sass]]></category>

		<guid isPermaLink="false">http://shapingclouds.com/?p=240</guid>
		<description><![CDATA[Here are four gems and Rails plugins I generally like to use to build Rails applications. Use them to support authentication, internationalization, haml/sass and model avatars in your new Rails app. Blueprint CSS framework, haml and Sass If you&#8217;re still using erb for your standard views you are old school. You should use Compass, the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Here are four gems and Rails plugins I generally like to use to build Rails applications. Use them to support authentication, internationalization, haml/sass and model avatars in your new Rails app.</p>
<h3>Blueprint CSS framework, haml and Sass</h3>
<p>If you&#8217;re still using erb for your standard views you are old school. You should use <a href="http://github.com/chriseppstein/compass/tree/master">Compass</a>, the Rails gem that allows you to easily create stylesheets based on the Blueprint framework, using Haml and Sass in your styles and views.</p>
<h3>Internationalization on models (I18n)</h3>
<p>You can use the excellent <a href="http://github.com/joshmh/globalize2/tree/master">Globalize2 by joshmh</a> for making your Rails apps international. This plugins allows you to translate attributes on your models (dynamic translation). You can do this by creating the correct translation migrations and by adding this to your models. Use this plugin in combination with the standard <a href="http://guides.rubyonrails.org/i18n.html">Rails I18n API</a> to fully translate your application labels and models.</p>
<pre lang="ruby">class YourModel < ActiveRecord::Base
  translates :title, :text
end</pre>
<h3>Restful authentication with Authlogic</h3>
<p>The<a href="http://github.com/binarylogic/authlogic/tree/master"> authlogic gem by binarylogic</a> allows you to create a flexible authentication system with accounts for your application. It supports a lot of options to configure and you can keep it as basic as possible. For example, you can create parent accounts (example: businesses and users of the application in that business), password reset functionality, OpenID and more. Check it out!</p>
<h3>Account avatars and product previews</h3>
<p>Want to add user profile pictures or product previews if you're running a web shop or other catalogue application? Use the <a href="http://github.com/thoughtbot/paperclip/tree/master">Thoughtbott Paperclip plugin</a> to generate avatar columns, handle the file uploads and scale to different sizes. If you like Paperclip, be sure to check out other <a href="http://www.thoughtbot.com/projects">Thoughtbott Rails marbles!</a></pre>
]]></content:encoded>
			<wfw:commentRss>http://shapingclouds.com/2009/06/18/4-rails-gems-and-plugins-you-should-know-about/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

