aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/hash_ext_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-12/+12
* improve error message when include assertions failMichael Grosser2016-09-161-34/+34
* Add three new rubocop rulesRafael Mendonça França2016-08-161-64/+64
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-11/+11
* modernizes hash syntax in activesupportXavier Noria2016-08-061-143/+143
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-150/+150
* existant => existentAbhishek Jain2016-06-091-1/+1
* Improve Hash#compact! documentation and testsIgor Pstyga2016-06-031-0/+8
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-17/+17
* 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