Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Sneakers wrapper | John DeSilva | 2014-05-20 | 1 | -3/+0 |
| | |||||
* | Implemented queue_classic adapter | Cristian Bica | 2014-05-20 | 1 | -2/+2 |
| | |||||
* | 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. | ||||
* | Add doc for setting the queue adapter. | Larry Lv | 2014-05-20 | 1 | -0/+7 |
| | |||||
* | Fix typos in readme. | Douwe Maan | 2014-05-19 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of github.com:rails/activejob | David Heinemeier Hansson | 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 |
| | | |||||
* | | Add justification | David Heinemeier Hansson | 2014-05-19 | 1 | -0/+7 |
|/ | |||||
* | Move to instance method and document usage | David Heinemeier Hansson | 2014-05-19 | 1 | -2/+23 |
| | |||||
* | Update README.md | David Heinemeier Hansson | 2014-05-19 | 1 | -16/+5 |
| | |||||
* | Use markdown instead of rdoc | David Heinemeier Hansson | 2014-05-19 | 1 | -0/+81 |