aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/subscriber_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix an issue where log was not being tailed in the first request.José Valim2010-01-151-3/+2
|
* LogTailer should be invoked after all logs in threads were flushed.José Valim2010-01-151-0/+15
|
* Rails::Subscriber is now responsible for flushing all loggers it's ↵José Valim2010-01-151-1/+22
| | | | responsible for.
* Create Rails::Subscriber::TestHelper and use it to make ActiveRecord ↵José Valim2010-01-131-33/+16
| | | | subscriber tests run in both sync and async scenarios.
* Set up subscriber on initialization.José Valim2010-01-131-0/+10
|
* Stub initial Rails::Subscriber implementation.José Valim2010-01-131-0/+102