Skip to content

Commit

Permalink
Renames deprecated config option from dummy app.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas von Deyen committed Feb 25, 2015
1 parent 8709607 commit 231c896
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/dummy/config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# config.action_dispatch.rack_cache = 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.js_compressor = :uglifier
Expand Down
2 changes: 1 addition & 1 deletion spec/dummy/config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
config.eager_load = false

# 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.
Expand Down

0 comments on commit 231c896

Please sign in to comment.