aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/marshal_test.rb
Commit message (Expand)AuthorAgeFilesLines
* [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-0/+13
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-3/+3
* Fix marshal with autoloading for nested class/moduleFumiaki MATSUSHIMA2016-03-281-3/+18
* Prevent `Marshal.load` from looping infinitelyOlek Janiszewski2016-03-111-0/+11
* remove args from assert_nothing_raised in testsTara Scherner de la Fuente2016-02-221-1/+1
* Avoid E constant clashing with Minitest defined version.Kasper Timm Hansen2015-05-221-16/+16
* Use Module#prepend instead of alias_method_chainKir Shatrov2015-03-201-2/+2
* Fix typo in DependenciesTestHelpers module nameVipul A M2013-03-121-2/+2
* Patched Marshal#load to work with constant autoloading (active_support/depend...Uriel Katz2012-12-011-0/+124