aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/subscriber_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Default to sync instrumentation.José Valim2010-01-211-35/+10
|
* Logging thread should not die on logging errors.José Valim2010-01-191-0/+14
|
* Add notifications to default middleware stack and update subscriber tests.José Valim2010-01-171-3/+3
|
* 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