Commit 5c900c32b71fe163625b7a227a9176855e48f716
1 parent
feb422ff
Exists in
master
and in
1 other branch
no more debug_rjs in rails
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
config/environments/development.rb
... | ... | @@ -11,7 +11,6 @@ Errbit::Application.configure do |
11 | 11 | |
12 | 12 | # Show full error reports and disable caching |
13 | 13 | config.consider_all_requests_local = true |
14 | - config.action_view.debug_rjs = true | |
15 | 14 | config.action_controller.perform_caching = false |
16 | 15 | |
17 | 16 | # Don't care if the mailer can't send | ... | ... |