<?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: Ruby on Rails Testing &#8211; flash.now gotcha</title>
	<atom:link href="http://millarian.com/programming/ruby-on-rails/ruby-on-rails-testing-flash-now-gotcha/feed/" rel="self" type="application/rss+xml" />
	<link>http://millarian.com/programming/ruby-on-rails/ruby-on-rails-testing-flash-now-gotcha/</link>
	<description>Musings of a startup junkie and Ruby on Rails nerd.</description>
	<lastBuildDate>Sun, 08 Jan 2012 22:21:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sean Kibler</title>
		<link>http://millarian.com/programming/ruby-on-rails/ruby-on-rails-testing-flash-now-gotcha/comment-page-1/#comment-962</link>
		<dc:creator>Sean Kibler</dc:creator>
		<pubDate>Mon, 17 Jan 2011 14:40:23 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>I have seen and experienced getting the expired flash message by accessing it under the response directly as show below. 
 
Instead of 
flash.now 
 
Use 
response.flash </description>
		<content:encoded><![CDATA[<p>I have seen and experienced getting the expired flash message by accessing it under the response directly as show below. </p>
<p>Instead of<br />
flash.now </p>
<p>Use<br />
response.flash</p>
]]></content:encoded>
	</item>
</channel>
</rss>

