aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib/active_job/core.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary use of `included` in ActiveJob::CoreAlan Wu2018-10-051-21/+19
* Make sure that when serialing an just deserialized job arguments are thereRafael Mendonça França2018-05-011-4/+16
* Add support for timezones to Active JobAndrew White2018-02-221-1/+6
* Fix example code in ActiveJob::Core [ci skip]Yoshiyuki Hirano2017-12-051-4/+10
* [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
* ActiveJob::Core#serialize stores provider_job_id (fixes #26581).utilum2017-06-271-0/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* applies new string literal convention in activejob/libXavier Noria2016-08-061-15/+15
* Executions counting is not a serialization concernDavid Heinemeier Hansson2016-08-011-1/+1
* Add retry_on/discard_on for better exception handlingDavid Heinemeier Hansson2016-07-291-0/+6
* Fix accessing provider_job_id inside active jobs for sidekiq adapterAzzurrio2016-07-281-0/+1
* Add JSON round trip verification testcaseMike Perham2016-03-091-1/+1
* Job payload should be symmetric across JSON dump/loadMike Perham2016-03-091-1/+1
* Add job priorities to ActiveJobwvengen2015-09-171-0/+8
* Fixes #20799Johannes Opper2015-08-041-1/+6
* Get provider_job_id from DelayedJobKevin Deisz2015-05-051-0/+3
* Add initial doc for Core in AJ [ci skip]Zachary Scott2015-04-291-0/+2
* Tiny follow-up to #18260 [ci skip]Robin Dupret2014-12-311-3/+3
* ActiveJob: delegate full deserialization to classIsaac Seymour2014-12-301-4/+28
* Add documentation for class methods module included for AJ::Core usedZachary Scott2014-11-031-0/+2
* Tiny documentation improvements [ci skip]Robin Dupret2014-10-311-5/+2
* [ci skip] fix typo in set examplesyuuji.yaginuma2014-09-271-2/+2
* [ci skip] AJ docs fixesAkshay Vishnoi2014-09-181-1/+1
* Active Job refactoringCristian Bica2014-09-031-0/+89