Upgrade to rails 4.2

This commit is contained in:
wvengen 2015-01-02 17:40:21 +01:00
parent 8777830029
commit 7bc9d0ede6
5 changed files with 114 additions and 96 deletions

View file

@ -19,7 +19,7 @@ Foodsoft::Application.configure do
config.assets.initialize_on_precompile = true
# Configure static asset server for tests with Cache-Control for performance.
config.serve_static_assets = true
config.serve_static_files = true
config.static_cache_control = "public, max-age=3600"
# Show full error reports and disable caching.