aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/hash/except.rb
Commit message (Expand)AuthorAgeFilesLines
* Speed improvement for Hash#exceptTimo Schilling2019-03-291-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
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Fix the documentation of Hash#except method [ci skip]Mehmet Emin İNAÇ2015-08-031-8/+9
* added example of hash#except, and removed extra whitespaces [ci skip]Rishi Jain2014-11-071-2/+8
* Typos. return -> returns. [ci skip]Lauro Caetano2013-12-031-1/+1
* Change docs to use update instead of update_attributesAmparo Luna + Guillermo Iguaran2013-01-031-1/+1
* update AS/core_ext docs [ci skip]Francesco Rodriguez2012-09-121-1/+0
* Remove mention of `convert_key` now that it's been taken out in 1eecd9483b043...Alex Nisnevich2012-06-281-7/+0
* String quotes and trailing spacesAlexey Gaziev2012-04-291-1/+1
* No need to call convert_key before except.José Valim2010-06-121-1/+0
* documents in Hash#except that convert_key is honoredXavier Noria2009-09-121-0/+8
* Convert hash extension modules to class reopensJeremy Kemper2009-03-211-22/+13
* Ensure Hash#except is allowed on a frozen hash. References #382Mislav Marohnić2008-09-131-1/+1
* Merge with docrails.Pratik Naik2008-07-161-1/+1
* Performance: speed up Hash#except. [#382 state:resolved]Grant Hollingworth2008-06-111-3/+4
* Added Hash#except which is the inverse of Hash#slice -- return the hash excep...David Heinemeier Hansson2007-07-091-0/+24