module Instrumentation
Ruby on Rails 7.1.6
Since v3.0.20Action Controller Instrumentation
Adds instrumentation to several ends in ActionController::Base. It also provides some hooks related with process_action. This allows an ORM like Active Record and/or DataMapper to plug in ActionController and show related information.
Check ActiveRecord::Railties::ControllerRuntime for an example.
Namespace
Modules
Extends
Methods (defined here)
- # redirect_to
- # render
- # send_data
- # send_file
Private methods
(4)
Implementation detail — not part of the public API.
Methods (inherited)
From ActiveSupport::Concern (3)
- # class_methods
- # included
- # prepended