aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/hash
Commit message (Expand)AuthorAgeFilesLines
* It may be better to explicitly require 'object/try' where we call `try`Akira Matsuda2019-08-011-0/+1
* Change commentsEdu Depetris2019-05-251-2/+2
* Speed improvement for Hash#exceptTimo Schilling2019-03-291-1/+1
* Remove redundant returning `object`Ryuta Kamizono2019-02-091-1/+0
* Use Ruby 2.4+ native transform_values(!)Kasper Timm Hansen2019-02-081-7/+2
* Add 'Hash#deep_transform_values', and 'Hash#deep_transform_values!'Guillermo Iguaran2019-02-081-0/+52
* Follow up #34754bogdanvlviv2018-12-202-2/+2
* Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#...Ryuta Kamizono2018-12-201-29/+0
* Require Ruby 2.5 for Rails 6.Kasper Timm Hansen2018-12-191-23/+0
* Remove odd spaces [ci skip]Ryuta Kamizono2018-11-211-2/+2
* Improve documentation for Hash#slice!Daniel Lopez 👾2018-11-211-2/+3
* Deprecate `active_support/core_ext/hash/compact`yuuji.yaginuma2018-03-021-26/+2
* Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-171-29/+2
* Enable autocorrect for `Lint/EndAlignment` copKoichi ITO2018-01-181-2/+2
* [Active Support] require_relative => requireAkira Matsuda2017-10-212-10/+10
* Let Hash#slice return a HashAkira Matsuda2017-10-211-1/+1
* Move HWIA specific logic for slice and slice! to HWIA classAkira Matsuda2017-10-211-2/+0
* Hash#slice is in Ruby 2.5+Akira Matsuda2017-10-211-1/+1
* Hash#transform_keys is in Ruby 2.5+Akira Matsuda2017-09-011-2/+2
* faster implementation of Hash#deep_mergeM. Simon Borg2017-08-161-12/+6
* Merge branch 'master' into make-reverse-merge-bang-order-consistentSean Griffin2017-07-179-10/+30
|\
| * [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-119-0/+9
| * Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-099-0/+9
| * [Active Support] require => require_relativeAkira Matsuda2017-07-012-10/+10
| * Add aliases for reverse_merge to with_defaultsMatt Casper2017-03-291-0/+2
* | Make the order of Hash#reverse_merge! consistent with HashWithIndifferentAccessErol Fornoles2017-03-061-2/+1
|/
* Merge pull request #26905 from bogdanvlviv/docsAndrew White2016-11-131-1/+1
|\
| * Add missing `+` around a some literals.bogdanvlviv2016-10-271-1/+1
* | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-292-4/+4
|/
* Use Hash#compact and Hash#compact! from Ruby 2.4Prathamesh Sonpatki2016-10-231-18/+22
* Add comment to remove code when we are in Ruby 2.4Rafael Mendonça França2016-10-141-0/+1
* Use built-in #transform_values when available.Jesús Burgos2016-10-141-2/+2
* Add three new rubocop rulesRafael Mendonça França2016-08-162-7/+7
* code gardening: removes redundant selfsXavier Noria2016-08-081-2/+2
* applies remaining conventions across the projectXavier Noria2016-08-062-14/+12
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-4/+4
* applies new string literal convention in activesupport/libXavier Noria2016-08-062-24/+24
* Improve Hash#compact! documentation and testsIgor Pstyga2016-06-031-5/+8
* Normalize whitespace for Hash#compact documentation [ci skip]Mark Lee2016-05-241-6/+6
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-2/+1
* Change the Hash.to_xml with a lamda example Justin2016-04-191-1/+1
* Restore Hash#transform_keys behavior to always return a Hash instanceEmily2016-04-121-1/+1
* Fix nodoc to internal class error document some of themVipul A M2016-01-251-0/+2
* Merge pull request #21806 from kachick/fix-transformer-sizeEileen M. Uchitelle2015-11-072-4/+4
|\
| * Return a sized Enumerator from Hash#{transform_values{!}|transform_keys{!}}Kenichi Kamiya2015-09-292-4/+4
* | Merge pull request #16357 from gchan/hwia-respects-to-hash-defaultSean Griffin2015-10-291-1/+1
|\ \
| * | `HashWithIndifferentAccess.new` respects the default value or proc on objects...Gordon Chan2014-07-311-1/+1
* | | Improve readability of docs by using code tag [ci skip]Prakash Laxkar2015-09-291-1/+1
| |/ |/|
* | Merge pull request #21782 from ronakjangir47/transform_values_docsRafael Mendonça França2015-09-282-8/+17
|\ \
| * | Updated docs for transform_values [ci skip]Ronak Jangir2015-09-281-3/+8