From d79b45a89db61d1a1db98a71f8ffa88f6ee54222 Mon Sep 17 00:00:00 2001 From: Duncan Mac-Vicar P Date: Fri, 20 Oct 2017 22:07:22 +0200 Subject: [PATCH] deprecated option name (will be removed in Rails 5.0) --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index ef115d3e6..e18119e77 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -2,7 +2,7 @@ config.cache_store = :mem_cache_store, 'localhost:11211', {namespace: 'software', compress: true} config.log_level = :debug - config.serve_static_assets = false + config.serve_static_files = false # Compress JavaScripts and CSS config.assets.js_compressor = :uglifier