<?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: Stupid Rails Mistakes: Caching and Authenticity Tokens</title>
	<atom:link href="http://mandarinsoda.com/2008/01/29/stupid-rails-mistakes-caching-and-authenticity-tokens/feed/" rel="self" type="application/rss+xml" />
	<link>http://mandarinsoda.com/2008/01/29/stupid-rails-mistakes-caching-and-authenticity-tokens/</link>
	<description>Random Musings, Sometimes Programming.</description>
	<lastBuildDate>Fri, 16 Mar 2012 21:41:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Prachi</title>
		<link>http://mandarinsoda.com/2008/01/29/stupid-rails-mistakes-caching-and-authenticity-tokens/comment-page-1/#comment-590</link>
		<dc:creator>Prachi</dc:creator>
		<pubDate>Wed, 23 Sep 2009 07:33:21 +0000</pubDate>
		<guid isPermaLink="false">http://mandarinsoda.com/2008/01/29/stupid-rails-mistakes-caching-and-authenticity-tokens/#comment-590</guid>
		<description>Thanks for this :) 

I was facing a similar problem. The most frustrating part was, the code worked without any glitches on my localhost. But on the demo server it threw an InvalidAuthenticityToken error. Didn&#039;t realize the form (using the authenticity token) was being cached because in development.rb caching was set to false. Turning that on, errors began appearing.

Anyway, don&#039;t know if you will ever see this comment, it has been so long since you wrote this post. Had a good time feeding your fishes :)</description>
		<content:encoded><![CDATA[<p>Thanks for this <img src='http://mandarinsoda.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>I was facing a similar problem. The most frustrating part was, the code worked without any glitches on my localhost. But on the demo server it threw an InvalidAuthenticityToken error. Didn&#8217;t realize the form (using the authenticity token) was being cached because in development.rb caching was set to false. Turning that on, errors began appearing.</p>
<p>Anyway, don&#8217;t know if you will ever see this comment, it has been so long since you wrote this post. Had a good time feeding your fishes <img src='http://mandarinsoda.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

