Links
Categories
Plugins Tagged caching
-
Conditional Caching
Allows more flexible caching via :if and :tag options.
DEPRECATED in favour of built in :if and :cache_path options.
-
MergeJS
Now superceded by AssetPackager which supports CSS as well.
-
BackgrounDRb
A drb server for running background tasks from your rails app with hooks for progress bars and also in memory caching system.
-
AssetPackager
JavaScript and CSS Asset Compression for Production Rails Apps
-
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
-
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.
-
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”
-
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.
-
caches.rb
Method caching
-
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.
-
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.
-
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.
-
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. -
Dynamic File Store
This plugin has been deprecated.
-
version_cache
A rails plugin that implements version caching and exposes it via very easy to use helpers.
-
method_cache
Caches the output of parameterless methods on ActiveRecord objects
-
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.
-
versionable
Simple versioning for Ruby objects using only the Rails cache.
