<?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>ruby on rails blog &#187; email</title>
	<atom:link href="http://jonathanng.com/tag/email/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathanng.com</link>
	<description>class AllYourCode &#60; Us</description>
	<lastBuildDate>Sat, 31 Oct 2009 02:53:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Valid email? Validate email addresses in Rails!</title>
		<link>http://jonathanng.com/ruby-on-rails/valid-email-validate-email-addresses-in-rails/</link>
		<comments>http://jonathanng.com/ruby-on-rails/valid-email-validate-email-addresses-in-rails/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 00:37:10 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://www.jonathansng.com/2008/02/05/valid-email-validate-email-addresses-in-rails/</guid>
		<description><![CDATA[Let&#8217;s face it, most of us creating apps collect at a very minimum a name and email address. By a simple validation method to our model, we can easily check the length, format, and presence of our fields. Checking the format of an email address is also simple, but requires a little more work. Using [...]]]></description>
		<wfw:commentRss>http://jonathanng.com/ruby-on-rails/valid-email-validate-email-addresses-in-rails/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
