handle misc deprications

This commit is contained in:
Taylor Griffin
2014-11-17 07:16:02 +11:00
parent 0ffe9adc86
commit 98c1680138
3 changed files with 0 additions and 6 deletions

View File

@@ -8,9 +8,6 @@ Growstuff::Application.configure do
# since you don't have to restart the web server when you make code changes.
config.cache_classes = false
# Log error messages when you accidentally call methods on nil.
config.whiny_nils = true
# Show full error reports and disable caching
config.consider_all_requests_local = true

View File

@@ -15,9 +15,6 @@ Growstuff::Application.configure do
config.serve_static_assets = true
config.static_cache_control = "public, max-age=3600"
# Log error messages when you accidentally call methods on nil
config.whiny_nils = true
# Show full error reports and disable caching
config.consider_all_requests_local = true
config.action_controller.perform_caching = false

View File