1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
This commit is contained in:
Mike Perham 2014-05-20 09:59:50 -07:00
commit 67ac8b2a61
2 changed files with 1 additions and 1 deletions

View file

@ -82,6 +82,7 @@ by default has been mixed into Active Record classes.
We currently have adapters for: We currently have adapters for:
* [Backburner](https://github.com/nesquena/backburner)
* [Delayed Job](https://github.com/collectiveidea/delayed_job) * [Delayed Job](https://github.com/collectiveidea/delayed_job)
* [Que](https://github.com/chanks/que) * [Que](https://github.com/chanks/que)
* [QueueClassic](https://github.com/ryandotsmith/queue_classic) * [QueueClassic](https://github.com/ryandotsmith/queue_classic)

View file

@ -2,7 +2,6 @@ require 'active_job/parameters'
module ActiveJob module ActiveJob
module Enqueuing module Enqueuing
# Push a job onto the queue. The arguments must be legal JSON types # Push a job onto the queue. The arguments must be legal JSON types
# (string, int, float, nil, true, false, hash or array) or # (string, int, float, nil, true, false, hash or array) or
# ActiveModel::GlobalIdentication instances. Arbitrary Ruby objects # ActiveModel::GlobalIdentication instances. Arbitrary Ruby objects