Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RDoc enqueue | Mike Perham | 2014-05-19 | 1 | -1/+9 |
| | |||||
* | Refactor Resque adapter to be more consistent with others | Douwe Maan | 2014-05-19 | 1 | -7/+3 |
| | |||||
* | Make sure Bignum can be serialized | Rafael Mendonça França | 2014-05-19 | 1 | -1/+1 |
| | |||||
* | Styling | David Heinemeier Hansson | 2014-05-19 | 1 | -1/+1 |
| | |||||
* | Have Sidekiq adapter take queue_name into account. | Douwe Maan | 2014-05-19 | 1 | -1/+1 |
| | |||||
* | Whitelist legal job parameter types | Mike Perham | 2014-05-19 | 1 | -3/+7 |
| | |||||
* | Use case/when | Abdelkader Boudih | 2014-05-19 | 1 | -2/+3 |
| | |||||
* | Move to instance method and document usage | David Heinemeier Hansson | 2014-05-19 | 5 | -5/+5 |
| | |||||
* | No need to qualify the Parameters class with the namespace | David Heinemeier Hansson | 2014-05-19 | 5 | -5/+5 |
| | |||||
* | Inline the job wrappers | David Heinemeier Hansson | 2014-05-19 | 8 | -70/+48 |
| | |||||
* | Add GlobalID support for serialization | David Heinemeier Hansson | 2014-05-19 | 9 | -11/+43 |
| | |||||
* | Extract QueueName into its own module | David Heinemeier Hansson | 2014-05-19 | 2 | -13/+14 |
| | |||||
* | Merge branch 'master' of github.com:rails/activejob | David Heinemeier Hansson | 2014-05-19 | 1 | -0/+13 |
|\ | |||||
| * | Implemented delayed job | Cristian Bica | 2014-05-19 | 1 | -0/+13 |
| | | |||||
* | | Extract QueueAdapter module for setting and looking up adapters | David Heinemeier Hansson | 2014-05-19 | 2 | -6/+27 |
|/ | |||||
* | Dont need the explicit error handling -- if the require fails, it will raise ↵ | David Heinemeier Hansson | 2014-05-19 | 2 | -26/+2 |
| | | | | exactly the error we want to communicate anyway. Also use the load path, so we can allow plugins, rather than requre_relative | ||||
* | Lazy-load adapters, fixes #6 | Abdelkader Boudih | 2014-05-18 | 3 | -5/+32 |
| | |||||
* | Add Sucker Punch adapter/wrapper | Abdelkader Boudih | 2014-05-18 | 3 | -0/+26 |
| | |||||
* | Correct typo in version.rb | Abdelkader Boudih | 2014-05-18 | 1 | -1/+1 |
| | |||||
* | Add Sidekiq adapter/wrapper fixes #3 | Abdelkader Boudih | 2014-05-18 | 3 | -0/+26 |
| | |||||
* | 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 |