Closed
Description
In Rails 3.2 page_cache_directory is initialized to app.config.paths["public"].first
in:
But this doesn't seem the case in this gem. It is never given a default and the value is never copied over from config so the page_cache_directory variable is always blank.
This results in the gem trying to write pages to the root of my web server when upgrading to Rails 4.
Metadata
Metadata
Assignees
Labels
No labels