aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Update Readme.mdAbdelkader Boudih2014-05-201-0/+1
|
* Update README with queue_as example and the desire for a Resque 2.x adapterDavid Heinemeier Hansson2014-05-201-0/+6
|
* Add Que Adapter/WrapperAbdelkader Boudih2014-05-201-8/+10
|
* Update README for currently supported adapters.Larry Lv2014-05-201-1/+1
|
* Add Sneakers wrapperJohn DeSilva2014-05-201-3/+0
|
* Implemented queue_classic adapterCristian Bica2014-05-201-2/+2
|
* Update README.mdMike Perham2014-05-191-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 Lv2014-05-201-0/+7
|
* Fix typos in readme.Douwe Maan2014-05-191-2/+2
|
* Merge branch 'master' of github.com:rails/activejobDavid Heinemeier Hansson2014-05-191-2/+2
|\
| * Update README.mdDavid Heinemeier Hansson2014-05-191-2/+2
| |
| * Update README.mdDavid Heinemeier Hansson2014-05-191-2/+2
| |
* | Add justificationDavid Heinemeier Hansson2014-05-191-0/+7
|/
* Move to instance method and document usageDavid Heinemeier Hansson2014-05-191-2/+23
|
* Update README.mdDavid Heinemeier Hansson2014-05-191-16/+5
|
* Use markdown instead of rdocDavid Heinemeier Hansson2014-05-191-0/+81