aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/hash/keys.rb
Commit message (Expand)AuthorAgeFilesLines
* Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#...Ryuta Kamizono2018-12-201-29/+0
* Hash#transform_keys is in Ruby 2.5+Akira Matsuda2017-09-011-2/+2
* [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
* Add three new rubocop rulesRafael Mendonça França2016-08-161-6/+6
* Restore Hash#transform_keys behavior to always return a Hash instanceEmily2016-04-121-1/+1
* Merge pull request #21806 from kachick/fix-transformer-sizeEileen M. Uchitelle2015-11-071-2/+2
|\
| * Return a sized Enumerator from Hash#{transform_values{!}|transform_keys{!}}Kenichi Kamiya2015-09-291-2/+2
* | Improve readability of docs by using code tag [ci skip]Prakash Laxkar2015-09-291-1/+1
|/
* Updated docs for transform_keys [ci skip]Ronak Jangir2015-09-281-5/+9
* Doc fix [ci skip]Islam Wazery2015-03-071-7/+7
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-4/+4
* Return an Enumerator if no block is givenErik Michaels-Ober2014-07-121-1/+3
* Fix documentation from #15669 [ci skip]Zachary Scott2014-06-171-3/+5
* [ci skip] fix doc for the Hash#assert_valid_keysAditya Kapoor2014-06-171-3/+3
* [ci skip] Correct output of Hash#symbolize_keysAkshay Vishnoi2014-05-311-2/+2
* Merge pull request #10887 from sakuro/deep_transform_keys_in_nested_arraysRafael Mendonça França2014-05-201-16/+38
|\
| * Hash#deep_*_keys(!) recurse into nested arrays.OZAWA Sakuro2013-06-081-16/+38
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-12-201-6/+6
|\ \
| * | Typos. return -> returns. [ci skip]Lauro Caetano2013-12-031-6/+6
* | | Tidy up previous commit, fix message assertion and improve testsCarlos Antonio da Silva2013-12-031-1/+3
* | | Modify the Hash#assert_valid_keys error message so that it shows the valid ke...Nerian2013-12-031-3/+3
|/ /
* | Merge remote-tracking branch 'docrails/master'Xavier Noria2013-11-241-2/+2
|\ \
| * | Change syntax format for example returned valuesPrem Sichanugrist2013-11-111-2/+2
| |/
* / documentation updated for Hashes [ci skip]KD2013-11-111-6/+6
|/
* Replace comments' non-breaking spaces with spacesclaudiob2012-12-041-5/+5
* fix AS/core_ext examples [ci skip]Francesco Rodriguez2012-09-121-1/+1
* update AS/core_ext docs [ci skip]Francesco Rodriguez2012-09-121-7/+7
* Speed up Hash#transform_keys using Hash#each_keyGrant Hutchins2012-06-271-1/+1
* update Hash documentation with 1.9 syntax [ci skip]Francesco Rodriguez2012-05-261-8/+16
* add examples to Hash#deep_stringify_keys and Hash#deep_symbolize_keys [ci skip]Francesco Rodriguez2012-05-261-0/+10
* Reorder deep_symbolize_keys methodsMark McSpadden2012-05-251-7/+7
* Add Hash#deep_transform_keys and Hash#deep_transform_keys! Also convert deep_...Mark McSpadden2012-05-231-17/+26
* Adding deep versions of stringify_keys and symbolize_keys (plain and bang) fo...Lucas Húngaro2012-05-231-0/+44
* Add Hash#transform_keys and Hash#transform_keys! and refactor *_keys methods ...Mark McSpadden2012-05-231-18/+25
* Fixing Hash#stringify_keys docsFrancesco Rodriguez2012-05-131-1/+1
* marking self in Hash#symbolize_keys!Francesco Rodriguez2012-05-131-1/+1
* added example to Hash#symbolize_keysFrancesco Rodriguez2012-05-131-2/+5
* unnecessary 'examples' noise in Hash#assert_valid_keys docsFrancesco Rodriguez2012-05-131-1/+0
* added example to Hash#stringify_keysFrancesco Rodriguez2012-05-131-1/+5
* String quotes and trailing spacesAlexey Gaziev2012-04-291-3/+3
* AS core_ext refactoring pt.2Alexey Gaziev2012-04-291-3/+2
* Inline the symbolize_keys/stringify_keys methodsSantiago Pastorino2012-04-081-2/+10
* Remove Fixnum#to_sym support in 1.8.7Santiago Pastorino2012-04-081-1/+1
* Make assert_valid_keys slightly faster.thedarkone2010-09-271-4/+6
* No need for an extra wrapper array.thedarkone2010-09-271-1/+1
* Revert "Hash#symbolize_keys(!) optimizations"Jeremy Kemper2010-03-291-1/+1
* Hash#symbolize_keys(!) optimizationsLourens Naudé2010-03-011-1/+1