aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/cases/argument_serialization_test.rb
Commit message (Expand)AuthorAgeFilesLines
* [Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveJobKir 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
* modernizes hash syntax in activejobXavier Noria2016-08-061-1/+1
* applies new string literal convention in activejob/testXavier Noria2016-08-061-24/+24
* Fix AJ tests on ruby 2.4 being causes since classes are unified for Integer, ...Vipul A M2016-07-091-1/+1
* Added more tests for reserved hash keys of ActiveJob::Arguments.Santosh Wadghule2016-03-171-6/+7
* Added support for bigdecimals in perform laterSiva Gollapalli2015-12-031-1/+1
* Improve error message when serializing unsaved records for jobsFaraz Yashar2015-06-281-0/+7
* Allow keyword arguments to work with ActiveJobSean Griffin2015-01-301-10/+29
* Fix string/gid collision in job argumentsJeremy Kemper2014-09-251-3/+11
* Tighten up AJ::Arguments and its testsJeremy Kemper2014-09-141-0/+76