aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib
Commit message (Expand)AuthorAgeFilesLines
* Rails guides are now served over httpsPaul McMahon2018-07-241-1/+1
* [ci skip] Fixup changelog. Trim title. Mention benefit.Kasper Timm Hansen2018-07-201-4/+4
* Wrap ActiveJob::Enqueue in evented ActiveSupport::Notificationzvkemp2018-07-171-3/+3
* ActiveJob::Base no longer dependents on Serializersalpaca-tc2018-07-032-2/+0
* Revert "Merge pull request #33234 from alpaca-tc/autoload_activejob_arguments"Kasper Timm Hansen2018-07-013-1/+3
* Allow `queue` option to `assert_no_enqueued_jobs`bogdanvlviv2018-06-301-2/+10
* Clarify activejob/lib/active_job/test_helper.rbbogdanvlviv2018-06-291-2/+2
* Allow call `assert_enqueued_with` and `assert_enqueued_email_with` with no blockbogdanvlviv2018-06-291-5/+25
* Revert "Merge pull request #33243 from evopark/fix/action-mailer-test-helper-...Rafael Mendonça França2018-06-281-1/+1
* Fix ActionMailer assert_enqueued_email_withMarcus Ilgner2018-06-281-1/+1
* Autoload ActiveJob::Argumentsalpaca-tc2018-06-271-0/+1
* ActiveJob::Arguments is no longer used in filealpaca-tc2018-06-272-3/+0
* Allow passing multiple exceptions to retry_on/discard_onGeorge Claghorn2018-06-251-7/+7
* Fix name of the second parameter of block executed by `discard_on` and `retry...bogdanvlviv2018-05-291-4/+4
* update README link: md instead rdoc [ci skip]Oscar Amado2018-05-241-1/+1
* correct link to activejob readme [ci skip]Oscar Amado2018-05-241-1/+1
* Pass the error instance as the second parameter of block executed by `discard...yuuji.yaginuma2018-05-121-1/+1
* Make sure that when serialing an just deserialized job arguments are thereRafael Mendonça França2018-05-011-4/+16
* Strip duplicated suffixes more strictlyRyuta Kamizono2018-04-221-1/+1
* Fix duplicated suffix for JobGeneratorYoshiyuki Hirano2018-04-221-0/+4
* fix spelling in docs for ActiveJob::Serializers::ObjectSerializer#deserializeJared Rader2018-04-131-1/+1
* Remove support for Qu gem.Alberto Almagro2018-03-192-49/+0
* Add documentation about not accepting PRs for new adapters (#32298)Jeremy Green2018-03-191-0/+1
* Remove passing extra arguments to ActiveJob Callbacksbogdanvlviv2018-02-233-4/+4
* Add support for timezones to Active JobAndrew White2018-02-223-1/+21
* Merge pull request #32026 from bogdanvlviv/improve-30941Rafael França2018-02-203-24/+47
|\
| * Fix error message about unknown `ActiveJob` argument serializerbogdanvlviv2018-02-171-1/+1
| * Fix docs of ActiveJob custom argument serializersbogdanvlviv2018-02-172-22/+22
| * Add argument serializer `TimeWithZoneSerializer`bogdanvlviv2018-02-172-1/+24
* | Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-172-4/+2
|/
* Fix custome serializer settingYuji Yaginuma2018-02-162-4/+9
* Simplify the implementation of custom argument serializersRafael Mendonça França2018-02-1410-272/+172
* Improve documentation on custom serializersRafael Mendonça França2018-02-142-0/+25
* Add configuration to set custom serializersRafael Mendonça França2018-02-141-0/+6
* No need to require a autoloaded constantRafael Mendonça França2018-02-141-1/+0
* Add serializers for Time, Date and DateTimeRafael Mendonça França2018-02-146-1/+74
* Allow serializers to be used either as classes or objectsRafael Mendonça França2018-02-149-115/+103
* Add symbol and duration serializersRafael Mendonça França2018-02-143-1/+50
* Only add one more custom key in the serialized hashRafael Mendonça França2018-02-145-43/+36
* Define the interface of a SerializerRafael Mendonça França2018-02-141-0/+18
* Remove unnecessary qualified constant lookupsRafael Mendonça França2018-02-145-11/+11
* Simplify the implementation of custom serialziersRafael Mendonça França2018-02-142-36/+28
* Remove non-default serializersEvgenii Pecherkin2018-02-146-148/+7
* Introduce serializers to ActiveJobEvgenii Pecherkin2018-02-1416-131/+470
* Start Rails 6.0 development!!!Rafael Mendonça França2018-01-301-3/+3
* Merge pull request #30622 from aidanharan/custom-discarded-job-handlingRafael França2018-01-231-1/+11
|\
| * Merge branch 'master' into custom-discarded-job-handlingAidan Haran2017-12-0910-19/+29
| |\
| * | Allow for custom handling of exceptions that are discardedAidan Haran2017-09-161-1/+11
* | | Consolidate `queue_adapter=` and `interpret_adapter`Ryuta Kamizono2018-01-051-18/+12
* | | Bump license years for 2018Yoshiyuki Hirano2017-12-311-1/+1