aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/hash_with_indifferent_access.rb
Commit message (Collapse)AuthorAgeFilesLines
* Limit Array#extract_options! to directl instances of Hash and HWIA. Add ↵wycats2010-03-271-0/+4
| | | | extractable_options? to Hash so that subclasses of Hash can opt-into extractable behavior. This fixes an issue where respond_with wasn't working with subclasses of Hash that were provided by other libraries (such as CouchDB or Mashie) [#4145 state:resolved]
* ActiveSupport Hash optimizations [#2902 state:resolved]Lourens Naude2009-07-151-1/+5
| | | | Signed-off-by: Carl Lerche <carllerche@mac.com>
* Namespace HashWithIndifferentAccessJeremy Kemper2009-03-211-105/+109
|
* Convert hash extension modules to class reopensJeremy Kemper2009-03-211-0/+129