aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-12-12 00:20:07 -0200
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-01-08 09:15:20 -0200
commitc67005f221f102fe2caca231027d9b11cf630484 (patch)
tree06bcbb633c6c2c4808091fe9ccf4dd8a164b06d1 /actionpack/test/fixtures
parent77516a712b5f10d14727d807697272b4607db7bc (diff)
downloadrails-c67005f221f102fe2caca231027d9b11cf630484.tar.gz
rails-c67005f221f102fe2caca231027d9b11cf630484.tar.bz2
rails-c67005f221f102fe2caca231027d9b11cf630484.zip
Do not generate local vars for partials without object or collection
Previously rendering a partial without giving :object or :collection would generate a local variable with the partial name by default. This was noticed due to warnings in Ruby 2.0 of not used variables, which turned out to be the generation of not used variables inside partials that do not contain objects related to them.
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r--actionpack/test/fixtures/test/_partial_name_local_variable.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/test/_partial_name_local_variable.erb b/actionpack/test/fixtures/test/_partial_name_local_variable.erb
new file mode 100644
index 0000000000..cc3a91c89f
--- /dev/null
+++ b/actionpack/test/fixtures/test/_partial_name_local_variable.erb
@@ -0,0 +1 @@
+<%= partial_name_local_variable %>