Sha256: e8a703de9b98c9625cdd4763931e4ebf94a9dbe9695e6f86d8b6e6c20a41b9d2

Contents?: true

Size: 545 Bytes

Versions: 162

Compression:

Stored size: 545 Bytes

Contents

require 'active_support/deprecation/behaviors'
require 'active_support/deprecation/reporting'
require 'active_support/deprecation/method_wrappers'
require 'active_support/deprecation/proxy_wrappers'

module ActiveSupport
  module Deprecation
    class << self
      # The version the deprecated behavior will be removed, by default.
      attr_accessor :deprecation_horizon
    end
    self.deprecation_horizon = '3.2'

    # By default, warnings are not silenced and debugging is off.
    self.silenced = false
    self.debug = false
  end
end

Version data entries

162 entries across 145 versions & 8 rubygems

Version Path
classiccms-0.3.3 vendor/bundle/gems/activesupport-3.2.3/lib/active_support/deprecation.rb
classiccms-0.3.2 vendor/bundle/gems/activesupport-3.2.3/lib/active_support/deprecation.rb
classiccms-0.3.1 vendor/bundle/gems/activesupport-3.2.3/lib/active_support/deprecation.rb
dirty_history-0.5.4 dirty_history/ruby/1.9.1/gems/activesupport-3.1.1/lib/active_support/deprecation.rb
activesupport-3.2.5 lib/active_support/deprecation.rb
activesupport-3.2.4 lib/active_support/deprecation.rb
activesupport-3.1.5 lib/active_support/deprecation.rb
classiccms-0.3.0 vendor/bundle/gems/activesupport-3.2.3/lib/active_support/deprecation.rb
activesupport-3.2.4.rc1 lib/active_support/deprecation.rb
activesupport-3.1.5.rc1 lib/active_support/deprecation.rb
sunrise-cms-0.3.0.rc vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.3/lib/active_support/deprecation.rb
sunrise-cms-0.3.0.rc vendor/bundle/ruby/1.9.1/gems/rails-uploader-0.0.1/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.3/lib/active_support/deprecation.rb
rails-uploader-0.0.1 vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.3/lib/active_support/deprecation.rb
classiccms-0.2.4.pre vendor/bundle/gems/activesupport-3.2.3/lib/active_support/deprecation.rb
challah-0.6.0 vendor/bundle/gems/activesupport-3.2.2/lib/active_support/deprecation.rb
challah-0.6.0 vendor/bundle/gems/activesupport-3.2.1/lib/active_support/deprecation.rb
challah-0.6.0 vendor/bundle/gems/activesupport-3.2.3/lib/active_support/deprecation.rb
challah-0.5.4 vendor/bundle/gems/activesupport-3.2.1/lib/active_support/deprecation.rb
challah-0.5.4 vendor/bundle/gems/activesupport-3.2.2/lib/active_support/deprecation.rb
classicCMS-0.2.3 vendor/bundle/gems/activesupport-3.2.3/lib/active_support/deprecation.rb