<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Validating your Fixtures</title>
	<atom:link href="http://trevorturk.wordpress.com/2008/09/20/validating-your-fixtures/feed/" rel="self" type="application/rss+xml" />
	<link>http://trevorturk.wordpress.com/2008/09/20/validating-your-fixtures/</link>
	<description>A chess-playing machine of the late 18th century, promoted as an automaton but later proved a hoax.</description>
	<lastBuildDate>Mon, 30 Jan 2012 07:56:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: xuanxu</title>
		<link>http://trevorturk.wordpress.com/2008/09/20/validating-your-fixtures/#comment-686</link>
		<dc:creator><![CDATA[xuanxu]]></dc:creator>
		<pubDate>Mon, 22 Sep 2008 04:13:05 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=759#comment-686</guid>
		<description><![CDATA[You can also use the test_fixtures plugin: &lt;a href=&quot;http://i.justcodeit.net/plugins/test_fixtures/&quot; rel=&quot;nofollow&quot;&gt;http://i.justcodeit.net/plugins/test_fixtures/&lt;/a&gt; ]]></description>
		<content:encoded><![CDATA[<p>You can also use the test_fixtures plugin: <a href="http://i.justcodeit.net/plugins/test_fixtures/" rel="nofollow">http://i.justcodeit.net/plugins/test_fixtures/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://trevorturk.wordpress.com/2008/09/20/validating-your-fixtures/#comment-685</link>
		<dc:creator><![CDATA[Trevor]]></dc:creator>
		<pubDate>Sun, 21 Sep 2008 15:45:45 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=759#comment-685</guid>
		<description><![CDATA[Thanks for the tip, Nigel - I&#039;ve updated the code to use camelize instead of capitalize. ]]></description>
		<content:encoded><![CDATA[<p>Thanks for the tip, Nigel &#8211; I&#039;ve updated the code to use camelize instead of capitalize.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Manges</title>
		<link>http://trevorturk.wordpress.com/2008/09/20/validating-your-fixtures/#comment-684</link>
		<dc:creator><![CDATA[Dan Manges]]></dc:creator>
		<pubDate>Sun, 21 Sep 2008 14:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=759#comment-684</guid>
		<description><![CDATA[One suggestion: just don&#039;t use fixtures. :-) ]]></description>
		<content:encoded><![CDATA[<p>One suggestion: just don&#039;t use fixtures. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nigel Rausch</title>
		<link>http://trevorturk.wordpress.com/2008/09/20/validating-your-fixtures/#comment-683</link>
		<dc:creator><![CDATA[Nigel Rausch]]></dc:creator>
		<pubDate>Sat, 20 Sep 2008 16:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=759#comment-683</guid>
		<description><![CDATA[I believe the capitalize be camelize otherwise multiword models (with underscores) do not convert ]]></description>
		<content:encoded><![CDATA[<p>I believe the capitalize be camelize otherwise multiword models (with underscores) do not convert</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wesley Moxam</title>
		<link>http://trevorturk.wordpress.com/2008/09/20/validating-your-fixtures/#comment-682</link>
		<dc:creator><![CDATA[Wesley Moxam]]></dc:creator>
		<pubDate>Sat, 20 Sep 2008 12:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=759#comment-682</guid>
		<description><![CDATA[We did something similar at Savvica, except it was in the form of a rake task so it could be run on objects in any environment. 
 

 
Check it out: &lt;a href=&quot;http://rails.savvica.com/2008/1/4/rake-models-find_invalid&quot; rel=&quot;nofollow&quot;&gt;http://rails.savvica.com/2008/1/4/rake-models-fin...&lt;/a&gt; ]]></description>
		<content:encoded><![CDATA[<p>We did something similar at Savvica, except it was in the form of a rake task so it could be run on objects in any environment. </p>
<p>Check it out: <a href="http://rails.savvica.com/2008/1/4/rake-models-find_invalid" rel="nofollow">http://rails.savvica.com/2008/1/4/rake-models-fin&#8230;</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh susser</title>
		<link>http://trevorturk.wordpress.com/2008/09/20/validating-your-fixtures/#comment-681</link>
		<dc:creator><![CDATA[josh susser]]></dc:creator>
		<pubDate>Sat, 20 Sep 2008 10:31:38 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=759#comment-681</guid>
		<description><![CDATA[Nice one.
 

 
For comparison: &lt;a href=&quot;http://blog.hasmanythrough.com/2006/8/27/validate-all-your-records&quot; rel=&quot;nofollow&quot;&gt;http://blog.hasmanythrough.com/2006/8/27/validate...&lt;/a&gt; ]]></description>
		<content:encoded><![CDATA[<p>Nice one.</p>
<p>For comparison: <a href="http://blog.hasmanythrough.com/2006/8/27/validate-all-your-records" rel="nofollow">http://blog.hasmanythrough.com/2006/8/27/validate&#8230;</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

