undefined method `cache_template_loading=’
If you have recently upgraded rails and your site seems to work but your cron jobs for acts_as_xapian no longer work, check out this Rails Commit.
You have a deprecated method and may need to remove the following from your
config/environments/production.rb:
1 | config.action_view.cache_template_loading = true |
