Articles
New Articles
from around the Web
-
Rails 2.1: Now With Better Integrated Caching
Great walkthrough of the new support in Rails 2.1 for Memcached as a first class caching solution.
- What's New in Edge Rails: Pluggable Controller Caching
-
Advanced Rails Caching.. on the Edge
Using edge side includes (ESI) for advanced caching in Rails applications.
-
Ruby on Rails Caching Tutorial
Excellent tutorial on the various forms of caching in Rails and how and when to use them.
Books
Sorry, no books yet
for this category
Have one to suggest? Enter in the form on the right.
Links
Links by Type
Documentation (5)
- better rails caching
Plugin for high performance caching. From the site description: "Interlock uses memcached to make your view fragments and associated controller blocks march along together. If a fragment is fresh, the controller behavior won't run. This eliminates duplicate effort from your request cycle. Your controller blocks run so infrequently that you can use regular ActiveRecord finders and not worry about object caching at all." - Action Cache plugin >> CRAZ8
A Rails plugin that is a drop-in replacement for Rails Action Caching. Adds many useful features including: last-modified header usage, storing response headers in cache, custom cache key implementations, conditional caching, and more. - Content-only caching for Rails
Introduces a new level of caching for Rails in which content that doesn't include layouts is cached. Similar to action caching, but more granular. - FiveRuns and Seattle.rb's memcache-client
Replacement for older memcache-client that deals with disconnecting memcache server issues. - Hack to Learn : Workaround the Memcached 'undefined class/module' Bug
If you are experiencing the error: "undefined class/module MyClass” when fetching data from memcached, be assured that you are not alone...
Screencasts (2)
Blogs
Top Blogs
Sorry, no relevant blogs yet.
Have one to suggest? Enter in the form on the right.