aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/object/deep_dup.rb
Commit message (Expand)AuthorAgeFilesLines
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-1/+1
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-1/+1
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-1/+1
* drop array allocations when iterating over the hashAaron Patterson2015-10-151-1/+3
* make string allocation constant regardless of column countAaron Patterson2015-10-151-2/+6
* deep_dup method, remove old key from duplicated hash to avoid unnecessary pairsMehmet Emin İNAÇ2015-05-041-0/+1
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Change syntax format for example returned valuesPrem Sichanugrist2013-11-111-6/+6
* Replace comments' non-breaking spaces with spacesclaudiob2012-12-041-1/+1
* Add missing requires for deep_dup and hash ext testCarlos Antonio da Silva2012-05-241-0/+2
* adding examples to deep_dup methodFrancesco Rodriguez2012-05-141-1/+23
* Keep all methods in object/deep_dupPiotr Sarnacki2012-05-061-0/+16
* Nice logic for deep_dup in railsAlexey Gaziev2012-05-061-0/+6