1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/lib/active_job
David Heinemeier Hansson 694b562080 Merge pull request #79 from cristianbica/deep-serialization
Deep serialization
2014-06-05 21:42:22 +02:00
..
queue_adapters Raise exception for scheduling jobs in the inline adapter 2014-06-03 12:07:43 +03:00
arguments.rb Fixed Hash deserialisation 2014-06-03 00:54:07 +03:00
base.rb Tagged logging 2014-05-29 00:05:33 +03:00
callbacks.rb Add callbacks, implement instrumentation as callbacks, and have the enqueue methods return a job instance 2014-05-22 19:33:23 +02:00
enqueuing.rb Add exception handling with built-in retry options 2014-05-22 20:35:02 +02:00
execution.rb Don't swallow unhandled exceptions. 2014-05-23 03:27:21 +02:00
gem_version.rb Skeleton gem 2014-05-18 11:44:28 +02:00
identifier.rb Stray CR 2014-05-29 16:27:47 +02:00
logging.rb Tagged logging 2014-05-29 00:05:33 +03:00
queue_adapter.rb Clarify that the other option for name_or_adapter is to be a class (the Adapter class) 2014-05-20 12:06:59 +02:00
queue_name.rb Extract QueueName into its own module 2014-05-19 11:04:23 +02:00
railtie.rb Railtie hook on ActiveJob::Base 2014-05-22 07:13:24 +00:00
version.rb Correct typo in version.rb 2014-05-18 19:11:03 +00:00