| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Print correct rake command on running AJ integration tests | bogdanvlviv | 2018-09-17 | 1 | -1/+1 |
|/ / |
|
* | | Update arguments.rb [ci skip] | Sharang Dashputre | 2018-09-13 | 1 | -1/+1 |
* | | Add changelog entries for #33849 [ci skip] | bogdanvlviv | 2018-09-13 | 1 | -0/+4 |
* | | Merge pull request #33849 from ricardotk002/include-helpers-action-dispatch-i... | Rafael França | 2018-09-12 | 1 | -0/+4 |
|\ \ |
|
| * | | Include test helpers when ActionDispatch::IntegrationTest is loaded | Ricardo Díaz | 2018-09-12 | 1 | -0/+4 |
* | | | Update test_helper_test.rb | Sharang Dashputre | 2018-09-12 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #33823 from stoodfarback/aj_backburner_fix_priority | Rafael França | 2018-09-10 | 2 | -2/+14 |
|\ \ |
|
| * | | ActiveJob Backburner adapter: fix priority | stoodfarback | 2018-09-07 | 2 | -2/+14 |
* | | | Merge pull request #33826 from tgturner/activejob-retry-attempts | Eileen M. Uchitelle | 2018-09-09 | 1 | -1/+3 |
|\ \ \ |
|
| * | | | clarifies documentation around the attempts arugment to retry_on | Graham Turner | 2018-09-09 | 1 | -1/+3 |
| |/ / |
|
* / / | Add missing `perform_enqueued_jobs` to error logging test | yuuji.yaginuma | 2018-09-09 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #33751 from steves/add_retry_notifications_to_aj | Rafael França | 2018-08-30 | 4 | -35/+128 |
|\ \ |
|
| * | | Move ActiveJob retry and discard logging into log subscriber | Steve S | 2018-08-30 | 3 | -32/+103 |
| * | | Add hooks to ActiveJob around retries and discards | Steve S | 2018-08-29 | 2 | -7/+29 |
* | | | Merge pull request #33718 from kddeisz/permit-list | Matthew Draper | 2018-08-29 | 1 | -9/+11 |
|\ \ \ |
|
| * | | | Permit list usage cleanup and clearer documentation | Kevin Deisz | 2018-08-27 | 1 | -6/+8 |
| * | | | Convert remaining usage of whitelist and blacklist | Kevin Deisz | 2018-08-24 | 1 | -5/+5 |
| |/ / |
|
* / / | Add test to make sure the custom object key can't be serialized | Rafael Mendonça França | 2018-08-28 | 1 | -2/+4 |
|/ / |
|
* | | Remove duplicate test | utilum | 2018-08-22 | 1 | -2/+2 |
* | | DRY in `assert_enqueued_jobs` | bogdanvlviv | 2018-08-20 | 1 | -2/+6 |
* | | Fix formatting of `ActiveJob::TestHelper` api docs | bogdanvlviv | 2018-08-20 | 1 | -4/+4 |
* | | Allow `assert_performed_with` to be called without a block. | bogdanvlviv | 2018-08-20 | 3 | -14/+129 |
* | | Fix `assert_performed_jobs` and `assert_no_performed_jobs` | bogdanvlviv | 2018-08-20 | 3 | -24/+289 |
* | | Add changelog entry about adding `:queue` option to job assertions and helpers | bogdanvlviv | 2018-08-20 | 1 | -13/+4 |
* | | Allow `:queue` option to `assert_no_performed_jobs`. | bogdanvlviv | 2018-08-20 | 2 | -2/+65 |
* | | Allow `:queue` option to `assert_performed_jobs`. | bogdanvlviv | 2018-08-20 | 2 | -2/+70 |
* | | Fix `perform_enqueued_jobs` | bogdanvlviv | 2018-08-20 | 1 | -1/+4 |
* | | Allow `:queue` option to `perform_enqueued_jobs`. | bogdanvlviv | 2018-08-20 | 3 | -12/+168 |
* | | Increment execution count before deserialize arguments | yuuji.yaginuma | 2018-08-18 | 3 | -3/+12 |
* | | Add example `perform_enqueued_jobs` without block to api docs [ci skip] | bogdanvlviv | 2018-08-16 | 1 | -0/+8 |
* | | Allow `perform_enqueued_jobs` to be called without a block. | Kevin Deisz | 2018-08-15 | 3 | -8/+45 |
* | | perform_or_enqueue instead of enqueue_or_perform | Mohit Natoo | 2018-08-09 | 1 | -3/+3 |
|/ |
|
* | Rails guides are now served over https | Paul McMahon | 2018-07-24 | 1 | -1/+1 |
* | [ci skip] Fixup changelog. Trim title. Mention benefit. | Kasper Timm Hansen | 2018-07-20 | 2 | -5/+8 |
* | Wrap ActiveJob::Enqueue in evented ActiveSupport::Notification | zvkemp | 2018-07-17 | 3 | -6/+27 |
* | ActiveJob::Base no longer dependents on Serializers | alpaca-tc | 2018-07-03 | 2 | -2/+0 |
* | Revert "Merge pull request #33234 from alpaca-tc/autoload_activejob_arguments" | Kasper Timm Hansen | 2018-07-01 | 3 | -1/+3 |
* | Allow `queue` option to `assert_no_enqueued_jobs` | bogdanvlviv | 2018-06-30 | 3 | -2/+96 |
* | Merge pull request #33257 from utilum/ruby-warnings | Ryuta Kamizono | 2018-06-30 | 2 | -4/+6 |
|\ |
|
| * | Fix Ruby warnings tickled by the test suite | utilum | 2018-06-30 | 2 | -4/+6 |
* | | Clarify activejob/lib/active_job/test_helper.rb | bogdanvlviv | 2018-06-29 | 2 | -4/+10 |
|/ |
|
* | Allow call `assert_enqueued_with` and `assert_enqueued_email_with` with no block | bogdanvlviv | 2018-06-29 | 3 | -14/+114 |
* | Revert "Merge pull request #33243 from evopark/fix/action-mailer-test-helper-... | Rafael Mendonça França | 2018-06-28 | 1 | -1/+1 |
* | Fix ActionMailer assert_enqueued_email_with | Marcus Ilgner | 2018-06-28 | 1 | -1/+1 |
* | Autoload ActiveJob::Arguments | alpaca-tc | 2018-06-27 | 1 | -0/+1 |
* | ActiveJob::Arguments is no longer used in file | alpaca-tc | 2018-06-27 | 2 | -3/+0 |
* | Add changelog entry for 3110cae [ci skip] | bogdanvlviv | 2018-06-27 | 1 | -0/+4 |
* | Allow passing multiple exceptions to retry_on/discard_on | George Claghorn | 2018-06-25 | 3 | -7/+32 |
* | Fix name of the second parameter of block executed by `discard_on` and `retry... | bogdanvlviv | 2018-05-29 | 1 | -4/+4 |
* | update README link: md instead rdoc [ci skip] | Oscar Amado | 2018-05-24 | 1 | -1/+1 |