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
/
test
/
queueing
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Move background jobs to the 'jobs' branch until fully baked. Not shipping ↵
Jeremy Kemper
2012-12-21
3
-283
/
+0
|
|
|
|
with Rails 4.0.
*
Fix queueing tests that should be consuming the queue rather than draining it
Jeremy Kemper
2012-10-26
1
-3
/
+9
|
*
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
-0
/
+12
|
*
Remove the queue container. Premature consolidation. Set up and maintain ↵
Jeremy Kemper
2012-10-12
1
-28
/
+0
|
|
|
|
queues in the classes that use them instead.
*
Move the TestQueue tests to the proper file
Rafael Mendonça França
2012-10-12
1
-0
/
+44
|
*
No need to defensively work jobs in another thread
Jeremy Kemper
2012-09-18
1
-1
/
+1
|
*
Remove unncessary code.
kennyj
2012-09-17
1
-1
/
+0
|
*
Always run jobs using a consumer, even in synchronous & test queues, to ↵
Jeremy Kemper
2012-09-16
3
-37
/
+59
|
|
|
|
ensure shared behavior.
*
Move queue classes to ActiveSupport
Santiago Pastorino
2012-09-14
3
-0
/
+228