Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement enqueue_at/enqueue_in | Mike Perham | 2014-05-19 | 10 | -2/+87 |
| | | | | | Delayed jobs are supported by all systems except QueueClassic. For it I decided to raise NotImplementedError. The inline implementation is a bit rough. | ||||
* | Merge pull request #34 from cristianbica/queue_classic-adpater | Rafael Mendonça França | 2014-05-19 | 7 | -4/+42 |
|\ | | | | | queue_classic adapter | ||||
| * | Implemented queue_classic adapter | Cristian Bica | 2014-05-20 | 7 | -4/+42 |
|/ | |||||
* | Merge pull request #33 from mperham/patch-2 | Rafael Mendonça França | 2014-05-19 | 1 | -2/+2 |
|\ | | | | | Update wanted list | ||||
| * | Update README.md | Mike Perham | 2014-05-19 | 1 | -2/+2 |
|/ | | | | | beanstalkd and rabbitmq are MQ servers, they aren't something that would integrate directly with Rails and ActiveJob. That's like saying we want an adapter for Redis, when really you want adapters for Resque, Sidekiq, etc. Sneakers is the latest Ruby job system using rabbitmq. I don't know of a modern beanstalkd system for Ruby, Stalker is pretty dead these days. I added QueueClassic because it's reasonably popular on Heroku for the "postgresql only" crowd. | ||||
* | Merge pull request #32 from mperham/master | Rafael Mendonça França | 2014-05-19 | 1 | -1/+9 |
|\ | | | | | RDoc enqueue | ||||
| * | RDoc enqueue | Mike Perham | 2014-05-19 | 1 | -1/+9 |
|/ | |||||
* | Merge pull request #30 from larrylv/patch-3 | Rafael Mendonça França | 2014-05-19 | 1 | -5/+5 |
|\ | | | | | Make tests for `Person` pass. | ||||
| * | Make tests for `Person` pass. | Larry Lv | 2014-05-20 | 1 | -5/+5 |
|/ | |||||
* | Merge pull request #29 from larrylv/patch-2 | Rafael Mendonça França | 2014-05-19 | 1 | -2/+2 |
|\ | | | | | Fix `Person#==` method in test. | ||||
| * | Fix `Person#==` method in test. | Larry Lv | 2014-05-20 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #28 from larrylv/patch-1 | Rafael Mendonça França | 2014-05-19 | 1 | -0/+7 |
|\ \ | |/ |/| | Add doc for setting the queue adapter. | ||||
| * | Add doc for setting the queue adapter. | Larry Lv | 2014-05-20 | 1 | -0/+7 |
|/ | |||||
* | Merge pull request #23 from DouweM/patch-2 | Rafael Mendonça França | 2014-05-19 | 1 | -7/+3 |
|\ | | | | | Refactor Resque adapter to be more consistent with others | ||||
| * | 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 | 2 | -1/+11 |
| | |||||
* | Styling | David Heinemeier Hansson | 2014-05-19 | 1 | -1/+1 |
| | |||||
* | Merge pull request #22 from DouweM/patch-1 | David Heinemeier Hansson | 2014-05-19 | 1 | -1/+1 |
|\ | | | | | Have Sidekiq adapter take queue_name into account. | ||||
| * | Have Sidekiq adapter take queue_name into account. | Douwe Maan | 2014-05-19 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #18 from mperham/param_whitelist | Rafael Mendonça França | 2014-05-19 | 2 | -7/+18 |
|\ | | | | | Whitelist legal job parameter types | ||||
| * | Whitelist legal job parameter types | Mike Perham | 2014-05-19 | 2 | -7/+18 |
| | | |||||
* | | Merge pull request #21 from DouweM/patch-1 | Rafael Mendonça França | 2014-05-19 | 1 | -2/+2 |
|\ \ | | | | | | | Fix typos in readme. | ||||
| * | | Fix typos in readme. | Douwe Maan | 2014-05-19 | 1 | -2/+2 |
|/ / | |||||
* | | :scissors: | Rafael Mendonça França | 2014-05-19 | 1 | -4/+1 |
| | | |||||
* | | Update Gemfile.lock | Rafael Mendonça França | 2014-05-19 | 1 | -0/+2 |
| | | |||||
* | | Use bundle gem tasks | Rafael Mendonça França | 2014-05-19 | 1 | -16/+1 |
| | | |||||
* | | Merge pull request #17 from mperham/patch-1 | Rafael Mendonça França | 2014-05-19 | 1 | -0/+1 |
|\ \ | | | | | | | Pull in rake | ||||
| * | | Pull in rake | Mike Perham | 2014-05-19 | 1 | -0/+1 |
|/ / | | | | | For those that don't have it globally... | ||||
* | | Merge branch 'master' of github.com:rails/activejob | David Heinemeier Hansson | 2014-05-19 | 3 | -6/+7 |
|\| | |||||
| * | Merge pull request #16 from seuros/master | David Heinemeier Hansson | 2014-05-19 | 1 | -2/+2 |
| |\ | | | | | | | Setting the adapter load the required gem. | ||||
| | * | Setting the adapter load the required gem. | Abdelkader Boudih | 2014-05-19 | 1 | -2/+2 |
| | | | |||||
| * | | Update README.md | David Heinemeier Hansson | 2014-05-19 | 1 | -2/+2 |
| | | | |||||
| * | | Update README.md | David Heinemeier Hansson | 2014-05-19 | 1 | -2/+2 |
| | | | |||||
| * | | Merge pull request #15 from seuros/master | David Heinemeier Hansson | 2014-05-19 | 1 | -2/+3 |
| |\| | | | | | | | Use case/when | ||||
| | * | Use case/when | Abdelkader Boudih | 2014-05-19 | 1 | -2/+3 |
| |/ | |||||
* / | Add justification | David Heinemeier Hansson | 2014-05-19 | 1 | -0/+7 |
|/ | |||||
* | Move to instance method and document usage | David Heinemeier Hansson | 2014-05-19 | 8 | -9/+30 |
| | |||||
* | Move activemodel-globalid dependency to gemspec | David Heinemeier Hansson | 2014-05-19 | 3 | -10/+5 |
| | |||||
* | Merge branch 'master' of github.com:rails/activejob | David Heinemeier Hansson | 2014-05-19 | 1 | -16/+5 |
|\ | |||||
| * | Update README.md | David Heinemeier Hansson | 2014-05-19 | 1 | -16/+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 |
|/ | |||||
* | Use markdown instead of rdoc | David Heinemeier Hansson | 2014-05-19 | 1 | -0/+0 |
| | |||||
* | Add GlobalID support for serialization | David Heinemeier Hansson | 2014-05-19 | 16 | -11/+157 |
| | |||||
* | Spacing | David Heinemeier Hansson | 2014-05-19 | 1 | -1/+2 |
| | |||||
* | Extract QueueName into its own module | David Heinemeier Hansson | 2014-05-19 | 2 | -13/+14 |
| | |||||
* | Fix for the new adapter setter | David Heinemeier Hansson | 2014-05-19 | 2 | -2/+2 |
| | |||||
* | Merge branch 'master' of github.com:rails/activejob | David Heinemeier Hansson | 2014-05-19 | 10 | -5/+146 |
|\ | |||||
| * | Merge pull request #9 from cristianbica/delayed_job_adapter | David Heinemeier Hansson | 2014-05-19 | 10 | -5/+146 |
| |\ | | | | | | | Implemented delayed_job support | ||||
| | * | Modified readme | Cristian Bica | 2014-05-19 | 1 | -1/+1 |
| | | |