How to make Rails caches_page survive a capistrano deploy?
- by aaronrussell
Is it possible to configure Rails so caches created with caches_page survive a Capistrano deploy? Ie, can I configure the cache to be saved into a shared directory rather than in the public directory?