aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Clean up JobWrappers::ResqueWrapper.performCharlie Somerville2014-05-191-9/+3
| | | | | This is not only easier to read, but it'll also properly raise an ArgumentError rather than a NoMethodError when called with no arguments. It also allocates 4 fewer objects per call (8 down from 12), and is about 50% faster according to a quick benchmark.
* Queue naming with a base, which requires a JobWrapper to comply to Resques ↵David Heinemeier Hansson2014-05-185-5/+64
| | | | expectation of a class variable
* Add ResqueAdapter and provide test infrastructure for the now multiple adaptersDavid Heinemeier Hansson2014-05-189-10/+76
|
* Rename to InlineAdapter to match *Adapter form, even if the queue is ↵David Heinemeier Hansson2014-05-181-0/+11
| | | | embedded in there too
* Simplest job and inline queueDavid Heinemeier Hansson2014-05-184-2/+37
|
* Run tests through RakeDavid Heinemeier Hansson2014-05-181-0/+27
|
* Skeleton gemDavid Heinemeier Hansson2014-05-1812-0/+184