aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_job/queue_adapters
Commit message (Expand)AuthorAgeFilesLines
* Implemented queue_classic adapterCristian Bica2014-05-201-0/+20
* Refactor Resque adapter to be more consistent with othersDouwe Maan2014-05-191-7/+3
* StylingDavid Heinemeier Hansson2014-05-191-1/+1
* Have Sidekiq adapter take queue_name into account.Douwe Maan2014-05-191-1/+1
* Move to instance method and document usageDavid Heinemeier Hansson2014-05-195-5/+5
* No need to qualify the Parameters class with the namespaceDavid Heinemeier Hansson2014-05-195-5/+5
* Inline the job wrappersDavid Heinemeier Hansson2014-05-194-8/+48
* Add GlobalID support for serializationDavid Heinemeier Hansson2014-05-192-2/+3
* Implemented delayed jobCristian Bica2014-05-191-0/+13
* Add Sucker Punch adapter/wrapperAbdelkader Boudih2014-05-181-0/+14
* Add Sidekiq adapter/wrapper fixes #3Abdelkader Boudih2014-05-181-0/+14
* 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-2/+4
* Rename to InlineAdapter to match *Adapter form, even if the queue is embedded...David Heinemeier Hansson2014-05-181-0/+11
* Simplest job and inline queueDavid Heinemeier Hansson2014-05-181-0/+11