aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/logging_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add subscriber for ActionPack and move all logging inside it.José Valim2010-01-131-81/+0
* Ensure no notification is on the queue before running notifications related t...José Valim2010-01-031-0/+1
* Use namespaces in notifications.José Valim2010-01-031-1/+1
* Remove ActionView inline logging to ActiveSupport::Notifications and create A...José Valim2009-12-261-20/+46
* Resurrect AC::Benchmarking [#3140 state:resolved]Joshua Peek2009-09-241-12/+11
* Replace _render_template_with_layout with _render_template since the layout i...Yehuda Katz2009-08-071-1/+2
* Make logging_test pass with the new basePratik Naik2009-05-231-2/+2
* Ported simple benchmarking in new baseYehuda Katz + Carl Lerche2009-05-181-0/+5
* Temporarily modifies setup to call super directly. This can support more T::U...Yehuda Katz and Carl Lerche2009-04-081-1/+4
* Add some basic controller logging testsPratik Naik2008-11-081-0/+46