index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Eilertsens Kodeknekkeri
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
lib
/
active_support
/
core_ext
/
hash
Commit message (
Expand
)
Author
Age
Files
Lines
*
hash_conversion itself does not at all depend on time extensions
Akira Matsuda
2019-08-02
1
-1
/
+0
*
It may be better to explicitly require 'object/try' where we call `try`
Akira Matsuda
2019-08-01
1
-0
/
+1
*
Change comments
Edu Depetris
2019-05-25
1
-2
/
+2
*
Speed improvement for Hash#except
Timo Schilling
2019-03-29
1
-1
/
+1
*
Remove redundant returning `object`
Ryuta Kamizono
2019-02-09
1
-1
/
+0
*
Use Ruby 2.4+ native transform_values(!)
Kasper Timm Hansen
2019-02-08
1
-7
/
+2
*
Add 'Hash#deep_transform_values', and 'Hash#deep_transform_values!'
Guillermo Iguaran
2019-02-08
1
-0
/
+52
*
Follow up #34754
bogdanvlviv
2018-12-20
2
-2
/
+2
*
Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#...
Ryuta Kamizono
2018-12-20
1
-29
/
+0
*
Require Ruby 2.5 for Rails 6.
Kasper Timm Hansen
2018-12-19
1
-23
/
+0
*
Remove odd spaces [ci skip]
Ryuta Kamizono
2018-11-21
1
-2
/
+2
*
Improve documentation for Hash#slice!
Daniel Lopez 👾
2018-11-21
1
-2
/
+3
*
Deprecate `active_support/core_ext/hash/compact`
yuuji.yaginuma
2018-03-02
1
-26
/
+2
*
Rails 6 requires Ruby 2.4.1+
Jeremy Daer
2018-02-17
1
-29
/
+2
*
Enable autocorrect for `Lint/EndAlignment` cop
Koichi ITO
2018-01-18
1
-2
/
+2
*
[Active Support] require_relative => require
Akira Matsuda
2017-10-21
2
-10
/
+10
*
Let Hash#slice return a Hash
Akira Matsuda
2017-10-21
1
-1
/
+1
*
Move HWIA specific logic for slice and slice! to HWIA class
Akira Matsuda
2017-10-21
1
-2
/
+0
*
Hash#slice is in Ruby 2.5+
Akira Matsuda
2017-10-21
1
-1
/
+1
*
Hash#transform_keys is in Ruby 2.5+
Akira Matsuda
2017-09-01
1
-2
/
+2
*
faster implementation of Hash#deep_merge
M. Simon Borg
2017-08-16
1
-12
/
+6
*
Merge branch 'master' into make-reverse-merge-bang-order-consistent
Sean Griffin
2017-07-17
9
-10
/
+30
|
\
|
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
9
-0
/
+9
|
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
9
-0
/
+9
|
*
[Active Support] require => require_relative
Akira Matsuda
2017-07-01
2
-10
/
+10
|
*
Add aliases for reverse_merge to with_defaults
Matt Casper
2017-03-29
1
-0
/
+2
*
|
Make the order of Hash#reverse_merge! consistent with HashWithIndifferentAccess
Erol Fornoles
2017-03-06
1
-2
/
+1
|
/
*
Merge pull request #26905 from bogdanvlviv/docs
Andrew White
2016-11-13
1
-1
/
+1
|
\
|
*
Add missing `+` around a some literals.
bogdanvlviv
2016-10-27
1
-1
/
+1
*
|
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
2
-4
/
+4
|
/
*
Use Hash#compact and Hash#compact! from Ruby 2.4
Prathamesh Sonpatki
2016-10-23
1
-18
/
+22
*
Add comment to remove code when we are in Ruby 2.4
Rafael Mendonça França
2016-10-14
1
-0
/
+1
*
Use built-in #transform_values when available.
Jesús Burgos
2016-10-14
1
-2
/
+2
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
2
-7
/
+7
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-2
/
+2
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
2
-14
/
+12
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-4
/
+4
*
applies new string literal convention in activesupport/lib
Xavier Noria
2016-08-06
2
-24
/
+24
*
Improve Hash#compact! documentation and tests
Igor Pstyga
2016-06-03
1
-5
/
+8
*
Normalize whitespace for Hash#compact documentation [ci skip]
Mark Lee
2016-05-24
1
-6
/
+6
*
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
1
-2
/
+1
*
Change the Hash.to_xml with a lamda example
Justin
2016-04-19
1
-1
/
+1
*
Restore Hash#transform_keys behavior to always return a Hash instance
Emily
2016-04-12
1
-1
/
+1
*
Fix nodoc to internal class error document some of them
Vipul A M
2016-01-25
1
-0
/
+2
*
Merge pull request #21806 from kachick/fix-transformer-size
Eileen M. Uchitelle
2015-11-07
2
-4
/
+4
|
\
|
*
Return a sized Enumerator from Hash#{transform_values{!}|transform_keys{!}}
Kenichi Kamiya
2015-09-29
2
-4
/
+4
*
|
Merge pull request #16357 from gchan/hwia-respects-to-hash-default
Sean Griffin
2015-10-29
1
-1
/
+1
|
\
\
|
*
|
`HashWithIndifferentAccess.new` respects the default value or proc on objects...
Gordon Chan
2014-07-31
1
-1
/
+1
*
|
|
Improve readability of docs by using code tag [ci skip]
Prakash Laxkar
2015-09-29
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge pull request #21782 from ronakjangir47/transform_values_docs
Rafael Mendonça França
2015-09-28
2
-8
/
+17
|
\
\
[next]