<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Ruby on Rails Plugins Tagged: caching</title>
    <link>http://agilewebdevelopment.com/plugins</link>
    <pubDate>Sat, 03 Jun 2006 18:10:18 GMT</pubDate>
    <description>Ruby on Rails Plugins from AgileWebDevelopment.com</description>
    <item>
      <title>Conditional Caching</title>
      <link>http://agilewebdevelopment.com/plugins/conditional_caching</link>
      <description>Allows more flexible caching via :if and :tag options.</description>
      <pubDate>Sat, 03 Jun 2006 18:10:18 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/conditional_caching</guid>
      <author>Redline Software Inc.</author>
    </item>
    <item>
      <title>MergeJS</title>
      <link>http://agilewebdevelopment.com/plugins/mergejs</link>
      <description>Now superceded by AssetPackager which supports CSS as well.</description>
      <pubDate>Sat, 03 Jun 2006 18:10:18 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/mergejs</guid>
      <author>Scott Becker</author>
    </item>
    <item>
      <title>BackgrounDRb</title>
      <link>http://agilewebdevelopment.com/plugins/backgroundrb</link>
      <description>A drb server for running background tasks from your rails app with hooks for progress bars and also in memory caching system.</description>
      <pubDate>Sat, 03 Jun 2006 18:10:18 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/backgroundrb</guid>
      <author>Ezra Zygmuntowicz</author>
    </item>
    <item>
      <title>AssetPackager</title>
      <link>http://agilewebdevelopment.com/plugins/assetpackager</link>
      <description>JavaScript and CSS Asset Compression for Production Rails Apps</description>
      <pubDate>Sat, 03 Jun 2006 18:10:18 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/assetpackager</guid>
      <author>Scott Becker</author>
    </item>
    <item>
      <title>Memcache fragments with time expiry</title>
      <link>http://agilewebdevelopment.com/plugins/memcache_fragments_with_time_expiry</link>
      <description>Makes rails fragment cache play nice with robot coop memcache-client plugin and adds an :expire=&gt;time syntax to the cache fragment view helper</description>
      <pubDate>Sat, 03 Jun 2006 18:10:18 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/memcache_fragments_with_time_expiry</guid>
      <author>Yan Pritzker</author>
    </item>
    <item>
      <title>Addicted To Caching</title>
      <link>http://agilewebdevelopment.com/plugins/addicted_to_caching</link>
      <description>This plugin is handy for brochure type websites that have a few dynamic areas. You can simply page cache the entire site and then add acts_as_cache_clearer to all your models. Then, anytime any of those model's records are saved or destroyed, the entire page cache in the public directory is wiped out.</description>
      <pubDate>Sat, 03 Jun 2006 18:10:18 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/addicted_to_caching</guid>
      <author>John Nunemaker</author>
    </item>
    <item>
      <title>Query String Action Caching</title>
      <link>http://agilewebdevelopment.com/plugins/query_string_action_caching</link>
      <description>Allows you to use action caching to cache url query strings such as &#8220;http://site/search?q=string&amp;page=2&amp;z=foo+bar&#8221;</description>
      <pubDate>Sat, 03 Jun 2006 18:10:18 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/query_string_action_caching</guid>
      <author>Thiago Jackiw</author>
    </item>
    <item>
      <title>Versioned URLs</title>
      <link>http://agilewebdevelopment.com/plugins/versioned_urls</link>
      <description>Makes it easy to improve the cache-efficiency of a Rails website, completely eliminating repeat HTTP requests for things like javascript files and stylesheets until they actually change.</description>
      <pubDate>Sat, 03 Jun 2006 18:10:18 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/versioned_urls</guid>
      <author>Danny Burkes</author>
    </item>
    <item>
      <title>caches.rb</title>
      <link>http://agilewebdevelopment.com/plugins/caches_rb</link>
      <description>Method caching</description>
      <pubDate>Sat, 03 Jun 2006 18:10:18 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/caches_rb</guid>
      <author>Yurii Rashkovskii</author>
    </item>
    <item>
      <title>Action cache</title>
      <link>http://agilewebdevelopment.com/plugins/action_cache</link>
      <description>Drop in replacement for the Action Cache to provide bug fixes, better cache keys, cache item expiry, runtime cache control and X-Sendfile support.</description>
      <pubDate>Sat, 03 Jun 2006 18:10:18 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/action_cache</guid>
      <author>Tom Fakes</author>
    </item>
    <item>
      <title>Intelligent Fragment Cache Plugin for Rails</title>
      <link>http://agilewebdevelopment.com/plugins/intelligent_fragment_cache_plugin_for_rails</link>
      <description>A Rails plugin that monitors ActiveRecord objects that are used in the generation of a piece of content in order to provide automatic cache sweeping.</description>
      <pubDate>Sat, 03 Jun 2006 18:10:18 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/intelligent_fragment_cache_plugin_for_rails</guid>
      <author>Tyler Cope</author>
    </item>
    <item>
      <title>Lazy Methods</title>
      <link>http://agilewebdevelopment.com/plugins/lazy_methods</link>
      <description>Adds lazy method wrapping to every object. Preceding any method with lazy_ will defer the invocation until the result is actually needed. Use this pattern to add caching to your views and still maintain your logic in the controller.</description>
      <pubDate>Sat, 03 Jun 2006 18:10:18 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/lazy_methods</guid>
      <author>Brian Durand</author>
    </item>
    <item>
      <title>Cacheable Flash</title>
      <link>http://agilewebdevelopment.com/plugins/cacheable_flash</link>
      <description>This plugin enables greater levels of page caching by rendering flash messages from a cookie using JavaScript, instead of in your Rails view template.  Flash contents are converted to JSON and placed in
a cookie by an after_filter in a controller.</description>
      <pubDate>Sat, 03 Jun 2006 18:10:18 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/cacheable_flash</guid>
      <author>Pivotal Labs</author>
    </item>
    <item>
      <title>Dynamic File Store</title>
      <link>http://agilewebdevelopment.com/plugins/dynamic_file_store</link>
      <description>An alternative to the default Rails fragment cache store.  Can be used to dynamically expire fragments after X amount of time.
</description>
      <pubDate>Sat, 03 Jun 2006 18:10:18 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/dynamic_file_store</guid>
      <author>Shanti A. Braford</author>
    </item>
    <item>
      <title>version_cache</title>
      <link>http://agilewebdevelopment.com/plugins/version_cache</link>
      <description>A rails plugin that implements version caching and exposes it via very easy to use helpers.</description>
      <pubDate>Sat, 03 Jun 2006 18:10:18 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/version_cache</guid>
      <author>humanzz</author>
    </item>
  </channel>
</rss>
