annotate .svn/pristine/3c/3c16dbd6e7c58f730f5ff1711301f6b5ab6045e0.svn-base @ 1524:82fac3dcf466
redmine-2.5-integration
Fix failure to interpret Javascript when autocompleting members for project
author |
Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
date |
Thu, 11 Sep 2014 10:24:38 +0100 |
parents |
cbb26bc654de |
children |
|
rev |
line source |
Chris@909
|
1 # Settings specified here will take precedence over those in config/environment.rb
|
Chris@909
|
2
|
Chris@909
|
3 # In the development environment your application's code is reloaded on
|
Chris@909
|
4 # every request. This slows down response time but is perfect for development
|
Chris@909
|
5 # since you don't have to restart the webserver when you make code changes.
|
Chris@909
|
6 config.cache_classes = false
|
Chris@909
|
7
|
Chris@909
|
8 # Log error messages when you accidentally call methods on nil.
|
Chris@909
|
9 config.whiny_nils = true
|
Chris@909
|
10
|
Chris@909
|
11 # Show full error reports and disable caching
|
Chris@909
|
12 config.action_controller.consider_all_requests_local = true
|
Chris@909
|
13 config.action_controller.perform_caching = false
|
Chris@909
|
14
|
Chris@909
|
15 # Don't care if the mailer can't send
|
Chris@909
|
16 config.action_mailer.raise_delivery_errors = false
|