aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/queueing/threaded_consumer_test.rb
Commit message (Expand)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 unncessary code.kennyj2012-09-171-1/+0
* Always run jobs using a consumer, even in synchronous & test queues, to ensur...Jeremy Kemper2012-09-161-35/+30
* Move queue classes to ActiveSupportSantiago Pastorino2012-09-141-0/+98