From 2a1884bfe5f55370c03573d6685ea6dc4a0f2b61 Mon Sep 17 00:00:00 2001 From: zvkemp Date: Wed, 20 Jun 2018 12:04:07 -0700 Subject: Wrap ActiveJob::Enqueue in evented ActiveSupport::Notification --- activejob/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'activejob/CHANGELOG.md') diff --git a/activejob/CHANGELOG.md b/activejob/CHANGELOG.md index 3ecbc2ff38..9e3c91fdfc 100644 --- a/activejob/CHANGELOG.md +++ b/activejob/CHANGELOG.md @@ -1,3 +1,7 @@ +* Move `enqueue`/`enqueue_at` notifications to an around callback (was previously an after callback). + + *Zach Kemp* + * Allow `queue` option to `assert_no_enqueued_jobs`. Example: -- cgit v1.2.3