Sha256: cbdcf594d509d83cc114def29a370800b40a3ffab7f08ad45cc08549a0073c5f

Contents?: true

Size: 544 Bytes

Versions: 108

Compression:

Stored size: 544 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 = '4.0'

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

Version data entries

108 entries across 81 versions & 20 rubygems

Version Path
jquery_regex-0.0.1 vendor/bundle/gems/activesupport-3.2.9/lib/active_support/deprecation.rb
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/activesupport-3.2.7/lib/active_support/deprecation.rb
challah-rolls-0.2.0 vendor/bundle/gems/activesupport-3.2.7/lib/active_support/deprecation.rb
challah-rolls-0.2.0 vendor/bundle/gems/activesupport-3.2.8/lib/active_support/deprecation.rb
challah-rolls-0.2.0 vendor/bundle/gems/activesupport-3.2.9/lib/active_support/deprecation.rb
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/activesupport-3.2.8/lib/active_support/deprecation.rb
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/activesupport-3.2.9/lib/active_support/deprecation.rb
challah-0.8.3 vendor/bundle/gems/activesupport-3.2.9/lib/active_support/deprecation.rb
challah-0.8.3 vendor/bundle/gems/activesupport-3.2.8/lib/active_support/deprecation.rb
activesupport-3.2.9 lib/active_support/deprecation.rb
activesupport-3.2.9.rc3 lib/active_support/deprecation.rb
activesupport-3.2.9.rc2 lib/active_support/deprecation.rb
fragrant-0.0.5 vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/deprecation.rb
activesupport-3.2.9.rc1 lib/active_support/deprecation.rb
challah-0.8.1 vendor/bundle/gems/activesupport-3.2.8/lib/active_support/deprecation.rb
challah-rolls-0.1.0 vendor/bundle/gems/activesupport-3.2.8/lib/active_support/deprecation.rb
challah-rolls-0.1.0 vendor/bundle/gems/activesupport-3.2.7/lib/active_support/deprecation.rb
challah-rolls-0.1.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/activesupport-3.2.7/lib/active_support/deprecation.rb
challah-0.8.0.pre vendor/bundle/gems/activesupport-3.2.7/lib/active_support/deprecation.rb
challah-0.7.1 vendor/bundle/gems/activesupport-3.2.7/lib/active_support/deprecation.rb