aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/url.rb
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-03-02 10:54:16 -0300
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-03-02 11:07:42 -0300
commit681d89f96bc1784edecf74992177a48be07e2b99 (patch)
tree76e416e4858d8af5f7b0062293e0879396be0054 /actionpack/lib/action_dispatch/http/url.rb
parent9078dba7de7e703f1558b03502791b16225d18eb (diff)
downloadrails-681d89f96bc1784edecf74992177a48be07e2b99.tar.gz
rails-681d89f96bc1784edecf74992177a48be07e2b99.tar.bz2
rails-681d89f96bc1784edecf74992177a48be07e2b99.zip
Stop SafeBuffer#clone_empty from issuing warnings
Logic in clone_empty method was dealing with old @dirty variable, which has changed by @html_safe in this commit: https://github.com/rails/rails/commit/139963c99a955520db6373343662e55f4d16dcd1 This was issuing a "not initialized variable" warning - related to: https://github.com/rails/rails/pull/5237 The logic applied by this method is already handled by the [] override, so there is no need to reset the variable here.
Diffstat (limited to 'actionpack/lib/action_dispatch/http/url.rb')
0 files changed, 0 insertions, 0 deletions