Chris@1115: # Settings specified here will take precedence over those in config/application.rb Chris@1115: RedmineApp::Application.configure do Chris@1115: # In the development environment your application's code is reloaded on Chris@1115: # every request. This slows down response time but is perfect for development Chris@1115: # since you don't have to restart the webserver when you make code changes. Chris@1115: config.cache_classes = false Chris@0: Chris@1115: # Log error messages when you accidentally call methods on nil. Chris@1115: config.whiny_nils = true Chris@0: Chris@1115: # Show full error reports and disable caching Chris@1115: #config.action_controller.consider_all_requests_local = true Chris@1115: config.action_controller.perform_caching = false Chris@0: Chris@1115: # Don't care if the mailer can't send Chris@1115: config.action_mailer.raise_delivery_errors = false Chris@0: Chris@1517: config.active_support.deprecation = [:stderr, :log] Chris@1115: end