Mercurial > hg > soundsoftware-site
annotate .svn/pristine/c4/c469444eead25e922c0591701d65bde5c5c9b815.svn-base @ 1519:afce8026aaeb redmine-2.4-integration
Merge from branch "live"
author | Chris Cannam |
---|---|
date | Tue, 09 Sep 2014 09:34:53 +0100 |
parents | 038ba2d95de8 |
children |
rev | line source |
---|---|
Chris@1296 | 1 # Settings specified here will take precedence over those in config/application.rb |
Chris@1296 | 2 RedmineApp::Application.configure do |
Chris@1296 | 3 # In the development environment your application's code is reloaded on |
Chris@1296 | 4 # every request. This slows down response time but is perfect for development |
Chris@1296 | 5 # since you don't have to restart the webserver when you make code changes. |
Chris@1296 | 6 config.cache_classes = false |
Chris@1296 | 7 |
Chris@1296 | 8 # Log error messages when you accidentally call methods on nil. |
Chris@1296 | 9 config.whiny_nils = true |
Chris@1296 | 10 |
Chris@1296 | 11 # Show full error reports and disable caching |
Chris@1296 | 12 #config.action_controller.consider_all_requests_local = true |
Chris@1296 | 13 config.action_controller.perform_caching = false |
Chris@1296 | 14 |
Chris@1296 | 15 # Don't care if the mailer can't send |
Chris@1296 | 16 config.action_mailer.raise_delivery_errors = false |
Chris@1296 | 17 |
Chris@1296 | 18 config.active_support.deprecation = :log |
Chris@1296 | 19 end |