aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/queueing
Commit message (Collapse)AuthorAgeFilesLines
* 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