aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/marshal.rb
Commit message (Collapse)AuthorAgeFilesLines
* Wrong usage of 'a' in docs fixed [ci skip]Mehmet Emin İNAÇ2015-10-031-1/+1
|
* Mark some constants as nodoc and remove unneeded namespaceRafael Mendonça França2015-03-201-1/+1
|
* Use Module#prepend instead of alias_method_chainKir Shatrov2015-03-201-8/+6
| | | | | | | Thanks @fbernier for suggestion! <3 At this moment we can use Module#prepend in all all cases except of Range because of the bug [1] in MRI 2.2 [1] https://bugs.ruby-lang.org/issues/10847
* Fixes NoMethodError: `alias_method_chain` when requiring just ↵Andy Lindeman2013-05-121-0/+2
| | | | | | active_support/core_ext * Each file that uses `alias_method_chain` brings it in explicitly
* Remove unnecessary begin..rescue..end, use only rescueAkira Matsuda2013-01-061-13/+11
|
* Patched Marshal#load to work with constant autoloading ↵Uriel Katz2012-12-011-0/+21
(active_support/dependecies.rb) (issue #8167)