diff options
author | Xavier Noria <fxn@hashref.com> | 2011-03-27 22:23:32 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-04-13 13:24:32 +0200 |
commit | d8f23ca627df85b33fe8db87db5483c10b62bfe6 (patch) | |
tree | a100e01ee7876d8b6b1fff67d2bae61f1646caa8 /railties/lib/rails | |
parent | 7c9d91f53eba513a7fb79fb9b01da2fa324c461f (diff) | |
download | rails-d8f23ca627df85b33fe8db87db5483c10b62bfe6.tar.gz rails-d8f23ca627df85b33fe8db87db5483c10b62bfe6.tar.bz2 rails-d8f23ca627df85b33fe8db87db5483c10b62bfe6.zip |
removes debug_rjs from ActionView::Base
Diffstat (limited to 'railties/lib/rails')
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt b/railties/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt index bdb897ad33..41b2374eda 100644 --- a/railties/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt +++ b/railties/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt @@ -11,7 +11,6 @@ # Show full error reports and disable caching config.consider_all_requests_local = true - config.action_view.debug_rjs = true config.action_controller.perform_caching = false # Don't care if the mailer can't send |