| Commit message (Expand) | Author | Age | Files | Lines |
* | ActiveSupport typo fixes. | alkesh26 | 2019-02-01 | 1 | -1/+1 |
* | Add HashWithIndifferentAccess#assoc | Stefan Schüßler | 2019-01-30 | 1 | -0/+8 |
* | Make #to_options an alias for #symbolize_keys | Nick Weiland | 2018-11-01 | 1 | -0/+7 |
* | Fix HashWithIndifferentAccess#without bug | Abraham Chan | 2018-09-28 | 1 | -0/+11 |
* | Fix `CustomCops/AssertNot` to allow it to have failure message | Ryuta Kamizono | 2018-05-13 | 1 | -1/+1 |
* | Replace `assert !` with `assert_not` | Daniel Colson | 2018-04-19 | 1 | -2/+2 |
* | Remove extra conditions in HWIDA since Rails 6 does not support Ruby 2.2 | bogdanvlviv | 2018-02-17 | 1 | -2/+0 |
* | Rails 6 requires Ruby 2.3+ | Jeremy Daer | 2018-02-17 | 1 | -1/+0 |
* | Define transform_keys! in HashWithIndifferentAccess | Rafael Mendonça França | 2018-02-16 | 1 | -0/+13 |
* | Testing to ensure both bang and non-bang methods behaves consistently | Ryuta Kamizono | 2017-09-30 | 1 | -0/+23 |
* | Ensure `HashWithIndifferentAccess#transform_keys` to return `HashWithIndiffer... | yuuji.yaginuma | 2017-09-27 | 1 | -0/+7 |
* | remove depreciated assertion to eliminate warning | Christina Thompson | 2017-07-24 | 1 | -1/+1 |
* | Fix HashWithIndifferentAccess#default when include?(nil) | Lisa Ugray | 2017-07-17 | 1 | -0/+26 |
* | [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 1 | -0/+1 |
* | Use frozen-string-literal in ActiveSupport | Kir Shatrov | 2017-07-09 | 1 | -0/+1 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Implement `fetch_values` for HashWithIndifferentAccess (#28316) | Josh Pencheon | 2017-04-10 | 1 | -0/+12 |
* | Fix `warning: already initialized constant HashWithIndifferentAccessTest::Has... | Ryuta Kamizono | 2017-04-07 | 1 | -1/+0 |
* | Move HashWithIndifferentAccess tests to separate file | Michael Stock | 2017-03-30 | 1 | -0/+734 |
* | test/hash: move lonely indifferent hash test | Simon Eskildsen | 2015-07-10 | 1 | -11/+0 |
* | - Moved hwia frozen value assignment test to hash_ext_test similar to other t... | Vipul A M | 2015-01-17 | 1 | -7/+1 |
* | Fix assignment for frozen value in HWIA | Aditya Kapoor | 2015-01-17 | 1 | -0/+7 |
* | Add necessary 'require reverse_merge' to HAWI.rb | claudiob | 2014-10-17 | 1 | -0/+10 |