<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Rails - Functional Test with Cookie</title>
	<link>http://www.pluitsolutions.com/2006/08/02/rails-functional-test-with-cookie/</link>
	<description>Web Development and Design, and Anything That Matters</description>
	<pubDate>Sun, 06 Jul 2008 19:23:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.1</generator>

	<item>
		<title>by: Jason</title>
		<link>http://www.pluitsolutions.com/2006/08/02/rails-functional-test-with-cookie/#comment-66285</link>
		<pubDate>Sun, 16 Mar 2008 21:49:55 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2006/08/02/rails-functional-test-with-cookie/#comment-66285</guid>
					<description>It might be worth noting that even if you use cookies[:auth] in your controller, you still need to refer to it as cookies['auth'] and @request.cookies['auth'] in the test.</description>
		<content:encoded><![CDATA[<p>It might be worth noting that even if you use cookies[:auth] in your controller, you still need to refer to it as cookies[&#8217;auth&#8217;] and @request.cookies[&#8217;auth&#8217;] in the test.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Fjan</title>
		<link>http://www.pluitsolutions.com/2006/08/02/rails-functional-test-with-cookie/#comment-32877</link>
		<pubDate>Fri, 01 Jun 2007 11:33:35 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2006/08/02/rails-functional-test-with-cookie/#comment-32877</guid>
					<description>Thanks for that! I also spent quite a while looking for that disappearing cookie. In integration testing is does work as expected by the way.</description>
		<content:encoded><![CDATA[<p>Thanks for that! I also spent quite a while looking for that disappearing cookie. In integration testing is does work as expected by the way.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Herryanto Siatono</title>
		<link>http://www.pluitsolutions.com/2006/08/02/rails-functional-test-with-cookie/#comment-482</link>
		<pubDate>Sat, 26 Aug 2006 15:38:20 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2006/08/02/rails-functional-test-with-cookie/#comment-482</guid>
					<description>Np Brian, glad to be able to help. Okay, I'll check, and submit a ticket if it has not been reported yet.</description>
		<content:encoded><![CDATA[<p>Np Brian, glad to be able to help. Okay, I&#8217;ll check, and submit a ticket if it has not been reported yet.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Brian</title>
		<link>http://www.pluitsolutions.com/2006/08/02/rails-functional-test-with-cookie/#comment-478</link>
		<pubDate>Sat, 26 Aug 2006 07:15:18 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2006/08/02/rails-functional-test-with-cookie/#comment-478</guid>
					<description>Thank you! I spent an hour trying to track down why my cookie was nil when finally the right combination of keywords (i.e. assert cookie) in google brought me to your post. Time to check if this has been submitted as a patch, at the very least to the documentation.</description>
		<content:encoded><![CDATA[<p>Thank you! I spent an hour trying to track down why my cookie was nil when finally the right combination of keywords (i.e. assert cookie) in google brought me to your post. Time to check if this has been submitted as a patch, at the very least to the documentation.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
