1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

8 commits

Author SHA1 Message Date
José Valim
9fc9e89477 Use Rails::Queueing::Queue instead of Queue so people can build their own consumers around stdlib's Queue 2012-04-28 09:26:23 +02:00
Carlos Antonio da Silva
ff4eba9ce2 Fix failing test, TestQueue#contents is not #jobs 2012-04-27 19:51:40 -03:00
José Valim
d8c3ad73dd Merge pull request #6021 from sikachu/log_exception
Log the exception from the ThreadConsumer
2012-04-27 15:24:14 -07:00
Prem Sichanugrist
4531ba7493 Log the exception from the ThreadConsumer
This will make sure you know when there's an exception occur.
2012-04-27 18:22:25 -04:00
Aaron Patterson
0c076c0057 adding the jobs method to the test queue for getting a list of test
jobs.
2012-04-27 14:58:04 -07:00
Aaron Patterson
2187b5f2f1 Extend stdlib queue for the test queue 2012-04-27 14:26:26 -07:00
Vsevolod Romashov
9d630d4368 fixes run order in Rails::Queueing::TestQueue 2012-04-28 00:15:51 +04:00
Yehuda Katz
602000be90 Missing git add :trollface: 2012-04-26 21:43:12 -07:00