You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In Rails 3.2 page_cache_directory is initialized to
app.config.paths["public"].first
in:https://github.com/rails/rails/blob/3-2-stable/actionpack/lib/action_controller/railtie.rb
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.
The text was updated successfully, but these errors were encountered: