From 15d1d82447b49fe45d3021f2622197846d1489d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Fri, 30 Oct 2020 20:14:06 +0000 Subject: [PATCH] Remove deprecated config from the documentation config.active_job.return_false_on_aborted_enqueue is deprecated --- guides/source/configuring.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/guides/source/configuring.md b/guides/source/configuring.md index 30345b5738..9852abbac8 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -894,8 +894,6 @@ There are a few configuration options available in Active Support: * `config.active_job.custom_serializers` allows to set custom argument serializers. Defaults to `[]`. -* `config.active_job.return_false_on_aborted_enqueue` change the return value of `#enqueue` to false instead of the job instance when the enqueuing is aborted. - * `config.active_job.log_arguments` controls if the arguments of a job are logged. Defaults to `true`. * `config.active_job.retry_jitter` controls the amount of "jitter" (random variation) applied to the delay time calculated when retrying failed jobs. @@ -1056,7 +1054,6 @@ text/javascript image/svg+xml application/postscript application/x-shockwave-fla - `config.action_mailer.delivery_job`: `ActionMailer::DeliveryJob` - `config.action_view.form_with_generates_ids`: `false` - `config.active_job.retry_jitter`: `0.0` -- `config.active_job.return_false_on_aborted_enqueue`: `false` - `config.active_job.skip_after_callbacks_if_terminated`: `false` - `config.active_record.collection_cache_versioning`: `false` - `config.active_record.has_many_inversing`: `false`