<?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: Simple rails time based fragment caching with file store</title>
	<atom:link href="http://blog.ubrio.us/ruby/ruby-rails/simple-rails-time-based-fragment-caching-with-file-store/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ubrio.us/ruby/ruby-rails/simple-rails-time-based-fragment-caching-with-file-store/</link>
	<description>An Ordinary Web Developer's Blog</description>
	<lastBuildDate>Wed, 18 Jan 2012 22:55:11 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Parker Morse</title>
		<link>http://blog.ubrio.us/ruby/ruby-rails/simple-rails-time-based-fragment-caching-with-file-store/comment-page-1/#comment-108450</link>
		<dc:creator>Parker Morse</dc:creator>
		<pubDate>Tue, 05 May 2009 21:18:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ubrio.us/?p=106#comment-108450</guid>
		<description>We&#039;ve made this work in views; the syntax is different for fragment caching, however. To work with a fragment, it needs to be cache({:fragment =&gt; &quot;whatever&quot;}, :time_to_live =&gt; 1.hour) do .  (If it&#039;s a site-wide fragment, your syntax works fine.)</description>
		<content:encoded><![CDATA[<p>We&#8217;ve made this work in views; the syntax is different for fragment caching, however. To work with a fragment, it needs to be cache({:fragment =&gt; &#8220;whatever&#8221;}, :time_to_live =&gt; 1.hour) do .  (If it&#8217;s a site-wide fragment, your syntax works fine.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Knauf</title>
		<link>http://blog.ubrio.us/ruby/ruby-rails/simple-rails-time-based-fragment-caching-with-file-store/comment-page-1/#comment-108448</link>
		<dc:creator>Tim Knauf</dc:creator>
		<pubDate>Tue, 05 May 2009 19:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ubrio.us/?p=106#comment-108448</guid>
		<description>Thank you for this! I wanted to ensure that our site&#039;s twitter feed would only query the twitter API a few times per hour, and this technique is ideal.</description>
		<content:encoded><![CDATA[<p>Thank you for this! I wanted to ensure that our site&#8217;s twitter feed would only query the twitter API a few times per hour, and this technique is ideal.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

