aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/hash_ext_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Missing require AS/core_ext/date/conversionsAkira Matsuda2019-08-021-0/+1
* Fix rubocop violationsyuuji.yaginuma2019-02-091-2/+2
* Add 'Hash#deep_transform_values', and 'Hash#deep_transform_values!'Guillermo Iguaran2019-02-081-0/+27
* No need to handle if FrozenError is availableYasuo Honda2018-12-231-1/+1
* Follow up #34754bogdanvlviv2018-12-201-28/+6
* Remove remaining tests for `Hash#transform_keys` and `Hash#transform_keys!`Ryuta Kamizono2018-12-211-27/+0
* Deprecate `active_support/core_ext/hash/compact`yuuji.yaginuma2018-03-021-34/+4
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-3/+3
* Handle `FrozenError` if it is availableYasuo Honda2017-12-201-1/+1
* Merge branch 'master' into make-reverse-merge-bang-order-consistentSean Griffin2017-07-171-702/+17
|\
| * [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
| * Move HashWithIndifferentAccess tests to separate fileMichael Stock2017-03-301-712/+0
| * Add aliases for reverse_merge to with_defaultsMatt Casper2017-03-291-0/+25
* | Make the order of Hash#reverse_merge! consistent with HashWithIndifferentAccessErol Fornoles2017-03-061-2/+5
|/
* Add few tests for the top level `HashWithIndifferentAccess`Robin Dupret2017-02-251-0/+24
* Soft-deprecate the top-level HashWithIndifferentAccess classRobin Dupret2017-02-251-0/+4
* Make HWIA#compact not return nil when no nilsPavel Pravosud2017-02-231-0/+10
* Revert "Merge pull request #27925 from robin850/hwia-removal"Kasper Timm Hansen2017-02-201-23/+0
* Deprecate the top-level `HashWithIndifferentAccess` contantRobin Dupret2017-02-191-0/+23
* ensure `#compact` of HWIDA to return HWIDAyuuji.yaginuma2017-01-061-0/+10
* Fix Rubocop violations and fix documentation visibilityRafael Mendonça França2016-12-281-1/+1
* assert_equal takes expectation firstAkira Matsuda2016-12-261-21/+21
* "Use assert_nil if expecting nil from ...:in `...'. This will fail in minites...Akira Matsuda2016-12-251-2/+2
* Expectation firstAkira Matsuda2016-12-251-4/+4
* "Use assert_nil if expecting nil from ...:in `...'. This will fail in MT6."Akira Matsuda2016-12-251-1/+1
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-6/+6
* Remove deprecated new_from_hash_copying_defaultAndrew White2016-11-131-7/+0
* 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