First fixed

This commit is contained in:
Xavier J 2016-11-14 17:33:45 +01:00
parent ec53f64a64
commit d7fdf22abb
24 changed files with 322 additions and 335 deletions

View file

@ -13,8 +13,8 @@ Rails.application.configure do
config.eager_load = false
# Configure static file server for tests with Cache-Control for performance.
config.serve_static_files = true
config.static_cache_control = 'public, max-age=3600'
config.public_file_server.enabled = true
config.public_file_server.headers = { 'Cache-Control' => 'public, max-age=3600' }
# Show full error reports and disable caching.
config.consider_all_requests_local = true