aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/hash_with_indifferent_access_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #34642 from azimux/improve-hwia-initialize-by-skipping-to_...Rafael França2019-05-011-0/+28
|\
| * HashWithIndifferentAccess#initialize performance improvementMiles Georgi2018-12-061-0/+28
* | ActiveSupport typo fixes.alkesh262019-02-011-1/+1
* | Add HashWithIndifferentAccess#assocStefan Schüßler2019-01-301-0/+8
|/
* Make #to_options an alias for #symbolize_keysNick Weiland2018-11-011-0/+7
* Fix HashWithIndifferentAccess#without bugAbraham Chan2018-09-281-0/+11
* Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-131-1/+1
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-2/+2
* Remove extra conditions in HWIDA since Rails 6 does not support Ruby 2.2bogdanvlviv2018-02-171-2/+0
* Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-171-1/+0
* Define transform_keys! in HashWithIndifferentAccessRafael Mendonça França2018-02-161-0/+13
* Testing to ensure both bang and non-bang methods behaves consistentlyRyuta Kamizono2017-09-301-0/+23
* Ensure `HashWithIndifferentAccess#transform_keys` to return `HashWithIndiffer...yuuji.yaginuma2017-09-271-0/+7
* remove depreciated assertion to eliminate warningChristina Thompson2017-07-241-1/+1
* Fix HashWithIndifferentAccess#default when include?(nil)Lisa Ugray2017-07-171-0/+26
* [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
* Implement `fetch_values` for HashWithIndifferentAccess (#28316)Josh Pencheon2017-04-101-0/+12
* Fix `warning: already initialized constant HashWithIndifferentAccessTest::Has...Ryuta Kamizono2017-04-071-1/+0
* Move HashWithIndifferentAccess tests to separate fileMichael Stock2017-03-301-0/+734
* test/hash: move lonely indifferent hash testSimon Eskildsen2015-07-101-11/+0
* - Moved hwia frozen value assignment test to hash_ext_test similar to other t...Vipul A M2015-01-171-7/+1
* Fix assignment for frozen value in HWIAAditya Kapoor2015-01-171-0/+7
* Add necessary 'require reverse_merge' to HAWI.rbclaudiob2014-10-171-0/+10