aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/marshal.rb
Commit message (Expand)AuthorAgeFilesLines
* Missing require AS/core_ext/string/inflectionsAkira Matsuda2019-08-021-0/+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 optional second argument to ActiveSupport core extension for Marshal#load...Jeff Latz2017-02-241-2/+2
* Avoid unused captureRyuta Kamizono2016-04-051-1/+1
* Fix marshal with autoloading for nested class/moduleFumiaki MATSUSHIMA2016-03-281-1/+1
* Prevent `Marshal.load` from looping infinitelyOlek Janiszewski2016-03-111-1/+4
* 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
* Fixes NoMethodError: `alias_method_chain` when requiring just active_support/...Andy Lindeman2013-05-121-0/+2
* Remove unnecessary begin..rescue..end, use only rescueAkira Matsuda2013-01-061-13/+11
* Patched Marshal#load to work with constant autoloading (active_support/depend...Uriel Katz2012-12-011-0/+21