index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
lib
/
active_support
/
queueing.rb
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fix queueing tests that should be consuming the queue rather than draining it
Jeremy Kemper
2012-10-26
1
-1
/
+1
|
*
Job consumer logs to Rails.logger by default
Jeremy Kemper
2012-10-26
1
-2
/
+5
|
*
Job worker thread logs failed jobs too
Jeremy Kemper
2012-10-26
1
-1
/
+1
|
*
Job worker thread logs to stderr if no logger is provided
Jeremy Kemper
2012-10-26
1
-2
/
+1
|
*
Backpedal from class-oriented config.queue. Set an actual queue instance.
Jeremy Kemper
2012-10-12
1
-4
/
+0
|
*
Remove the queue container. Premature consolidation. Set up and maintain ↵
Jeremy Kemper
2012-10-12
1
-26
/
+0
|
|
|
|
queues in the classes that use them instead.
*
Raise the same exception the code is handling
Santiago Pastorino
2012-09-21
1
-1
/
+1
|
*
No need to defensively work jobs in another thread
Jeremy Kemper
2012-09-18
1
-1
/
+1
|
*
Always run jobs using a consumer, even in synchronous & test queues, to ↵
Jeremy Kemper
2012-09-16
1
-32
/
+49
|
|
|
|
ensure shared behavior.
*
Move queue classes to ActiveSupport
Santiago Pastorino
2012-09-14
1
-0
/
+116