Rails fragment caching (and Rails caching in general)
Tuesday, May 8th, 2007Well I finally had some time to spare in order to implement a decent and easy to use caching system into my first, and therefore most loved, Rails project.
There is a plenty of information on the net regarding Rails caching, but somehow, too much info turned out into having no info I could readily use at all :) I was even writing about caching in Rails myself in this post: "Simple and fast caching in Rails". But I definitely can't say I'm a Rails caching expert in any way though.
For those in the same boat as myself, here's a simple intro into Rails caching (mostly in form of external links), and possible approaches. (more…)

