changes for rails 5

This commit is contained in:
jomo
2016-01-18 00:23:39 +01:00
parent 69c0037cf6
commit 1ed36f2129
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ Redstoner::Application.configure do
config.action_controller.perform_caching = true
# Disable Rails's static asset server (Apache or nginx will already do this)
config.serve_static_assets = false
config.serve_static_files = false
# Compress JavaScripts and CSS
config.assets.compress = true
@@ -35,7 +35,7 @@ Redstoner::Application.configure do
# config.force_ssl = true
# See everything in the log (default is :info)
# config.log_level = :debug
config.log_level = :info
# Prepend all log lines with the following tags
# config.log_tags = [ :subdomain, :uuid ]

View File

@@ -8,7 +8,7 @@ Redstoner::Application.configure do
config.cache_classes = 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"
# Log error messages when you accidentally call methods on nil