aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/hash
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Updated docs for transform_keys [ci skip]Ronak Jangir2015-09-281-5/+9
* | | Speed up `Hash#transform_values` when emptySean Griffin2015-09-281-0/+1
|/ /
* | Fix the documentation of Hash#except method [ci skip]Mehmet Emin İNAÇ2015-08-031-8/+9
* | Added documentation about passing custom disallowed types to Hash#from_xml [...Prathamesh Sonpatki2015-06-181-1/+19
* | Doc fixes [ci skip]Islam Wazery2015-03-071-1/+1
* | Doc fix [ci skip]Islam Wazery2015-03-071-7/+7
* | Replace `#=>` with `# =>` [ci skip]claudiob2014-12-171-1/+1
* | Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-4/+4
* | added example of hash#except, and removed extra whitespaces [ci skip]Rishi Jain2014-11-072-5/+11
* | fix typo [ci skip]Vijay Dev2014-11-041-1/+1
* | fixed typo [ci skip]Rishi Jain2014-11-041-1/+1
* | added example for hash slice method [ci skip]Rishi Jain2014-11-041-2/+8
|/
* Return an Enumerator if no block is givenErik Michaels-Ober2014-07-122-1/+5
* Don't construct a Proc if no block is givenErik Michaels-Ober2014-07-121-1/+1
* Add `Hash#map_values` to ActiveSupportSean Griffin2014-06-291-0/+21
* 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
* Revert "remove unnecssary require of `to_param`, as `to_query` is already req...Rafael Mendonça França2014-06-111-0/+1
* remove unnecssary require of `to_param`, as `to_query` is already require `to...Kuldeep Aggarwal2014-06-121-1/+0
* Correct result, previously showing wrong resultAkshay Vishnoi2014-06-041-1/+1
* [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
* | Change 'a' to 'an' [ci skip]Santosh Wadghule2014-05-091-1/+1
* | Merge pull request #12746 from coreyward/masterRafael Mendonça França2014-05-071-11/+22
|\ \
| * | Fix Hash#deep_merge bug and improve documentation — resolves #12738Corey Ward2013-12-091-11/+21
* | | Minor grammer, code conventions fix [ci skip]Zoltan Kiss2014-03-151-2/+1
* | | Merge pull request #13709 from akshay-vishnoi/typoYves Senn2014-01-141-1/+1
|\ \ \
| * | | [ci skip] Grammar correctionAkshay Vishnoi2014-01-141-1/+1
| |/ /