New Articles
from around the Web
-
Ruby on Rails Caching Tutorial
Excellent tutorial on the various forms of caching in Rails and how and when to use them.
Related Books
Advanced Rails
This is one of the first books for people who are comfortable building applications with Ruby on Rails and want a book that goes beyon...
List: $34.99 Amazon price: $23.09 Buy
Practical Rails Projects
An eclectic collection of real-world example applications from task list management and exercise management to community group and web...
List: $44.99 Amazon price: $32.84 Buy
Pro Active Record
Databases with Ruby and Rails
A detailed treatment of Active Record, unfortunately marred by a few errors. Look for the next edition.
List: $39.99 Amazon price: $25.99 Buy
Links by Type
Documentation (3)
- 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.
- 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.”
- 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.
Screencasts (2)
Top Blogs
-
PluginAWeek
These prolific plug-in developers provide detailed blog posts on Rails techniques.
