aboutsummaryrefslogtreecommitdiffstats
path: root/activejob
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix "warning: shadowing outer local variable - job"yuuji.yaginuma2018-09-221-2/+2
* | Merge pull request #33906 from dark-panda/ignore-psqlrc-when-using-psqlRafael França2018-09-202-4/+4
|\ \
| * | Ignore psqlrc files when executing psql commandsJ Smith2018-09-172-4/+4
* | | Make `assert_<enqueued|performed>_with()` compare hashes ignoring order of keysSharang Dashputre2018-09-213-9/+38
* | | Merge pull request #33897 from bogdanvlviv/follow-up-33751Rafael França2018-09-183-12/+23
|\ \ \ | |/ / |/| |
| * | `retry_job` should publish `enqueue_retry.active_job` notificationbogdanvlviv2018-09-163-12/+23
* | | Print correct rake command on running AJ integration testsbogdanvlviv2018-09-171-1/+1
|/ /
* | Update arguments.rb [ci skip]Sharang Dashputre2018-09-131-1/+1
* | Add changelog entries for #33849 [ci skip]bogdanvlviv2018-09-131-0/+4
* | Merge pull request #33849 from ricardotk002/include-helpers-action-dispatch-i...Rafael França2018-09-121-0/+4
|\ \
| * | Include test helpers when ActionDispatch::IntegrationTest is loadedRicardo Díaz2018-09-121-0/+4
* | | Update test_helper_test.rbSharang Dashputre2018-09-121-1/+1
|/ /
* | Merge pull request #33823 from stoodfarback/aj_backburner_fix_priorityRafael França2018-09-102-2/+14
|\ \
| * | 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