aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/queueing.rb
Commit message (Expand)AuthorAgeFilesLines
* Copy-edits at Rails::Queueing documentationRafael Mendonça França2012-07-211-2/+2
* adding Rails::Queueing::ContainerAaron Patterson2012-07-191-0/+27
* Ensure test jobs are marshallablePaul Battley2012-07-031-0/+7
* Add some docs and changelog entryCarlos Antonio da Silva2012-05-041-2/+2
* Allow overriding exception handling in threaded consumerCarlos Antonio da Silva2012-05-041-1/+5
* Use Rails::Queueing::Queue instead of Queue so people can build their own con...José Valim2012-04-281-0/+8
* Fix failing test, TestQueue#contents is not #jobsCarlos Antonio da Silva2012-04-271-1/+1
* Merge pull request #6021 from sikachu/log_exceptionJosé Valim2012-04-271-1/+5
|\
| * Log the exception from the ThreadConsumerPrem Sichanugrist2012-04-271-1/+5
* | adding the `jobs` method to the test queue for getting a list of testAaron Patterson2012-04-271-0/+8
|/
* Extend stdlib queue for the test queueAaron Patterson2012-04-271-18/+2
* fixes run order in Rails::Queueing::TestQueueVsevolod Romashov2012-04-281-1/+1
* Missing git add :trollface:Yehuda Katz2012-04-261-0/+65