annotate .svn/pristine/c4/c469444eead25e922c0591701d65bde5c5c9b815.svn-base @ 1298:4f746d8966dd redmine_2.3_integration

Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
author Chris Cannam
date Fri, 14 Jun 2013 09:28:30 +0100
parents 622f24f53b42
children
rev   line source
Chris@1295 1 # Settings specified here will take precedence over those in config/application.rb
Chris@1295 2 RedmineApp::Application.configure do
Chris@1295 3 # In the development environment your application's code is reloaded on
Chris@1295 4 # every request. This slows down response time but is perfect for development
Chris@1295 5 # since you don't have to restart the webserver when you make code changes.
Chris@1295 6 config.cache_classes = false
Chris@1295 7
Chris@1295 8 # Log error messages when you accidentally call methods on nil.
Chris@1295 9 config.whiny_nils = true
Chris@1295 10
Chris@1295 11 # Show full error reports and disable caching
Chris@1295 12 #config.action_controller.consider_all_requests_local = true
Chris@1295 13 config.action_controller.perform_caching = false
Chris@1295 14
Chris@1295 15 # Don't care if the mailer can't send
Chris@1295 16 config.action_mailer.raise_delivery_errors = false
Chris@1295 17
Chris@1295 18 config.active_support.deprecation = :log
Chris@1295 19 end