From 6fac9bd599eeb6b9cacdf7841811223402c501bd Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Wed, 9 May 2018 18:20:54 +0900 Subject: Pass the error instance as the second parameter of block executed by `discard_on` I'm not sure what originally wanted to pass to the argument. However, as long as see the document added along with the commit, it seems just to be mistaken that trying to pass the error instance. https://github.com/rails/rails/pull/30622/files#diff-59beb0189c8c6bc862edf7fdb84ff5a7R64 Fixes #32853 --- activejob/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'activejob/CHANGELOG.md') diff --git a/activejob/CHANGELOG.md b/activejob/CHANGELOG.md index a3d13ad162..dcb9d27f45 100644 --- a/activejob/CHANGELOG.md +++ b/activejob/CHANGELOG.md @@ -1,3 +1,9 @@ +* Pass the error instance as the second parameter of block executed by `discard_on`. + + Fixes #32853. + + *Yuji Yaginuma* + * Remove support for Qu gem. Reasons are that the Qu gem wasn't compatible since Rails 5.1, -- cgit v1.2.3