Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up JobWrappers::ResqueWrapper.perform | Charlie Somerville | 2014-05-19 | 1 | -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 Hansson | 2014-05-18 | 3 | -3/+47 |
| | | | | expectation of a class variable | ||||
* | Add ResqueAdapter and provide test infrastructure for the now multiple adapters | David Heinemeier Hansson | 2014-05-18 | 2 | -4/+9 |
| | |||||
* | Rename to InlineAdapter to match *Adapter form, even if the queue is ↵ | David Heinemeier Hansson | 2014-05-18 | 1 | -0/+11 |
| | | | | embedded in there too | ||||
* | Simplest job and inline queue | David Heinemeier Hansson | 2014-05-18 | 2 | -0/+18 |
| | |||||
* | Skeleton gem | David Heinemeier Hansson | 2014-05-18 | 4 | -0/+60 |