<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Creating Valid Records with Populator and&#160;Faker</title>
	<atom:link href="http://almosteffortless.com/2008/09/27/creating-valid-records-with-populator-and-faker/feed/" rel="self" type="application/rss+xml" />
	<link>http://almosteffortless.com/2008/09/27/creating-valid-records-with-populator-and-faker/</link>
	<description></description>
	<lastBuildDate>Wed, 10 Mar 2010 01:15:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Trevor</title>
		<link>http://almosteffortless.com/2008/09/27/creating-valid-records-with-populator-and-faker/comment-page-1/#comment-66652</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Tue, 30 Sep 2008 19:08:13 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=765#comment-66652</guid>
		<description>@Mario - of course, that&#039;s what I&#039;m taking a walk to get :)

@Casper - yeah, I guess you could raise an error if your RAILS_ENV is production, but I consider this to be the kind of thing that you&#039;d never run in production on accident. It&#039;s like running &quot;rake db:drop&quot; - anybody can do it with access to the production machine, if you know what I mean. Perhaps you could put this file into your project, but exclude it from your repo (e.g. .gitignore) and then it would never even make it into your production app.</description>
		<content:encoded><![CDATA[<p>@Mario &#8211; of course, that&#8217;s what I&#8217;m taking a walk to get :)</p>
<p>@Casper &#8211; yeah, I guess you could raise an error if your RAILS_ENV is production, but I consider this to be the kind of thing that you&#8217;d never run in production on accident. It&#8217;s like running &#8220;rake db:drop&#8221; &#8211; anybody can do it with access to the production machine, if you know what I mean. Perhaps you could put this file into your project, but exclude it from your repo (e.g. .gitignore) and then it would never even make it into your production app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Casper</title>
		<link>http://almosteffortless.com/2008/09/27/creating-valid-records-with-populator-and-faker/comment-page-1/#comment-66651</link>
		<dc:creator>Casper</dc:creator>
		<pubDate>Tue, 30 Sep 2008 19:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=765#comment-66651</guid>
		<description>Shouldn&#039;t you be checking to make sure the task is only run in the test environment? Looks like a pretty efficient way to accidentally blast your dev or production db :-/</description>
		<content:encoded><![CDATA[<p>Shouldn&#8217;t you be checking to make sure the task is only run in the test environment? Looks like a pretty efficient way to accidentally blast your dev or production db :-/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario Zigliotto</title>
		<link>http://almosteffortless.com/2008/09/27/creating-valid-records-with-populator-and-faker/comment-page-1/#comment-66649</link>
		<dc:creator>Mario Zigliotto</dc:creator>
		<pubDate>Tue, 30 Sep 2008 01:55:04 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=765#comment-66649</guid>
		<description>Long rake tasks also make a great excuse for getting more coffee :)</description>
		<content:encoded><![CDATA[<p>Long rake tasks also make a great excuse for getting more coffee :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://almosteffortless.com/2008/09/27/creating-valid-records-with-populator-and-faker/comment-page-1/#comment-66648</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Mon, 29 Sep 2008 22:25:42 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=765#comment-66648</guid>
		<description>@Chris, thanks - I&#039;ve updated this post to reflect that. 

@DrMark, I&#039;ve been meaning to check out Factory Girl. I&#039;m heading over to the site now to take a closer look. For others who might be looking for the same thing, here&#039;s a link: 

http://giantrobots.thoughtbot.com/2008/6/6/waiting-for-a-factory-girl</description>
		<content:encoded><![CDATA[<p>@Chris, thanks &#8211; I&#8217;ve updated this post to reflect that. </p>
<p>@DrMark, I&#8217;ve been meaning to check out Factory Girl. I&#8217;m heading over to the site now to take a closer look. For others who might be looking for the same thing, here&#8217;s a link: </p>
<p><a href="http://giantrobots.thoughtbot.com/2008/6/6/waiting-for-a-factory-girl" rel="nofollow">http://giantrobots.thoughtbot.com/2008/6/6/waiting-for-a-factory-girl</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Fresh Cup &#187; Blog Archive &#187; Double Shot #301</title>
		<link>http://almosteffortless.com/2008/09/27/creating-valid-records-with-populator-and-faker/comment-page-1/#comment-66646</link>
		<dc:creator>A Fresh Cup &#187; Blog Archive &#187; Double Shot #301</dc:creator>
		<pubDate>Mon, 29 Sep 2008 09:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=765#comment-66646</guid>
		<description>[...] Creating Valid Records with Populator and Faker - For filling up your test database with stuff. [...]</description>
		<content:encoded><![CDATA[<p>[...] Creating Valid Records with Populator and Faker &#8211; For filling up your test database with stuff. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DrMark</title>
		<link>http://almosteffortless.com/2008/09/27/creating-valid-records-with-populator-and-faker/comment-page-1/#comment-66645</link>
		<dc:creator>DrMark</dc:creator>
		<pubDate>Mon, 29 Sep 2008 03:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=765#comment-66645</guid>
		<description>I am sure that you have seen it, but FactoryGirl makes this virtually painlessly. You can also build tests for all of your factories to ensure they are valid.

Best of luck</description>
		<content:encoded><![CDATA[<p>I am sure that you have seen it, but FactoryGirl makes this virtually painlessly. You can also build tests for all of your factories to ensure they are valid.</p>
<p>Best of luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Eppstein</title>
		<link>http://almosteffortless.com/2008/09/27/creating-valid-records-with-populator-and-faker/comment-page-1/#comment-66643</link>
		<dc:creator>Chris Eppstein</dc:creator>
		<pubDate>Sun, 28 Sep 2008 06:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=765#comment-66643</guid>
		<description>pluralize.downcase should be tableize</description>
		<content:encoded><![CDATA[<p>pluralize.downcase should be tableize</p>
]]></content:encoded>
	</item>
</channel>
</rss>
