aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2011-09-05 07:09:13 -0700
committerSantiago Pastorino <santiago@wyeworks.com>2011-09-05 07:09:13 -0700
commit7f7e362c14b4d462e3b796219d3b68c076b01643 (patch)
tree5aee88ec96b17e3c7fae13d11ef555ed95e7b76b /railties/lib/rails
parenta23e3855c5a8a2b0747c856c195ab7adc17f601e (diff)
parente8cb06a386d045eb6250ab08242b705ad204db7b (diff)
downloadrails-7f7e362c14b4d462e3b796219d3b68c076b01643.tar.gz
rails-7f7e362c14b4d462e3b796219d3b68c076b01643.tar.bz2
rails-7f7e362c14b4d462e3b796219d3b68c076b01643.zip
Merge pull request #2873 from guilleiguaran/remove-unused-config
Remove unused config variable from test.rb template
Diffstat (limited to 'railties/lib/rails')
-rw-r--r--railties/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt3
1 files changed, 0 insertions, 3 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt b/railties/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt
index 8e33a65b2d..80198cc21e 100644
--- a/railties/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt
+++ b/railties/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt
@@ -41,7 +41,4 @@
# Print deprecation notices to the stderr
config.active_support.deprecation = :stderr
-
- # Allow pass debug_assets=true as a query parameter to load pages with unpackaged assets
- config.assets.allow_debugging = true
end