Plugin Search
-
Action cache
-
Drop in replacement for the Action Cache to provide bug fixes, better cache keys, cache item expiry, runtime cache control and X-Sendfile support.
Rating: 4/5 (21 votes)
Added on 14 Apr 2006
-
Conditional Caching
-
Allows more flexible caching via :if and :tag options.
Rating: 5/5 (8 votes)
Added on 24 May 2006
-
BackgrounDRb
-
A drb server for running background tasks from your rails app with hooks for progress bars and also in memory caching system.
Rating: 4/5 (24 votes)
Added on 25 May 2006
-
MergeJS
-
Now superceded by AssetPackager which supports CSS as well.
Rating: 4/5 (5 votes)
Added on 3 Jun 2006
-
AssetPackager
-
JavaScript and CSS Asset Compression for Production Rails Apps
Rating: 3/5 (14 votes)
Added on 19 Jun 2006
-
Memcache fragments with time expiry
-
Makes rails fragment cache play nice with robot coop memcache-client plugin and adds an :expire=>time syntax to the cache fragment view helper
Rating: 4/5 (7 votes)
Added on 19 Aug 2006
-
Addicted To Caching
-
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.
Rating: 4/5 (2 votes)
Added on 21 Sep 2006
-
Query String Action Caching
-
Allows you to use action caching to cache url query strings such as “http://site/search?q=string&page=2&z=foo+bar”
Rating: 5/5 (25 votes)
Added on 23 Sep 2006
-
Versioned URLs
-
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.
Rating: 0/5 (0 votes)
Added on 2 Nov 2006
-
caches.rb
-
Method caching
Rating: 4/5 (5 votes)
Added on 5 Nov 2006
-
Intelligent Fragment Cache Plugin for Rails
-
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.
Rating: 5/5 (1 vote)
Added on 25 Jun 2007
-
Lazy Methods
-
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.
Rating: 5/5 (10 votes)
Added on 27 Jul 2007
-
Cacheable Flash
-
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.
Rating: 5/5 (1 vote)
Added on 28 Nov 2007
-
Dynamic File Store
-
An alternative to the default Rails fragment cache store. Can be used to dynamically expire fragments after X amount of time.
Rating: 2/5 (3 votes)
Added on 2 Jan 2008
-
version_cache
-
A rails plugin that implements version caching and exposes it via very easy to use helpers.
Rating: 5/5 (1 vote)
Added on 8 Jul 2008
-
method_cache
-
Caches the output of parameterless methods on ActiveRecord objects
Rating: 5/5 (2 votes)
Added on 9 Jul 2008
-
johnny_cache
-
This plugin overrides cache and cache_erb_fragment, inserting an HTML comment into the beginning of the block of HTML being cached. The plugin reads this HTML comment and expires cache fragments that are older than their TTL.
Rating: 0/5 (0 votes)
Added on 28 Sep 2008
Add a plugin
Search Plugins
Plugins by Category
Sponsors
Have a comment?