diff options
author | Henare Degan <henare.degan@gmail.com> | 2013-02-26 16:49:08 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2013-03-03 13:47:16 +1100 |
commit | 22621c8e2c622355a6c054eb571f4b3b2d7d2a98 (patch) | |
tree | b9764ef7f70bd758e40c77aff8f35c14a5cce826 | |
parent | 930619d4cf3a779abaf28e4cfa9d287e552bdc05 (diff) |
No longer available in Rails 3.1
-rw-r--r-- | config/environments/development.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb index 5b91c3271..54ab2977f 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -12,7 +12,6 @@ Alaveteli::Application.configure do # Show full error reports and disable caching config.consider_all_requests_local = true config.action_controller.perform_caching = false - config.action_view.debug_rjs = true # Don't care if the mailer can't send config.action_mailer.raise_delivery_errors = false |