aboutsummaryrefslogtreecommitdiffstats
path: root/railties/environments/development.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/environments/development.rb')
-rw-r--r--railties/environments/development.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/environments/development.rb b/railties/environments/development.rb
index 568ccd0cc5..09a451f9a3 100644
--- a/railties/environments/development.rb
+++ b/railties/environments/development.rb
@@ -10,9 +10,9 @@ config.whiny_nils = true
# Show full error reports and disable caching
config.action_controller.consider_all_requests_local = true
+config.action_view.debug_rjs = true
config.action_controller.perform_caching = false
config.action_view.cache_template_extensions = false
-config.action_view.debug_rjs = true
# Don't care if the mailer can't send
-config.action_mailer.raise_delivery_errors = false
+config.action_mailer.raise_delivery_errors = false \ No newline at end of file