undefined method `cache_template_loading=’ for ActionView::Base:Class
I got the following error message when trying to run a Rails application with passenger after updating Rails:
undefined method `cache_template_loading=’ for ActionView::Base:Class
I had to comment or remove the line
config.action_view.cache_template_loading = true
in the production.rb file to fix the problem.


















