2005-11-09 03:37:17 -05:00
|
|
|
# Settings specified here will take precedence over those in config/environment.rb
|
|
|
|
|
2005-07-08 17:13:29 -04:00
|
|
|
# In the development environment your application's code is reloaded on
|
|
|
|
# every request. This slows down response time but is perfect for development
|
|
|
|
# since you don't have to restart the webserver when you make code changes.
|
2006-03-20 01:13:26 -05:00
|
|
|
config.cache_classes = false
|
2005-07-08 17:13:29 -04:00
|
|
|
|
|
|
|
# Log error messages when you accidentally call methods on nil.
|
2006-03-20 01:13:26 -05:00
|
|
|
config.whiny_nils = true
|
2005-06-18 01:34:16 -04:00
|
|
|
|
2005-09-13 06:07:37 -04:00
|
|
|
# Show full error reports and disable caching
|
|
|
|
config.action_controller.consider_all_requests_local = true
|
2007-11-21 15:54:43 -05:00
|
|
|
config.action_view.debug_rjs = true
|
2005-09-13 06:07:37 -04:00
|
|
|
config.action_controller.perform_caching = false
|
|
|
|
|
|
|
|
# Don't care if the mailer can't send
|
2007-11-21 15:54:43 -05:00
|
|
|
config.action_mailer.raise_delivery_errors = false
|