<?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: GET and POST variable hashes in Ruby on Rails</title>
	<atom:link href="http://push.cx/2007/get-and-post-variable-hashes-in-ruby-on-rails/feed" rel="self" type="application/rss+xml" />
	<link>http://push.cx/2007/get-and-post-variable-hashes-in-ruby-on-rails</link>
	<description>A traveling geek&#039;s blog on development, games, and the web</description>
	<lastBuildDate>Tue, 10 Apr 2012 23:41:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Tom</title>
		<link>http://push.cx/2007/get-and-post-variable-hashes-in-ruby-on-rails/comment-page-1#comment-24912</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 08 Jan 2007 21:12:49 +0000</pubDate>
		<guid isPermaLink="false">http://push.cx/2007/get-and-post-variable-hashes-in-ruby-on-rails#comment-24912</guid>
		<description>Watch out for the @request.query_string method, as this doesn&#039;t exist on the TestRequest object provided for functional tests.

You&#039;ll need to do a little extra work to test this code - re-open the TestRequest class and define the query_string method appropriately.</description>
		<content:encoded><![CDATA[<p>Watch out for the @request.query_string method, as this doesn&#8217;t exist on the TestRequest object provided for functional tests.</p>
<p>You&#8217;ll need to do a little extra work to test this code &#8211; re-open the TestRequest class and define the query_string method appropriately.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

