<?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>Eric Hurst &#187; rails</title>
	<atom:link href="http://www.erichurst.com/tag/rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.erichurst.com</link>
	<description>Ruby on Rails Developer</description>
	<lastBuildDate>Thu, 29 Jul 2010 03:45:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Extend has_many with the :extend option</title>
		<link>http://www.erichurst.com/extend-has_many-with-the-extend-option/</link>
		<comments>http://www.erichurst.com/extend-has_many-with-the-extend-option/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 17:25:18 +0000</pubDate>
		<dc:creator>Eric Hurst</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Good idea]]></category>
		<category><![CDATA['web development']]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.erichurst.com/?p=369</guid>
		<description><![CDATA[The method has_many has several options that help you refine an association. The :extend option is one that I found myself using recently, and thought it would be nice to share with the internet.
Say you have a Friendship class that belongs to a User class, and that your User class has_many :friends, :through => :friendships. [...]]]></description>
		<wfw:commentRss>http://www.erichurst.com/extend-has_many-with-the-extend-option/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Two Way Encryption for Ruby on Rails</title>
		<link>http://www.erichurst.com/simple-two-way-encryption-for-ruby-on-rails/</link>
		<comments>http://www.erichurst.com/simple-two-way-encryption-for-ruby-on-rails/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 18:35:16 +0000</pubDate>
		<dc:creator>Eric Hurst</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Good idea]]></category>
		<category><![CDATA["how to"]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.erichurst.com/?p=361</guid>
		<description><![CDATA[There are many options to choose from when you need to store an encrypted value in a database. After trying a few, I recently settled on Sean Huber&#8217;s delightful attr_encrypted gem.
To use attr_encrypted you&#8217;ll need to first install the gem (gem install shuber-attr_encrypted --source http://gems.github.com), then either require it in your class or via config.gem. [...]]]></description>
		<wfw:commentRss>http://www.erichurst.com/simple-two-way-encryption-for-ruby-on-rails/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>A New Year, A New Website</title>
		<link>http://www.erichurst.com/a-new-year-a-new-website/</link>
		<comments>http://www.erichurst.com/a-new-year-a-new-website/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 04:02:30 +0000</pubDate>
		<dc:creator>Eric Hurst</dc:creator>
				<category><![CDATA[Lifelike]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[health]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[SXSWi]]></category>
		<category><![CDATA[weight loss]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.erichurst.com/?p=291</guid>
		<description><![CDATA[&#8220;New Year&#8221; blog posts typically deal with lists. Lists of the best and worst of the preceeding year. This post will be no different. Observe
2008: The Best
Discovering that my pr0n name is Jake Ponderosa and getting people to actually refer to me accordingly.
2008: The Worst
We have a tie between Mamma Mia! and being rejected for [...]]]></description>
		<wfw:commentRss>http://www.erichurst.com/a-new-year-a-new-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
