aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/subscriber.rb
Commit message (Collapse)AuthorAgeFilesLines
* Default to sync instrumentation.José Valim2010-01-211-6/+1
|
* Logging thread should not die on logging errors.José Valim2010-01-191-1/+5
|
* Add notifications to default middleware stack and update subscriber tests.José Valim2010-01-171-1/+1
|
* Fix an issue where log was not being tailed in the first request.José Valim2010-01-151-9/+2
|
* LogTailer should be invoked after all logs in threads were flushed.José Valim2010-01-151-2/+12
|
* Rails::Subscriber is now responsible for flushing all loggers it's ↵José Valim2010-01-151-1/+11
| | | | responsible for.
* Stub initial Rails::Subscriber implementation.José Valim2010-01-131-0/+96