1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activejob/lib/active_job
Yves Senn c468d7fedd Merge pull request #21854 from morgoth/fix-serializing-at-option-in-aj-matchers
Fixed serializing `:at` option for `assert_eqnueued_with` and `assert_performed_with`
2015-10-05 09:04:13 +02:00
..
queue_adapters Add job priorities to ActiveJob 2015-09-17 22:17:39 +02:00
arguments.rb
async_job.rb Replaced ThreadSafe::Map with successor Concurrent::Map. 2015-09-19 09:56:26 -04:00
base.rb Add job priorities to ActiveJob 2015-09-17 22:17:39 +02:00
callbacks.rb
configured_job.rb
core.rb Add job priorities to ActiveJob 2015-09-17 22:17:39 +02:00
enqueuing.rb Add job priorities to ActiveJob 2015-09-17 22:17:39 +02:00
execution.rb
gem_version.rb
logging.rb Merge pull request #20116 from cristianbica/activejob-enqueue-logging 2015-10-04 20:38:44 -04:00
queue_adapter.rb
queue_adapters.rb Initial implementation of ActiveJob AsyncAdapter. 2015-08-25 14:22:11 -04:00
queue_name.rb
queue_priority.rb Add job priorities to ActiveJob 2015-09-17 22:17:39 +02:00
railtie.rb
test_case.rb
test_helper.rb Fixed serializing :at option for assert_enqueued_with and assert_performed_with 2015-10-03 15:23:05 +02:00
translation.rb
version.rb