aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/hash/transform_values_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-171-62/+7
* [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
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-28/+28
* Return a sized Enumerator from Hash#{transform_values{!}|transform_keys{!}}Kenichi Kamiya2015-09-291-2/+4
* Added missing tests for transform_values! which returns Enumerator without bl...Ronak Jangir2015-09-261-0/+12
* Return an Enumerator if no block is givenErik Michaels-Ober2014-07-121-0/+12
* Add `Hash#map_values` to ActiveSupportSean Griffin2014-06-291-0/+49