Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove outdated caching from production environment
config.action_view.cache_template_loading was removed for Rails 3. It may be making a comeback in Rails 3.1, but we don't live there yet. See http://railsforum.com/viewtopic.php?id=23648 and https://rails.lighthouseapp.com/projects/8994/tickets/5847-rails-301-configaction_viewcache_template_loading-is-missing The default is to use /public/cache for cached content, so explicitly setting config.action_controller.page_cache_directory = Rails.root + "/public/cache/" is unnecessary.
- Loading branch information
0d10016
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch. I'm going to probably grab these changes for 3.4, though the file they are in now has changed, so I would have to apply them manually (They are in bin/bcms in HEAD). I can manually apply them if that easier than you merging the upstream commits/sending me a pull request.
0d10016
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.