All tagged by Cache

  • sweepy Sweepy allows you to expire file-based cache (page cache and fragment cache) on Rails on multiple boxes. ... Type: Plugin | Last updated: 04 November 2009
  • Easy Http Cache Allows Rails controllers to use HTTP cache specifications easily by declaring which resources should be cached at the class level Type: Plugin | Last updated: 08 June 2009
  • Acts As LRU This rails plugin transform a ActiveRecord object in a cache pool wich uses the Least Recently Used (LRU) Cache algorithm. Type: Plugin | Last updated: 28 April 2009
  • Cache Trasher When using page caching, often you'll need to expire several pages in several locations at once. cache_trasher provides a simple method for bulk-deleting cached pages via action, controller, or direct path. Type: Plugin | Last updated: 29 January 2009
  • Johnny Cache Allows for a time_to_live option on cached ERB fragments by inserting a timestamp into the HTML. Type: Plugin | Last updated: 06 October 2008
  • No Cache Rails plugin. Force major browsers (IE, Firefox, Safari) to reload a page, even when triggered by 'back' button. Type: Plugin | Last updated: 22 July 2008
  • Method Cache A Rails (v2.1.0) plugin that tries to solve the problem of having to call a method repetitively. That method is expensive to be recalculated everytime. Type: Plugin | Last updated: 15 July 2008
  • Version Cache Version caching is similar to action caching but it solves one major problem. It solves the problem of having to expire your cached stuff via the provided rails methods. Instead, it relies on versions. Type: Plugin | Last updated: 09 July 2008
  • Dynamic File Store An alternative to the default Rails fragment cache store. Can be used to dynamically expire fragments after X amount of time. Type: Plugin | Last updated: 14 January 2008
  • 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... Type: Plugin | Last updated: 11 January 2008
  • S3 Cache S3Cache creates a new fragment cache filestore using Amazon's Simple Storage Service (S3). Instead of your fragment caches stored at say "#{RAILS_ROOT}/cache", your cache can now be located at one of your S3 buckets. ... Type: Plugin | Last updated: 11 November 2007
  • Send Cached send_cached makes it easier to use decide when to send a 304 response with send_data and send_file. Type: Plugin | Last updated: 12 May 2008
  • Embedded Actions A way to invoke an action from a view and insert the results in place, including the possibility of caching the results of the embedded action. Type: Plugin | Last updated: 24 October 2007
  • Cache Filter The Cache Filter plugin allows you to keep multiple cached versions of an action's template and judge which to serve using a special 'judge' method in your controller. Type: Plugin | Last updated: 16 October 2007
  • Referenced Page Caching Referenced Page Caching is a small wrapper around Rails' page caching. It allows you to add references to a current page's cache file. Type: Plugin | Last updated: 13 October 2007
  • Easy Cache Easycache lets you easily cache arbitrary data in your Ruby on Rails applications. The plugin makes use of Rails' built-in fragment caching mechanism to store and retrieve any serializable data. Type: Plugin | Last updated: 08 October 2007
  • Cache Test Rails Cache Test Plugin The cache test plugin adds assertions to Test::Units::TestCase to check the caching and expiring of pages, actions and fragments in tests Type: Plugin | Last updated: 08 October 2007
  • Intelligent Fragment Cache 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. When objects that were used change or a time-to-live is reached, the content fragment is... Type: Plugin | Last updated: 08 October 2007
  • HTTP Caching Allows your Rails application to take advantage of the caching mechanisms built into HTTP 1.1 (i.e., 304 Not Modified return code). Type: Plugin | Last updated: 07 October 2007
  • Addicted To Caching This plugin adds an after_save and after_destroy that will clear everything cached in the public directory that is not in the array of protected files and directories. Type: Plugin | Last updated: 07 October 2007