Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ActionView inline logging to ActiveSupport::Notifications and create ↵ | José Valim | 2009-12-26 | 1 | -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 Peek | 2009-09-24 | 1 | -12/+11 |
| | |||||
* | Replace _render_template_with_layout with _render_template since the layout ↵ | Yehuda Katz | 2009-08-07 | 1 | -1/+2 |
| | | | | is optional | ||||
* | Make logging_test pass with the new base | Pratik Naik | 2009-05-23 | 1 | -2/+2 |
| | |||||
* | Ported simple benchmarking in new base | Yehuda Katz + Carl Lerche | 2009-05-18 | 1 | -0/+5 |
| | |||||
* | Temporarily modifies setup to call super directly. This can support more ↵ | Yehuda Katz and Carl Lerche | 2009-04-08 | 1 | -1/+4 |
| | | | | T::U runners. | ||||
* | Add some basic controller logging tests | Pratik Naik | 2008-11-08 | 1 | -0/+46 |