0
0
Fork 0

Enhancing test suite but I think the problem might have been caching setting

This commit is contained in:
Eugen Rochko 2016-09-05 01:26:08 +02:00
parent b5ebf99439
commit 413e700fe0
2 changed files with 69 additions and 6 deletions

View file

@ -12,7 +12,7 @@ Rails.application.configure do
# Full error reports are disabled and caching is turned on.
config.consider_all_requests_local = false
config.action_controller.perform_caching = true
config.action_controller.perform_caching = false
# Disable serving static files from the `/public` folder by default since
# Apache or NGINX already handles this.