aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/log_subscriber
Commit message (Collapse)AuthorAgeFilesLines
* Have log subscribers subscribe to the actual events, so the subscriber ↵Carlhuda2010-03-021-1/+0
| | | | doesn't subscribe to *every* event, so we can have events that are slow-ish but are not actually run in production.
* Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-0/+98