aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/hash_with_indifferent_access.rb
Commit message (Expand)AuthorAgeFilesLines
* HWIA relies on Hash#symbolize_keys and #stringify_keys extensions.Santiago Pastorino2010-04-221-0/+2
* Change HWIA#stringify_keys to return a HWIA not a HashJeremy Kemper2010-04-221-1/+1
* Restore HWIA#stringify_keys! and update changelogJeremy Kemper2010-04-221-2/+2
* HWIA delegates to to_hash symbolize_keys and stringify_keys and bang methods ...Santiago Pastorino2010-04-221-2/+4
* Limit Array#extract_options! to directl instances of Hash and HWIA. Add extra...wycats2010-03-271-0/+4
* ActiveSupport Hash optimizations [#2902 state:resolved]Lourens Naude2009-07-151-1/+5
* Namespace HashWithIndifferentAccessJeremy Kemper2009-03-211-105/+109
* Convert hash extension modules to class reopensJeremy Kemper2009-03-211-0/+129