aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/queue_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...Jeremy Kemper2012-12-211-154/+0
* Job consumer logs to Rails.logger by defaultJeremy Kemper2012-10-261-0/+1
* Test that a Rails.queue consumer is automatically started in productionJeremy Kemper2012-10-131-1/+11
* Backpedal from class-oriented config.queue. Set an actual queue instance.Jeremy Kemper2012-10-121-3/+3
* Remove the queue container. Premature consolidation. Set up and maintain queu...Jeremy Kemper2012-10-121-6/+6
* ActiveSupport::SynchronousQueue doesn't have the drain method.Rafael Mendonça França2012-10-121-4/+4
* Move the TestQueue tests to the proper fileRafael Mendonça França2012-10-121-47/+0
* Immediately run queued jobs in tests. Otherwise you have to explicitly drain ...Jeremy Kemper2012-10-121-3/+3
* In development and test we drain the jobs in the same thread.Rafael Mendonça França2012-09-181-4/+4
* Move queue classes to ActiveSupportSantiago Pastorino2012-09-141-8/+8
* Use the SynchronousQueue as default in production and development.Rafael Mendonça França2012-09-121-5/+6
* Remove unused require.kennyj2012-08-291-1/+0
* Fixes wrong test class names.kennyj2012-08-291-1/+1
* adding Rails::Queueing::ContainerAaron Patterson2012-07-191-5/+5
* Ensure jobs do not refer to the queuePaul Battley2012-07-031-0/+15
* Ensure test jobs are marshallablePaul Battley2012-07-031-8/+28
* Track queue threading with named classesPaul Battley2012-07-031-14/+24
* Allow configuring a different queue consumerCarlos Antonio da Silva2012-05-041-3/+36
* Removing unused local vars in Queue testsRodrigo Pavano2012-05-011-2/+0
* Use Rails::Queueing::Queue instead of Queue so people can build their own con...José Valim2012-04-281-2/+2
* Fix failing test, TestQueue#contents is not #jobsCarlos Antonio da Silva2012-04-271-1/+1
* Missing git add :trollface:Yehuda Katz2012-04-261-0/+114