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