aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-07-19 12:09:39 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2012-07-19 12:09:39 -0700
commit3b3ca133071419a42c0b1f55c96fc604ff73f2ac (patch)
treeed88fbf05020aa8ee637a9dff0bcb6cddc2fb223 /actionpack/test/dispatch
parentfa3c84fabee01847c3468cd1e8e32003693bc629 (diff)
downloadrails-3b3ca133071419a42c0b1f55c96fc604ff73f2ac.tar.gz
rails-3b3ca133071419a42c0b1f55c96fc604ff73f2ac.tar.bz2
rails-3b3ca133071419a42c0b1f55c96fc604ff73f2ac.zip
adding Rails::Queueing::Container
This allows us to do: In your configuration: Rails.queue[:image_queue] = SomeQueue.new Rails.queue[:mail_queue] = SomeQueue.new In your app code: Rails.queue[:mail_queue].push MailJob.new Both jobs pushed to the same default queue Rails.queue.push DefaultJob.new Rails.queue[:default].push DefaultJob.new
Diffstat (limited to 'actionpack/test/dispatch')
0 files changed, 0 insertions, 0 deletions