aboutsummaryrefslogtreecommitdiffstats
path: root/activejob
Commit message (Expand)AuthorAgeFilesLines
...
| * | ActiveJob Backburner adapter: fix prioritystoodfarback2018-09-072-2/+14
* | | Merge pull request #33826 from tgturner/activejob-retry-attemptsEileen M. Uchitelle2018-09-091-1/+3
|\ \ \
| * | | clarifies documentation around the attempts arugment to retry_onGraham Turner2018-09-091-1/+3
| |/ /
* / / Add missing `perform_enqueued_jobs` to error logging testyuuji.yaginuma2018-09-091-1/+1
|/ /
* | Merge pull request #33751 from steves/add_retry_notifications_to_ajRafael França2018-08-304-35/+128
|\ \
| * | Move ActiveJob retry and discard logging into log subscriberSteve S2018-08-303-32/+103
| * | Add hooks to ActiveJob around retries and discardsSteve S2018-08-292-7/+29
* | | Merge pull request #33718 from kddeisz/permit-listMatthew Draper2018-08-291-9/+11
|\ \ \
| * | | Permit list usage cleanup and clearer documentationKevin Deisz2018-08-271-6/+8
| * | | Convert remaining usage of whitelist and blacklistKevin Deisz2018-08-241-5/+5
| |/ /
* / / Add test to make sure the custom object key can't be serializedRafael Mendonça França2018-08-281-2/+4
|/ /
* | Remove duplicate testutilum2018-08-221-2/+2
* | DRY in `assert_enqueued_jobs`bogdanvlviv2018-08-201-2/+6
* | Fix formatting of `ActiveJob::TestHelper` api docsbogdanvlviv2018-08-201-4/+4
* | Allow `assert_performed_with` to be called without a block.bogdanvlviv2018-08-203-14/+129
* | Fix `assert_performed_jobs` and `assert_no_performed_jobs`bogdanvlviv2018-08-203-24/+289
* | Add changelog entry about adding `:queue` option to job assertions and helpersbogdanvlviv2018-08-201-13/+4
* | 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