aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/queueing/test_queue_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Move background jobs to the 'jobs' branch until fully baked. Not shipping ↵Jeremy Kemper2012-12-211-146/+0
| | | | with Rails 4.0.
* Move the TestQueue tests to the proper fileRafael Mendonça França2012-10-121-0/+44
|
* No need to defensively work jobs in another threadJeremy Kemper2012-09-181-1/+1
|
* Always run jobs using a consumer, even in synchronous & test queues, to ↵Jeremy Kemper2012-09-161-2/+2
| | | | ensure shared behavior.
* Move queue classes to ActiveSupportSantiago Pastorino2012-09-141-0/+102