aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/log_subscriber.rb
Commit message (Expand)AuthorAgeFilesLines
* edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-141-1/+1
* Improve performance of the log subscriber by remembering the list of all logg...wycats2010-06-041-3/+10
* Change event namespace ordering to most-significant first [#4504 state:resolved]Justin George2010-05-021-3/+3
* Move remote_ip to a middleware:Carlhuda2010-03-031-0/+1
* Have log subscribers subscribe to the actual events, so the subscriber doesn'...Carlhuda2010-03-021-18/+16
* Subscriber should not explode if a non namespaced instrumentation is given.José Valim2010-02-161-1/+2
* Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-0/+108