aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_job/queue_adapters/sneakers_adapter.rb
Commit message (Collapse)AuthorAgeFilesLines
* Rename Adapter.queue and .queue_at to .enqueue and .enqueue_at for consistency.Douwe Maan2014-05-211-2/+2
|
* Don't deserialize parameters in individual adapters.Douwe Maan2014-05-211-1/+1
| | | | It's not their responsibility and this makes logging (and rescuing from errors, eventually!) a lot easier.
* merge masterMike Perham2014-05-201-3/+7
|\
| * Have Sneakers adapter take queue_name into account.Douwe Maan2014-05-201-3/+7
| |
* | Fix boogs, stub not implemented adaptersMike Perham2014-05-201-0/+4
|/
* Make consistent code stylezhouguangming2014-05-201-3/+2
|
* Add Sneakers wrapperJohn DeSilva2014-05-201-0/+24