aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_job/queue_adapters/resque_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Implement enqueue_at/enqueue_inMike Perham2014-05-191-0/+6
* Refactor Resque adapter to be more consistent with othersDouwe Maan2014-05-191-7/+3
* Move to instance method and document usageDavid Heinemeier Hansson2014-05-191-1/+1
* No need to qualify the Parameters class with the namespaceDavid Heinemeier Hansson2014-05-191-1/+1
* Inline the job wrappersDavid Heinemeier Hansson2014-05-191-2/+23
* Queue naming with a base, which requires a JobWrapper to comply to Resques ex...David Heinemeier Hansson2014-05-181-1/+2
* Add ResqueAdapter and provide test infrastructure for the now multiple adaptersDavid Heinemeier Hansson2014-05-181-0/+13