aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/log_subscriber_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Change event namespace ordering to most-significant first [#4504 state:resolved]Justin George2010-05-021-9/+9
| | | | | | | | | More work still needs to be done on some of these names (render_template.action_view and render_template!.action_view particularly) but this allows (for example) /^sql/ to subscribe to all the various ORMs without further modification Signed-off-by: José Valim <jose.valim@gmail.com>
* Log Tailer doesn't exist anymore. Removing some traces left over in tests.Carlhuda2010-03-021-2/+0
|
* Subscriber should not explode if a non namespaced instrumentation is given.José Valim2010-02-161-1/+7
|
* Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-0/+119