1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

8 commits

Author SHA1 Message Date
Emily
64ae9a58ae Restore Hash#transform_keys behavior to always return a Hash instance 2016-04-12 10:49:07 +02:00
Kenichi Kamiya
9addcbb00a Return a sized Enumerator from Hash#{transform_values{!}|transform_keys{!}} 2015-09-29 12:31:58 +09:00
Rafael Mendonça França
767cceefd3 Merge pull request #21767 from ronakjangir47/missing_transform_values_test
Added missing tests for transform_values! which returns Enumerator
2015-09-25 23:35:54 -03:00
Ronak Jangir
40f4f8a0c1 Added missing tests for transform_keys! which returns Enumerator without block 2015-09-26 00:31:51 +05:30
Ronak Jangir
3e97bea38a Added missing tests for transform_values! which returns Enumerator without blocks 2015-09-26 00:23:54 +05:30
Erik Michaels-Ober
f0fc49d256 Fix tests broken in https://github.com/rails/rails/pull/16149 2014-07-12 19:05:39 +02:00
Erik Michaels-Ober
f1bad130d0 Return an Enumerator if no block is given 2014-07-12 18:22:43 +02:00
Sean Griffin
b2cf8b251a Add Hash#map_values to ActiveSupport
Didn't get a chance to convert existing code, I'll skim through the code
base to make use of this later this afternoon.
2014-06-29 13:31:43 -06:00