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
Rafael Mendonça França
5722ca7ec8 Merge pull request #57 from seuros/railtie
Active Job Railtie
2014-05-22 10:55:02 -03:00
Abdelkader Boudih
af117de37a Railtie hook on ActiveJob::Base 2014-05-22 07:13:24 +00:00
Douwe Maan
a00df7ea6e Don't deserialize parameters in individual adapters.
It's not their responsibility and this makes logging (and rescuing from errors, eventually!) a lot easier.
2014-05-21 15:20:15 +02:00
Cristian Bica
a2650112d9 Moved log_subcriber dependency and cleanup 2014-05-20 17:02:36 +03:00
Cristian Bica
0227af92b1 Added logging capabilities 2014-05-20 14:41:14 +03:00
David Heinemeier Hansson
211ce71400 Add GlobalID support for serialization 2014-05-19 12:06:09 +02:00
David Heinemeier Hansson
60d76c5651 Extract QueueName into its own module 2014-05-19 11:04:23 +02:00
David Heinemeier Hansson
c334bea362 Extract QueueAdapter module for setting and looking up adapters 2014-05-19 10:55:57 +02:00
David Heinemeier Hansson
fd1e61adfc Dont need the explicit error handling -- if the require fails, it will raise exactly the error we want to communicate anyway. Also use the load path, so we can allow plugins, rather than requre_relative 2014-05-19 10:15:19 +02:00
Abdelkader Boudih
91461dc7a9 Lazy-load adapters, fixes #6 2014-05-18 20:59:12 +00:00
Abdelkader Boudih
68543de836 Add Sucker Punch adapter/wrapper 2014-05-18 19:20:06 +00:00
Abdelkader Boudih
a712c07c7f Add Sidekiq adapter/wrapper fixes #3 2014-05-18 19:02:02 +00:00
David Heinemeier Hansson
b32fdd5731 Queue naming with a base, which requires a JobWrapper to comply to Resques expectation of a class variable 2014-05-18 16:24:30 +02:00
David Heinemeier Hansson
eed52c8808 Add ResqueAdapter and provide test infrastructure for the now multiple adapters 2014-05-18 13:11:00 +02:00
David Heinemeier Hansson
08a2ba99e0 Simplest job and inline queue 2014-05-18 12:32:22 +02:00
David Heinemeier Hansson
a832bc387b Skeleton gem 2014-05-18 11:44:28 +02:00