class Deprecation
Ruby on Rails 6.1.7.10
Since v4.0.13Deprecation specifies the API used by Rails to deprecate methods, instance variables, objects and constants.
Inherits from
Namespace
Modules
- ActiveSupport::Deprecation::Behavior
- ActiveSupport::Deprecation::DeprecatedConstantAccessor
- ActiveSupport::Deprecation::Disallowed
- ActiveSupport::Deprecation::MethodWrapper
- ActiveSupport::Deprecation::Reporting
Classes
Includes
Constants
Attributes
Methods (defined here)
- self. new
Methods (inherited)
From ActiveSupport::Deprecation::Behavior
(4)
From ActiveSupport::Deprecation::Disallowed
(1)
From ActiveSupport::Deprecation::MethodWrapper
(1)
From ActiveSupport::Deprecation::Reporting
(5)
- # allow
- # deprecation_warning
- # silence
- # silenced
- # warn
From Object
(17)
- # acts_like?
- # blank?
- # deep_dup
- # duplicable?
- # html_safe?
- # in?
- # instance_values
- # instance_variable_names
- # presence
- # presence_in
- # present?
- # to_param
- # to_query
- # try
- # try!
- # unescape
- # with_options
From ActiveRecord::TestFixtures
(4)
From ActiveSupport::Concern
(3)
- # class_methods
- # included
- # prepended