aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/queueing
Commit message (Collapse)AuthorAgeFilesLines
* Fix queueing tests that should be consuming the queue rather than draining itJeremy Kemper2012-10-261-3/+9
|
* Job worker thread logs failed jobs tooJeremy Kemper2012-10-261-1/+1
|
* Job worker thread logs to stderr if no logger is providedJeremy Kemper2012-10-261-0/+12
|
* Remove the queue container. Premature consolidation. Set up and maintain ↵Jeremy Kemper2012-10-121-28/+0
| | | | queues in the classes that use them instead.
* 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
|
* Remove unncessary code.kennyj2012-09-171-1/+0
|
* Always run jobs using a consumer, even in synchronous & test queues, to ↵Jeremy Kemper2012-09-163-37/+59
| | | | ensure shared behavior.
* Move queue classes to ActiveSupportSantiago Pastorino2012-09-143-0/+228