aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/hash_ext_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix regression in `Hash#dig` for HashWithIndifferentAccess.Jon Moss2016-02-011-0/+6
* Match HashWithIndifferentAccess#default's behaviour with Hash#defaultDavid Cornu2016-01-071-2/+2
* :scissors:Rafael Mendonça França2015-10-301-1/+0
* Deprecate `HWIDA.new_from_hash_copying_default`Sean Griffin2015-10-291-1/+1
* Merge pull request #16357 from gchan/hwia-respects-to-hash-defaultSean Griffin2015-10-291-0/+18
|\
| * `HashWithIndifferentAccess.new` respects the default value or proc on objects...Gordon Chan2014-07-311-0/+18
* | ActiveSupport::HashWithIndifferentAccess select and reject should return enum...Bernard Potocki2015-07-171-0/+10
* | Reuse the same test for HWIA reverse_merge!Rafael Mendonça França2015-07-101-3/+1
* | Merge pull request #20828 from Sirupsen/hash-indifferent-dup-default-procRafael Mendonça França2015-07-101-0/+37
|\ \
| * | test/hash: move lonely indifferent hash testSimon Eskildsen2015-07-101-0/+6
| * | active_support/indifferent_hash: dont raise on to_hash when default_proc raisesSimon Eskildsen2015-07-101-0/+14
| * | active_support/indifferent_hash: fix cloning default_proc on dupSimon Eskildsen2015-07-101-0/+17
* | | Removed use of mocha in active_supportRonak Jangir2015-07-101-3/+4
|/ /
* | - Moved hwia frozen value assignment test to hash_ext_test similar to other t...Vipul A M2015-01-171-0/+8
* | Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* | Add tests to ensure default proc is used when `HashWithIndifferentAccess' is ...Gordon Chan2014-07-311-0/+12
|/
* Make HWIA copy the default proc too.Arthur Neves2014-07-241-0/+11
* missing activesupport test coverageEugene Gilburg2014-07-191-1/+11
* Add test cases for Hash#asset_valid_keysAditya Kapoor2014-06-141-0/+15
* Fix bug that make HashWithIndifferentAccess work differently of HashRafael Mendonça França2014-06-091-0/+8
* Test `except!` in other cases tooAkshay Vishnoi2014-05-311-0/+8
* Merge pull request #10887 from sakuro/deep_transform_keys_in_nested_arraysRafael Mendonça França2014-05-201-0/+22
|\
| * Hash#deep_*_keys(!) recurse into nested arrays.OZAWA Sakuro2013-06-081-0/+22
* | Merge pull request #12746 from coreyward/masterRafael Mendonça França2014-05-071-4/+14
|\ \
| * | Fix Hash#deep_merge bug and improve documentation — resolves #12738Corey Ward2013-12-091-0/+10
* | | "subhash" --> "sub-hash"Akshay Vishnoi2014-04-191-1/+1
* | | HashWithIndifferentAccess better respects #to_hashPeter Jaros2014-03-281-0/+40
* | | Adding Hash#compact and Hash#compact! methodstinogomes2014-01-091-0/+28
|/ /
* | Tidy up previous commit, fix message assertion and improve testsCarlos Antonio da Silva2013-12-031-1/+6
* | Modify the Hash#assert_valid_keys error message so that it shows the valid ke...Nerian2013-12-031-1/+1
* | slice! should not remove default hash value/procAntonio Santos2013-10-241-0/+18
* | Make HashWithIndifferentAccess#select always return the hash.Marc Schütz2013-07-061-0/+6
* | Remove deprecated Hash#diff with no replacement.Carlos Antonio da Silva2013-07-021-6/+0
* | Merge pull request #10740 from mrsimo/hash-with-indifferent-access-selectRafael Mendonça França2013-06-141-0/+30
|\ \ | |/ |/|
| * HashWithIndifferentAccess#select working as intendedAlbert Llop2013-05-231-0/+30
* | Prevent side effects in `Hash#with_indifferent_access`.Yves Senn2013-05-291-0/+7
|/
* Fix HWIA#to_hash behavior with array of hashes.kennyj2013-05-161-0/+5
* fix HashWithIndifferentAccess#to_hash behaviourVipul A M2013-04-191-0/+4
* CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml.Jeremy Kemper2013-01-081-6/+22
* Revert "Merge branch 'master-sec'"Jeremy Kemper2013-01-081-22/+6
* CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml.Jeremy Kemper2013-01-081-6/+22
* Namespace HashWithIndifferentAccessAkira Matsuda2013-01-071-1/+1
* Refactor Hash.from_xml.Steve Klabnik + Katrina Owen2012-12-211-1/+1
* Test Hash#diff deprecation, also prevent deprecation message in AS testsNikita Afanasenko2012-11-111-1/+3
* Implement replace method so key? works correctly.David Graham2012-10-261-0/+12
* Revert "remove unnecessary object/conversions file"Xavier Noria2012-10-161-0/+1
* Merge pull request #7007 from Mik-die/hash_extractRafael Mendonça França2012-10-121-1/+25
|\
| * add more testcases and doc about Hash#extract!Mikhail Dieterle2012-10-081-2/+9
| * make Hash#extract! more symmetric with Hash#sliceMikhail Dieterle2012-10-081-0/+17
* | let (array|hash)/conversions.rb load the extensions in object/to_(param|query...Xavier Noria2012-10-091-2/+0