aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/hash/indifferent_access.rb
Commit message (Expand)AuthorAgeFilesLines
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-1/+1
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-1/+1
* `HashWithIndifferentAccess.new` respects the default value or proc on objects...Gordon Chan2014-07-311-1/+1
* Correct result, previously showing wrong resultAkshay Vishnoi2014-06-041-1/+1
* documentation updated for Hashes [ci skip]KD2013-11-111-0/+1
* Replace comments' non-breaking spaces with spacesclaudiob2012-12-041-1/+1
* fix AS/core_ext examples [ci skip]Francesco Rodriguez2012-09-121-1/+1
* update AS/core_ext docs [ci skip]Francesco Rodriguez2012-09-121-5/+3
* fixes in api docsVijay Dev2012-01-131-1/+1
* docs formatting changesVijay Dev2011-09-011-1/+1
* with -> willUģis Ozols2011-06-121-1/+1
* indifferent access should recurse Hash subclassesDavid Lee2011-05-081-0/+12
* avoids a ton o warnings activesupport/lib/active_support/dependencies.rb:239:...Xavier Noria2010-08-191-3/+1
* documents Hash#with_indifferent_accessXavier Noria2009-09-121-0/+5
* Namespace HashWithIndifferentAccessJeremy Kemper2009-03-211-1/+1
* Convert hash extension modules to class reopensJeremy Kemper2009-03-211-140/+6
* Ensure HWIA#reverse_merge! retrurns HWIA [#421 state:resolved]Bradford Folkens2009-03-121-0/+6
* Merge docrails:Pratik Naik2008-05-091-22/+21
* Improve documentation.Pratik Naik2008-03-261-0/+36
* Fix HashWithIndifferentAccess#to_options! so it doesn't clear the options has...Rick Olson2007-12-081-0/+1
* Fixed that parameters from XML should also be presented in a hash with indiff...David Heinemeier Hansson2007-04-161-1/+9
* HashWithIndifferentAccess#to_hash converts to a Hash with String keys and the...Jeremy Kemper2006-12-161-1/+6
* HashWithIndifferentAccess shouldn't confuse false and nil. Closes #5601. Nor ...Jeremy Kemper2006-07-051-7/+10
* Fixed HashWithIndifferentAccess#default (closes #5586) [chris@seagul.co.uk]David Heinemeier Hansson2006-07-051-4/+7
* Don't destroy a HashWithIndifferentAccess if symbolize_keys! or stringify_ke...Marcel Molina2006-05-141-0/+3
* Use --simple-prompt instead of --prompt-mode simple for console compatibility...David Heinemeier Hansson2006-04-011-1/+1
* Fixed the hash.delete :sym (closes #2176) [Stefan Kaes]David Heinemeier Hansson2006-03-201-2/+9
* Performance speedup for ActionController (closes #4174) [Stefan Kaes] Include...David Heinemeier Hansson2006-03-201-1/+1
* Rolled back #2176 because it destroyed performance [DHH]David Heinemeier Hansson2006-03-201-24/+36
* fix indifferent hash. The lambdas were acting funny in a running rails app. ...Rick Olson2006-03-201-5/+15
* Fixed HashWithIndifferentAccess#delete to work with both symbols and strings ...David Heinemeier Hansson2006-03-181-36/+14
* Major components cleanup and speedup. Closes #3527.Jeremy Kemper2006-02-091-1/+2
* Fix merge and dup for hashes with indifferent access (closes #3404) [kenneth....David Heinemeier Hansson2006-01-231-0/+8
* Make HashWithIndifferentAccess#update behave like Hash#update by returning th...Marcel Molina2006-01-081-2/+5
* Fixed documentation for release (AS)David Heinemeier Hansson2005-07-061-1/+1
* r1300@iwill: jeremy | 2005-06-13 18:31:29 -0700Jeremy Kemper2005-06-131-10/+4
* Fixed that HashWithIndifferentAccess stringified all keys including symbols, ...David Heinemeier Hansson2005-05-191-1/+1
* Fixed Hash#indifferent_access to also deal with include? and fetch and nested...David Heinemeier Hansson2005-03-071-1/+29
* Fixed an exception when using Ajax based requests from Safari because Safari ...David Heinemeier Hansson2005-03-031-4/+4
* Moved Active Support into its own gemDavid Heinemeier Hansson2005-02-151-0/+38