aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/hash/except.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* 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 ↵David Heinemeier Hansson2007-07-091-0/+24
except the keys that are specified [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7172 5ecf4fe2-1ee6-0310-87b1-e25e094e27de