index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
test
/
core_ext
/
hash
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete uneeded blank file
Guillermo Iguaran
2019-02-08
1
-0
/
+0
*
Add 'Hash#deep_transform_values', and 'Hash#deep_transform_values!'
Guillermo Iguaran
2019-02-08
1
-0
/
+0
*
Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#...
Ryuta Kamizono
2018-12-20
1
-64
/
+0
*
Rails 6 requires Ruby 2.4.1+
Jeremy Daer
2018-02-17
1
-62
/
+7
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
2
-0
/
+2
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
2
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
2
-2
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
2
-0
/
+2
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-1
/
+1
*
applies new string literal convention in activesupport/test
Xavier Noria
2016-08-06
2
-44
/
+44
*
Restore Hash#transform_keys behavior to always return a Hash instance
Emily
2016-04-12
1
-0
/
+16
*
Return a sized Enumerator from Hash#{transform_values{!}|transform_keys{!}}
Kenichi Kamiya
2015-09-29
2
-4
/
+8
*
Merge pull request #21767 from ronakjangir47/missing_transform_values_test
Rafael Mendonça França
2015-09-25
1
-0
/
+12
|
\
|
*
Added missing tests for transform_values! which returns Enumerator without bl...
Ronak Jangir
2015-09-26
1
-0
/
+12
*
|
Added missing tests for transform_keys! which returns Enumerator without block
Ronak Jangir
2015-09-26
1
-0
/
+12
|
/
*
Fix tests broken in https://github.com/rails/rails/pull/16149
Erik Michaels-Ober
2014-07-12
1
-1
/
+1
*
Return an Enumerator if no block is given
Erik Michaels-Ober
2014-07-12
2
-0
/
+44
*
Add `Hash#map_values` to ActiveSupport
Sean Griffin
2014-06-29
1
-0
/
+49