aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/queueing/threaded_consumer_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Allow overriding exception handling in threaded consumerCarlos Antonio da Silva2012-05-041-0/+19
|
* Use Rails::Queueing::Queue instead of Queue so people can build their own ↵José Valim2012-04-281-1/+1
| | | | consumers around stdlib's Queue
* Add parentheses to hide Ruby warningPrem Sichanugrist2012-04-271-1/+1
|
* Log the exception from the ThreadConsumerPrem Sichanugrist2012-04-271-0/+16
| | | | This will make sure you know when there's an exception occur.
* Missing git add :trollface:Yehuda Katz2012-04-261-0/+65