<?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: Things I had to fix for Rails 2.2.2</title>
	<atom:link href="http://www.pervasivecode.com/blog/2008/11/29/things-i-had-to-fix-for-rails-222/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pervasivecode.com/blog/2008/11/29/things-i-had-to-fix-for-rails-222/</link>
	<description>Jamie Flournoy's Software Development Blog</description>
	<lastBuildDate>Wed, 02 Nov 2011 15:50:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marcus</title>
		<link>http://www.pervasivecode.com/blog/2008/11/29/things-i-had-to-fix-for-rails-222/comment-page-1/#comment-21585</link>
		<dc:creator>Marcus</dc:creator>
		<pubDate>Sat, 19 Sep 2009 21:46:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.pervasivecode.com/blog/?p=85#comment-21585</guid>
		<description>Like Brad, simply helpful was causing me headaches. This fixed it. Thanks!</description>
		<content:encoded><![CDATA[<p>Like Brad, simply helpful was causing me headaches. This fixed it. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://www.pervasivecode.com/blog/2008/11/29/things-i-had-to-fix-for-rails-222/comment-page-1/#comment-20129</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Wed, 12 Aug 2009 16:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.pervasivecode.com/blog/?p=85#comment-20129</guid>
		<description>Thanks so much for this! The Simply Helpful plugin was causing the same issues for me, but now it works!</description>
		<content:encoded><![CDATA[<p>Thanks so much for this! The Simply Helpful plugin was causing the same issues for me, but now it works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.pervasivecode.com/blog/2008/11/29/things-i-had-to-fix-for-rails-222/comment-page-1/#comment-13593</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 30 Jan 2009 05:46:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.pervasivecode.com/blog/?p=85#comment-13593</guid>
		<description>just getting around to updating my existing app now and I found your advice very helpful. Thanks so much.</description>
		<content:encoded><![CDATA[<p>just getting around to updating my existing app now and I found your advice very helpful. Thanks so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas Húngaro</title>
		<link>http://www.pervasivecode.com/blog/2008/11/29/things-i-had-to-fix-for-rails-222/comment-page-1/#comment-12933</link>
		<dc:creator>Lucas Húngaro</dc:creator>
		<pubDate>Sun, 07 Dec 2008 21:34:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.pervasivecode.com/blog/?p=85#comment-12933</guid>
		<description>You can generate a random string for the secret with &quot;rake secret&quot;.</description>
		<content:encoded><![CDATA[<p>You can generate a random string for the secret with &#8220;rake secret&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tommy_jobs</title>
		<link>http://www.pervasivecode.com/blog/2008/11/29/things-i-had-to-fix-for-rails-222/comment-page-1/#comment-12926</link>
		<dc:creator>tommy_jobs</dc:creator>
		<pubDate>Sun, 07 Dec 2008 01:24:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.pervasivecode.com/blog/?p=85#comment-12926</guid>
		<description>Ah, found the error. For anyone else: delete the rspec/rspec-rails plugin and install the rspec/rspec-rails gems</description>
		<content:encoded><![CDATA[<p>Ah, found the error. For anyone else: delete the rspec/rspec-rails plugin and install the rspec/rspec-rails gems</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tommy_jobs</title>
		<link>http://www.pervasivecode.com/blog/2008/11/29/things-i-had-to-fix-for-rails-222/comment-page-1/#comment-12924</link>
		<dc:creator>tommy_jobs</dc:creator>
		<pubDate>Sun, 07 Dec 2008 01:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.pervasivecode.com/blog/?p=85#comment-12924</guid>
		<description>hey,
I&#039;m also getting a lot of &quot;ActionView::TemplateError: wrong number of arguments&quot; from my rspec test suite... but I&#039;m not using the simply_helpful plugin at all. Any ideas what method changed in rails 2.2 with this template argument issue?</description>
		<content:encoded><![CDATA[<p>hey,<br />
I&#8217;m also getting a lot of &#8220;ActionView::TemplateError: wrong number of arguments&#8221; from my rspec test suite&#8230; but I&#8217;m not using the simply_helpful plugin at all. Any ideas what method changed in rails 2.2 with this template argument issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie Flournoy</title>
		<link>http://www.pervasivecode.com/blog/2008/11/29/things-i-had-to-fix-for-rails-222/comment-page-1/#comment-12910</link>
		<dc:creator>Jamie Flournoy</dc:creator>
		<pubDate>Fri, 05 Dec 2008 18:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.pervasivecode.com/blog/?p=85#comment-12910</guid>
		<description>I was using Rails 2.1 previously and while that version might have allowed the :secret option (I don&#039;t know if it did or not), 2.2.2 wouldn&#039;t start without it.</description>
		<content:encoded><![CDATA[<p>I was using Rails 2.1 previously and while that version might have allowed the :secret option (I don&#8217;t know if it did or not), 2.2.2 wouldn&#8217;t start without it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roger</title>
		<link>http://www.pervasivecode.com/blog/2008/11/29/things-i-had-to-fix-for-rails-222/comment-page-1/#comment-12908</link>
		<dc:creator>roger</dc:creator>
		<pubDate>Fri, 05 Dec 2008 14:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.pervasivecode.com/blog/?p=85#comment-12908</guid>
		<description>I thought the secret thing was introduced a few versions back?</description>
		<content:encoded><![CDATA[<p>I thought the secret thing was introduced a few versions back?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

