We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c19706 commit 82f7b19Copy full SHA for 82f7b19
test/dummy/config/environments/test.rb
@@ -17,7 +17,8 @@
17
config.eager_load = false
18
19
# Configure static asset server for tests with Cache-Control for performance.
20
- config.serve_static_assets = true
+ # Disabled since we dont use it and this option is deprecated from Rails 4.2 onwards
21
+ # config.serve_static_assets = true
22
config.static_cache_control = "public, max-age=3600"
23
24
# Show full error reports and disable caching.
0 commit comments