1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

16 commits

Author SHA1 Message Date
Abdelkader Boudih
a76ec4ea5e Update Readme.md 2014-05-20 16:18:35 +00:00
David Heinemeier Hansson
34f0e4240e Update README with queue_as example and the desire for a Resque 2.x adapter 2014-05-20 12:19:14 +02:00
Abdelkader Boudih
6d009504a0 Add Que Adapter/Wrapper 2014-05-20 09:57:31 +00:00
Larry Lv
6f059b0b05 Update README for currently supported adapters. 2014-05-20 12:51:44 +08:00
John DeSilva
1b71fe59b8 Add Sneakers wrapper 2014-05-20 01:33:49 +02:00
Cristian Bica
5cad2c1b8a Implemented queue_classic adapter 2014-05-20 00:01:56 +03:00
Mike Perham
eebec88e03 Update README.md
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.
2014-05-19 13:21:13 -07:00
Larry Lv
29c9dcc4af Add doc for setting the queue adapter. 2014-05-20 00:58:19 +08:00
Douwe Maan
edc8926801 Fix typos in readme. 2014-05-19 13:23:35 +02:00
David Heinemeier Hansson
c2cdb8becc Merge branch 'master' of github.com:rails/activejob 2014-05-19 13:14:09 +02:00
David Heinemeier Hansson
c69dda4988 Add justification 2014-05-19 13:13:30 +02:00
David Heinemeier Hansson
f85ad8bdcd Update README.md 2014-05-19 13:02:32 +02:00
David Heinemeier Hansson
c47d6b4990 Update README.md 2014-05-19 13:01:33 +02:00
David Heinemeier Hansson
afb3d4f9e5 Move to instance method and document usage 2014-05-19 12:46:27 +02:00
David Heinemeier Hansson
c14cc48ed7 Update README.md 2014-05-19 12:08:03 +02:00
David Heinemeier Hansson
f71147ecb0 Use markdown instead of rdoc 2014-05-19 12:06:24 +02:00
Renamed from README.rdoc (Browse further)