Rails Caching
UnderpaidLoveMonki @ 2:43 pm July 5th, 2007If you have to deal with Rails caching, you might want to read this for some cool tricks & tips.
By doing this you get the bandwidth savings of HTTP caching, the performance boost of action caching, but without the difficult expiry code. You can avoid all the NFS related headaches of page caching, but still get most of the performance boost.



