<?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: DRYing up your CRUD controller RSpecs</title>
	<atom:link href="http://edspencer.net/2008/08/drying-up-your-crud-controller-rspecs.html/feed" rel="self" type="application/rss+xml" />
	<link>http://edspencer.net/2008/08/drying-up-your-crud-controller-rspecs.html</link>
	<description>JavaScript geekery</description>
	<lastBuildDate>Thu, 18 Mar 2010 02:26:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David Parry</title>
		<link>http://edspencer.net/2008/08/drying-up-your-crud-controller-rspecs.html/comment-page-1#comment-32</link>
		<dc:creator>David Parry</dc:creator>
		<pubDate>Thu, 26 Feb 2009 06:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.2.15/Projects/wordpress/?p=13#comment-32</guid>
		<description>Any chance you could give us an example of the Controller that you&#039;re using that passes your tests? I&#039;ve tried your tests on some basically-generated scaffolding controllers, and there are a lot of failures... thing is, the failures look like stuff I should be checking in my controllers, too (like, edit with invalid ID redirects to index, etc...).</description>
		<content:encoded><![CDATA[<p>Any chance you could give us an example of the Controller that you&#8217;re using that passes your tests? I&#8217;ve tried your tests on some basically-generated scaffolding controllers, and there are a lot of failures&#8230; thing is, the failures look like stuff I should be checking in my controllers, too (like, edit with invalid ID redirects to index, etc&#8230;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: P@</title>
		<link>http://edspencer.net/2008/08/drying-up-your-crud-controller-rspecs.html/comment-page-1#comment-14</link>
		<dc:creator>P@</dc:creator>
		<pubDate>Sat, 30 Aug 2008 14:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.2.15/Projects/wordpress/?p=13#comment-14</guid>
		<description>Hi,&lt;br/&gt;&lt;br/&gt;I like this - and I want to use it.  I have a problem though (well, many of them, another being that I am pretty new to Ruby, but this one relates to your code!)&lt;br/&gt;You set @model to the string representation of your model class.  And the first thing you do with @model is send it &#039;classify&#039;&lt;br/&gt;&lt;br/&gt;String doesn&#039;t have a classify method (well... not in the version I am using) - so I have come to the conclusion you are expecting a&lt;br/&gt;require &#039;ActiveSupport&#039;&lt;br/&gt;somewhere in the code.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I like this &#8211; and I want to use it.  I have a problem though (well, many of them, another being that I am pretty new to Ruby, but this one relates to your code!)<br />You set @model to the string representation of your model class.  And the first thing you do with @model is send it &#8216;classify&#8217;</p>
<p>String doesn&#8217;t have a classify method (well&#8230; not in the version I am using) &#8211; so I have come to the conclusion you are expecting a<br />require &#8216;ActiveSupport&#8217;<br />somewhere in the code.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
