class Callbacks
Ruby on Rails 3.0.20
Since v3.0.20Provide callbacks to be executed before and after the request dispatch.
It also provides a to_prepare callback, which is performed in all requests in development by only once in production and notification callback for async operations.
Inherits from
Includes
Methods (defined here)
- # call
- self. after
- self. before
- self. new
- self. to_prepare
Methods (inherited)
From ActiveSupport::Callbacks (2)
From Object (26)
- # acts_like?
- # app
- # blank?
- # controller
- # create
- # create_fixtures
- # destroy
- # duplicable?
- # edit
- # helper
- # html_safe?
- # index
- # instance_variable_names
- # new
- # new_session
- # presence
- # present?
- # reload!
- # returning
- # show
- # to_param
- # to_query
- # try
- # unescape
- # update
- # with_options
From ActiveSupport::Concern (3)
- # append_features
- # included
- self. extended
From ActiveSupport::DescendantsTracker (6)
- # descendants
- # direct_descendants
- # inherited
- self. clear
- self. descendants
- self. direct_descendants