aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/hash/deep_merge.rb
Commit message (Collapse)AuthorAgeFilesLines
* Speed up some Hash core extensions.José Valim and Mikel Lindsaar2010-01-241-7/+6
|
* Support deep-merging HashWithIndifferentAccess.Andrew Moreland2009-08-091-4/+5
| | | | | | [#2732 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* ActiveSupport Hash optimizations [#2902 state:resolved]Lourens Naude2009-07-151-1/+1
| | | | Signed-off-by: Carl Lerche <carllerche@mac.com>
* Convert hash extension modules to class reopensJeremy Kemper2009-03-211-20/+13
|
* Allow deep merging of hash values for nested with_options. [#490 state:resolved]Lawrence Pit2008-07-171-0/+23
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>