aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib/active_job/queue_adapters.rb
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2016-01-27 11:29:18 -0500
committerJon Moss <me@jonathanmoss.me>2016-01-27 12:49:35 -0500
commita9a64c490dd5f5038b05338debe439855323afb5 (patch)
treeb15bd6f3de87dc1162c22c1eb2dbc9bfe9834cdb /activejob/lib/active_job/queue_adapters.rb
parent3844854af109fb9eee75c90bacf8bf87eb2bf968 (diff)
downloadrails-a9a64c490dd5f5038b05338debe439855323afb5.tar.gz
rails-a9a64c490dd5f5038b05338debe439855323afb5.tar.bz2
rails-a9a64c490dd5f5038b05338debe439855323afb5.zip
Update ActiveJob adapter for sucker_punch 2.0
This PR includes two changes for 2.0.0: - Breaking API change around `async.perform` --> `perform_async` - New addition of `perform_in`, which now allows end users of the adapter to use the `enqueued_at` public API method.
Diffstat (limited to 'activejob/lib/active_job/queue_adapters.rb')
-rw-r--r--activejob/lib/active_job/queue_adapters.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activejob/lib/active_job/queue_adapters.rb b/activejob/lib/active_job/queue_adapters.rb
index aeb1fe1e73..2c5039ef4d 100644
--- a/activejob/lib/active_job/queue_adapters.rb
+++ b/activejob/lib/active_job/queue_adapters.rb
@@ -27,7 +27,7 @@ module ActiveJob
# | Resque | Yes | Yes | Yes (Gem) | Queue | Global | Yes |
# | Sidekiq | Yes | Yes | Yes | Queue | No | Job |
# | Sneakers | Yes | Yes | No | Queue | Queue | No |
- # | Sucker Punch | Yes | Yes | No | No | No | No |
+ # | Sucker Punch | Yes | Yes | Yes | No | No | No |
# | Active Job Async | Yes | Yes | Yes | No | No | No |
# | Active Job Inline | No | Yes | N/A | N/A | N/A | N/A |
#