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
/
railties
/
test
/
application
/
queue_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Job consumer logs to Rails.logger by default
Jeremy Kemper
2012-10-26
1
-0
/
+1
*
Test that a Rails.queue consumer is automatically started in production
Jeremy Kemper
2012-10-13
1
-1
/
+11
*
Backpedal from class-oriented config.queue. Set an actual queue instance.
Jeremy Kemper
2012-10-12
1
-3
/
+3
*
Remove the queue container. Premature consolidation. Set up and maintain queu...
Jeremy Kemper
2012-10-12
1
-6
/
+6
*
ActiveSupport::SynchronousQueue doesn't have the drain method.
Rafael Mendonça França
2012-10-12
1
-4
/
+4
*
Move the TestQueue tests to the proper file
Rafael Mendonça França
2012-10-12
1
-47
/
+0
*
Immediately run queued jobs in tests. Otherwise you have to explicitly drain ...
Jeremy Kemper
2012-10-12
1
-3
/
+3
*
In development and test we drain the jobs in the same thread.
Rafael Mendonça França
2012-09-18
1
-4
/
+4
*
Move queue classes to ActiveSupport
Santiago Pastorino
2012-09-14
1
-8
/
+8
*
Use the SynchronousQueue as default in production and development.
Rafael Mendonça França
2012-09-12
1
-5
/
+6
*
Remove unused require.
kennyj
2012-08-29
1
-1
/
+0
*
Fixes wrong test class names.
kennyj
2012-08-29
1
-1
/
+1
*
adding Rails::Queueing::Container
Aaron Patterson
2012-07-19
1
-5
/
+5
*
Ensure jobs do not refer to the queue
Paul Battley
2012-07-03
1
-0
/
+15
*
Ensure test jobs are marshallable
Paul Battley
2012-07-03
1
-8
/
+28
*
Track queue threading with named classes
Paul Battley
2012-07-03
1
-14
/
+24
*
Allow configuring a different queue consumer
Carlos Antonio da Silva
2012-05-04
1
-3
/
+36
*
Removing unused local vars in Queue tests
Rodrigo Pavano
2012-05-01
1
-2
/
+0
*
Use Rails::Queueing::Queue instead of Queue so people can build their own con...
José Valim
2012-04-28
1
-2
/
+2
*
Fix failing test, TestQueue#contents is not #jobs
Carlos Antonio da Silva
2012-04-27
1
-1
/
+1
*
Missing git add :trollface:
Yehuda Katz
2012-04-26
1
-0
/
+114