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