aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/instrumentation.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add a test for elapsed and require missing benchmark file.José Valim2010-07-201-0/+1
|
* edit pass: the names of Rails components have a space, ie, "Active Record", ↵Xavier Noria2010-06-141-1/+1
| | | | not "ActiveRecord"
* Change event namespace ordering to most-significant first [#4504 state:resolved]Justin George2010-05-021-5/+5
| | | | | | | | | 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>
* ActionDispatch::Request deprecates #request_uriCarl Lerche2010-03-031-1/+1
| | | | * Refactored ActionPatch to use fullpath instead
* Add method and path to AC notifications.José Valim2010-02-031-1/+3
|
* Tidy up new filter_parameters implementation.José Valim2010-01-211-1/+0
|
* Move filter_parameter_logging logic out of the controller and create ↵Prem Sichanugrist2010-01-211-1/+1
| | | | | | ActionDispatch::ParametersFilter to handle parameter filteration instead. This will make filteration not depending on controller anymore. Signed-off-by: José Valim <jose.valim@gmail.com>
* Bring normalize behavior to AbstractController::RenderingJosé Valim2010-01-201-11/+5
|
* Move parameters to the top on logging.José Valim2010-01-191-7/+13
|
* Add ActionDispatch::Railties::Subscriber and finish tidying up the logging.José Valim2010-01-171-4/+0
|
* Do not send the whole controller in notifications, cherry pick required pieces.José Valim2010-01-151-9/+32
|
* Move Dispatcher setup to Railties and add instrumentation hook.José Valim2010-01-151-1/+1
|
* Tidy up ActiveRecord and Views runtime information on process action logger.José Valim2010-01-141-3/+5
|
* Add subscriber for ActionPack and move all logging inside it.José Valim2010-01-131-0/+77