spec/dummy/config/environments/development.rb in phocoder-rails-0.0.45 vs spec/dummy/config/environments/development.rb in phocoder-rails-0.0.46
- old
+ new
@@ -9,10 +9,10 @@
# Log error messages when you accidentally call methods on nil.
config.whiny_nils = true
# Show full error reports and disable caching
config.consider_all_requests_local = true
- config.action_view.debug_rjs = true
+ #config.action_view.debug_rjs = true
config.action_controller.perform_caching = false
# Don't care if the mailer can't send
config.action_mailer.raise_delivery_errors = false