1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/test/application
Aaron Patterson 3b3ca13307 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
2012-07-19 12:09:39 -07:00
..
initializers Remove default match without specified method 2012-04-24 22:52:26 -05:00
middleware Failing test for #6034 2012-04-30 00:16:34 -07:00
rack Run the logger tests in isolation 2012-06-19 23:21:00 -03:00
rake run the notes tests in isolation 2012-06-19 19:08:13 -07:00
asset_debugging_test.rb Remove default match without specified method 2012-04-24 22:52:26 -05:00
assets_test.rb bundle exec rake assets:precompile shouldn't fail quietly. 2012-06-05 20:40:12 +03:00
build_original_fullpath_test.rb convert railties to use AS::TestCase 2012-01-05 17:30:17 -08:00
configuration_test.rb ruby 1.9 hash syntax for generated code 2012-06-23 20:19:21 +08:00
console_test.rb convert railties to use AS::TestCase 2012-01-05 17:30:17 -08:00
generators_test.rb Merge pull request #3359 from mrreynolds/datamapper_naming_fix 2012-05-19 08:19:39 -07:00
loading_test.rb Remove default match without specified method 2012-04-24 22:52:26 -05:00
middleware_test.rb Freeze the middleware stack after it's built 2012-04-20 16:02:12 -07:00
paths_test.rb Revert "Allow loading external route files from the router" 2012-06-29 17:44:10 +02:00
queue_test.rb adding Rails::Queueing::Container 2012-07-19 12:09:39 -07:00
rackup_test.rb convert railties to use AS::TestCase 2012-01-05 17:30:17 -08:00
rake_test.rb Fix wrong testcase. This is a testcase for db:test:prepare. 2012-06-28 00:33:08 +09:00
routing_test.rb Revert "Allow loading external route files from the router" 2012-06-29 17:44:10 +02:00
runner_test.rb Add support runner hook. 2012-05-29 23:46:08 +09:00
test_test.rb convert railties to use AS::TestCase 2012-01-05 17:30:17 -08:00
url_generation_test.rb Remove default match without specified method 2012-04-24 22:52:26 -05:00