1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib
Nikita Afanasenko 9cda6a321e Use tag! instead of method_missing in to_xml conversions.
Since version `3.0.x` `Builder` caches method passed to `method_missing` each time. This commit replaces `method_missing` call with `tag!` call to prevent method redefinition on each `to_xml` call with the same builder.
2012-11-04 14:33:39 +04:00
..
active_support Use tag! instead of method_missing in to_xml conversions. 2012-11-04 14:33:39 +04:00
active_support.rb Add ActiveSupport::KeyGenerator as a simple wrapper around PBKDF2 2012-10-01 14:22:19 +13:00