aboutsummaryrefslogtreecommitdiffstats
path: root/activejob
Commit message (Expand)AuthorAgeFilesLines
...
* | Allow `:queue` option to `assert_no_performed_jobs`.bogdanvlviv2018-08-202-2/+65
* | Allow `:queue` option to `assert_performed_jobs`.bogdanvlviv2018-08-202-2/+70
* | Fix `perform_enqueued_jobs`bogdanvlviv2018-08-201-1/+4
* | Allow `:queue` option to `perform_enqueued_jobs`.bogdanvlviv2018-08-203-12/+168
* | Increment execution count before deserialize argumentsyuuji.yaginuma2018-08-183-3/+12
* | Add example `perform_enqueued_jobs` without block to api docs [ci skip]bogdanvlviv2018-08-161-0/+8
* | Allow `perform_enqueued_jobs` to be called without a block.Kevin Deisz2018-08-153-8/+45
* | perform_or_enqueue instead of enqueue_or_performMohit Natoo2018-08-091-3/+3
|/
* Rails guides are now served over httpsPaul McMahon2018-07-241-1/+1
* [ci skip] Fixup changelog. Trim title. Mention benefit.Kasper Timm Hansen2018-07-202-5/+8
* Wrap ActiveJob::Enqueue in evented ActiveSupport::Notificationzvkemp2018-07-173-6/+27
* 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-303-2/+96
* Merge pull request #33257 from utilum/ruby-warningsRyuta Kamizono2018-06-302-4/+6
|\
| * Fix Ruby warnings tickled by the test suiteutilum2018-06-302-4/+6
* | Clarify activejob/lib/active_job/test_helper.rbbogdanvlviv2018-06-292-4/+10
|/
* Allow call `assert_enqueued_with` and `assert_enqueued_email_with` with no blockbogdanvlviv2018-06-293-14/+114
* 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
* Add changelog entry for 3110cae [ci skip]bogdanvlviv2018-06-271-0/+4
* Allow passing multiple exceptions to retry_on/discard_onGeorge Claghorn2018-06-253-7/+32
* 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
* Enable warnings in all test tasksutilum2018-05-231-2/+2
* Rename exception variable to error.Kasper Timm Hansen2018-05-211-2/+2
* Pass the error instance as the second parameter of block executed by `discard...yuuji.yaginuma2018-05-124-3/+9
* Make sure that when serialing an just deserialized job arguments are thereRafael Mendonça França2018-05-012-10/+22
* 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-197-96/+9
* Add documentation about not accepting PRs for new adapters (#32298)Jeremy Green2018-03-192-0/+7
* Remove changelog header for unreleased versionRafael Mendonça França2018-03-131-2/+0
* Fix CHANGELOGs [ci skip]bogdanvlviv2018-03-121-1/+1
* Remove passing extra arguments to ActiveJob Callbacksbogdanvlviv2018-02-233-4/+4
* Add support for timezones to Active JobAndrew White2018-02-2210-1/+103
* Merge pull request #32026 from bogdanvlviv/improve-30941Rafael França2018-02-205-25/+56
|\
| * Fix error message about unknown `ActiveJob` argument serializerbogdanvlviv2018-02-172-2/+2
| * Fix docs of ActiveJob custom argument serializersbogdanvlviv2018-02-172-22/+22
| * Add argument serializer `TimeWithZoneSerializer`bogdanvlviv2018-02-173-1/+32
* | Fix "warning: BigDecimal.new is deprecated"yuuji.yaginuma2018-02-181-1/+1
* | Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-174-5/+9
|/
* Merge pull request #32002 from y-yagi/fix_set_serializerRafael França2018-02-172-4/+9
|\
| * Fix custome serializer settingYuji Yaginuma2018-02-162-4/+9
* | Remove support to Ruby 2.2Rafael Mendonça França2018-02-161-1/+1
|/
* Add CHANGELOG entryRafael Mendonça França2018-02-141-0/+3