aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/hash/slice.rb
Commit message (Expand)AuthorAgeFilesLines
* Convert hash extension modules to class reopensJeremy Kemper2009-03-211-37/+29
* MaKe Hash#slice! return removed values, akin to Array [#971 state:resolved]trans2008-12-261-1/+8
* slice now returns indifferent hash if called on oneadam2008-09-231-1/+1
* Add extra tests to ensure Hash#slice works with an array as a key. #613MatthewRudy2008-07-171-0/+5
* Revert "Hash#slice supports an array of keys [#613 state:resolved]"Pratik Naik2008-07-171-1/+0
* Hash#slice supports an array of keys [#613 state:resolved]Josh Owens2008-07-161-0/+1
* No need to build a Set since we're iterating instead of checking for inclusio...Jeremy Kemper2008-06-071-4/+2
* Fixed the brokeness from 952ec79bec313e0001adfc8c86f7970448d32db9David Heinemeier Hansson2008-06-021-1/+1
* Faster Hash#slice that doesn't use Enumerable#include?.Cheah Chu Yeow2008-06-021-1/+3
* Revert [9209] Use Hash#exceptPratik Naik2008-04-021-16/+0
* Adding Hash#without Closes #7369 [eventualbuddha]Pratik Naik2008-04-021-0/+16
* Hash#slice(*keys) returns a new hash with only the given keys. #slice! replac...Jeremy Kemper2006-12-171-0/+28