aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib
Commit message (Expand)AuthorAgeFilesLines
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-292-4/+4
* Documentation clarity in ActiveJob::TestHelper [ci skip] (#33571)Mohit Natoo2018-09-281-8/+8
* Merge pull request #33570 from mohitnatoo/queue_adapter_name_docRyuta Kamizono2018-09-281-0/+2
|\
| * Documentation for queue_adapter_name method in ActiveJob::QueueAdapter [ci skip]Mohit Natoo2018-08-101-0/+2
* | Add a way to check for subset of arguments when performing jobs:Edouard CHIN2018-09-261-2/+48
* | Extract `instrument` method.Kasper Timm Hansen2018-09-231-26/+11
* | Fix "warning: shadowing outer local variable - job"yuuji.yaginuma2018-09-221-2/+2
* | Make `assert_<enqueued|performed>_with()` compare hashes ignoring order of keysSharang Dashputre2018-09-211-9/+16
* | `retry_job` should publish `enqueue_retry.active_job` notificationbogdanvlviv2018-09-162-12/+18
* | Update arguments.rb [ci skip]Sharang Dashputre2018-09-131-1/+1
* | Include test helpers when ActionDispatch::IntegrationTest is loadedRicardo Díaz2018-09-121-0/+4
* | Merge pull request #33823 from stoodfarback/aj_backburner_fix_priorityRafael França2018-09-101-2/+2
|\ \
| * | ActiveJob Backburner adapter: fix prioritystoodfarback2018-09-071-2/+2
* | | clarifies documentation around the attempts arugment to retry_onGraham Turner2018-09-091-1/+3
|/ /
* | Merge pull request #33751 from steves/add_retry_notifications_to_ajRafael França2018-08-302-8/+52
|\ \
| * | Move ActiveJob retry and discard logging into log subscriberSteve S2018-08-302-5/+31
| * | Add hooks to ActiveJob around retries and discardsSteve S2018-08-291-7/+25
* | | Permit list usage cleanup and clearer documentationKevin Deisz2018-08-271-6/+8
* | | Convert remaining usage of whitelist and blacklistKevin Deisz2018-08-241-5/+5
|/ /
* | 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-201-7/+34
* | Fix `assert_performed_jobs` and `assert_no_performed_jobs`bogdanvlviv2018-08-201-14/+28
* | Allow `:queue` option to `assert_no_performed_jobs`.bogdanvlviv2018-08-201-2/+11
* | Allow `:queue` option to `assert_performed_jobs`.bogdanvlviv2018-08-201-2/+12
* | Fix `perform_enqueued_jobs`bogdanvlviv2018-08-201-1/+4
* | Allow `:queue` option to `perform_enqueued_jobs`.bogdanvlviv2018-08-202-7/+29
* | Increment execution count before deserialize argumentsyuuji.yaginuma2018-08-181-3/+3
* | 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-151-6/+21
* | 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-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