aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_job/queue_adapters/delayed_job_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Add callbacks, implement instrumentation as callbacks, and have the enqueue m...David Heinemeier Hansson2014-05-221-1/+1
* 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
* Implement enqueue_at/enqueue_inMike Perham2014-05-191-1/+5
* 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/+7
* Add GlobalID support for serializationDavid Heinemeier Hansson2014-05-191-1/+2
* Implemented delayed jobCristian Bica2014-05-191-0/+13