aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/logging_test.rb
Commit message (Collapse)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 ↵José Valim2010-01-031-0/+1
| | | | tests.
* Use namespaces in notifications.José Valim2010-01-031-1/+1
|
* Remove ActionView inline logging to ActiveSupport::Notifications and create ↵José Valim2009-12-261-20/+46
| | | | ActionController::Base#log_event, so everything can be logged within one listener. Also expose log_process_action as a hook for different modules to include their own information during the action processing. This allow ActiveRecord to hook and any other ORM. Finally, this commit changes 'Processing' and 'Rendering' in logs to 'Processed' and 'Rendered' because at the point it's logged, everying already happened.
* Resurrect AC::Benchmarking [#3140 state:resolved]Joshua Peek2009-09-241-12/+11
|
* Replace _render_template_with_layout with _render_template since the layout ↵Yehuda Katz2009-08-071-1/+2
| | | | is optional
* 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 ↵Yehuda Katz and Carl Lerche2009-04-081-1/+4
| | | | T::U runners.
* Add some basic controller logging testsPratik Naik2008-11-081-0/+46