From 9f6461a28cb5241b478884e84882cca8a0897cda Mon Sep 17 00:00:00 2001 From: InJung Chung Date: Thu, 18 Aug 2016 16:44:28 +0900 Subject: Added instance variable `@queue` to JobWrapper. This will fix issues in [resque-scheduler](https://github.com/resque/resque-scheduler) `#job_to_hash` method, so we can use `#enqueue_delayed_selection`, `#remove_delayed` method in resque-scheduler smoothly. --- activejob/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'activejob/CHANGELOG.md') diff --git a/activejob/CHANGELOG.md b/activejob/CHANGELOG.md index 585ade7229..653149b6ee 100644 --- a/activejob/CHANGELOG.md +++ b/activejob/CHANGELOG.md @@ -24,4 +24,12 @@ *DHH* +* Added instance variable `@queue` to JobWrapper. + + This will fix issues in [resque-scheduler](https://github.com/resque/resque-scheduler) `#job_to_hash` method, + so we can use `#enqueue_delayed_selection`, `#remove_delayed` method in resque-scheduler smoothly. + + *mu29* + + Please check [5-0-stable](https://github.com/rails/rails/blob/5-0-stable/activejob/CHANGELOG.md) for previous changes. -- cgit v1.2.3