Blog Posts Tagged with "caching"
Rails Caching non HTML Files in a Different Cache Location
Posted on
05/08/07
by
Adam
1 Comment
We use page caching in Rails to speed up sites and improve performance. This is a great feature of Rails but can get cumbersome when trying to keep up with which pages to sweep and when. To make life easier we use a separate directory to house the cache. This solution is great for files that end in a .html extension...

