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/queue_adapters
Edouard CHIN cdb16ac576 Allow all ActiveJob assertion helper to accept Proc in their only kw:
- That feature is useful to enqueue or assert that jobs got enqueued
  or performed based on dynamic conditions.
  We will be able to leverage that feature to fix all ActionMailer
  assertion helper issue when a Mailer define a custom delivery job
  (see next commit).
2018-11-21 23:14:43 +01:00
..
async_adapter.rb [ci skip] Fix link to Concurrent::ThreadPoolExecutor docs 2018-10-11 13:29:34 +02:00
backburner_adapter.rb ActiveJob Backburner adapter: fix priority 2018-09-07 21:55:05 -07:00
delayed_job_adapter.rb Improve DelayedJob wrapper logging 2017-11-24 10:40:16 +01:00
inline_adapter.rb Rails guides are now served over https 2018-07-24 11:29:31 +09:00
que_adapter.rb [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
queue_classic_adapter.rb [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
resque_adapter.rb [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
sidekiq_adapter.rb [ci skip] Add a space to comment in SidekiqAdapter 2017-12-14 04:50:49 +09:00
sneakers_adapter.rb [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
sucker_punch_adapter.rb [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
test_adapter.rb Allow all ActiveJob assertion helper to accept Proc in their only kw: 2018-11-21 23:14:43 +01:00