aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/hash
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| |/ /
* | | Adding Hash#compact and Hash#compact! methodstinogomes2014-01-091-0/+20
* | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-12-202-7/+7
|\ \ \ | |/ / |/| |
| * | Typos. return -> returns. [ci skip]Lauro Caetano2013-12-032-7/+7
* | | 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-242-4/+4
|\ \
| * | Change syntax format for example returned valuesPrem Sichanugrist2013-11-112-5/+5
* | | documentation updated for Hashes [ci skip]KD2013-11-114-14/+18
|/ /
* | slice! should not remove default hash value/procAntonio Santos2013-10-241-0/+2
* | Revert "Merge branch 'master' of github.com:rails/docrails"Vijay Dev2013-08-171-0/+1
* | Merge pull request #11625 from phstc/minor-refactor-code-gardener-groupingRafael Mendonça França2013-07-271-1/+0
|\ \
| * | Minor refactor - Uses Enumerable#to_a instead of iterate and add to anPablo Cantero2013-07-271-1/+0
| |/
* / Remove deprecated Hash#diff with no replacement.Carlos Antonio da Silva2013-07-021-16/+0
|/
* dependency ActiveSupport::DeprecationTomohiko Himura2013-05-091-0/+2
* CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml.Jeremy Kemper2013-01-081-4/+23
* Revert "Merge branch 'master-sec'"Jeremy Kemper2013-01-081-23/+4
* CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml.Jeremy Kemper2013-01-081-4/+23
* Change docs to use update instead of update_attributesAmparo Luna + Guillermo Iguaran2013-01-031-1/+1
* Refactor Hash.from_xml.Steve Klabnik + Katrina Owen2012-12-211-50/+100
* Replace comments' non-breaking spaces with spacesclaudiob2012-12-042-6/+6
* Add documentation for Hash.from_xml [ci skip]HPNeo2012-12-011-0/+13