aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/subscriber.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-108/+0
* 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 responsibl...José Valim2010-01-151-1/+11
* Stub initial Rails::Subscriber implementation.José Valim2010-01-131-0/+96