• C
    Do not generate local vars for partials without object or collection · c67005f2
    Carlos Antonio da Silva 提交于
    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.
    c67005f2
可在Tags中查看这些版本中当前仓库的状态.
CHANGELOG.md 30.2 KB