comparison config/environments/test.rb @ 195:cb30b72e8ded

Rails 4 deprecated, unused attribs removal.
author Edho Arief <edho@myconan.net>
date Tue, 07 May 2013 23:59:17 +0900
parents 4aa8194a1733
children f513b1ca455a
comparison
equal deleted inserted replaced
194:442c3ad459a7 195:cb30b72e8ded
8 config.cache_classes = true 8 config.cache_classes = true
9 9
10 # Configure static asset server for tests with Cache-Control for performance 10 # Configure static asset server for tests with Cache-Control for performance
11 config.serve_static_assets = true 11 config.serve_static_assets = true
12 config.static_cache_control = "public, max-age=3600" 12 config.static_cache_control = "public, max-age=3600"
13
14 # Log error messages when you accidentally call methods on nil
15 config.whiny_nils = true
16 13
17 # Show full error reports and disable caching 14 # Show full error reports and disable caching
18 config.consider_all_requests_local = true 15 config.consider_all_requests_local = true
19 config.action_controller.perform_caching = false 16 config.action_controller.perform_caching = false
20 17