aboutsummaryrefslogtreecommitdiffstats
path: root/test/cases/queuing_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Standardize on "arguments" for everything -- no more "paramters"David Heinemeier Hansson2014-05-221-1/+1
|
* Add callbacks, implement instrumentation as callbacks, and have the enqueue ↵David Heinemeier Hansson2014-05-221-0/+15
| | | | methods return a job instance
* Make it clear that the later test is skipped for adapters that do not ↵David Heinemeier Hansson2014-05-201-0/+1
| | | | implement it
* Assert truthyMike Perham2014-05-201-1/+1
|
* Implement enqueue_at/enqueue_inMike Perham2014-05-191-0/+9
| | | | | Delayed jobs are supported by all systems except QueueClassic. For it I decided to raise NotImplementedError. The inline implementation is a bit rough.
* Simplest job and inline queueDavid Heinemeier Hansson2014-05-181-2/+14
|
* Skeleton gemDavid Heinemeier Hansson2014-05-181-0/+7