Sha256: 93452ca537c0888aa67ee491a631e8c540312995ac0121cb96cef873b64eca4b

Contents?: true

Size: 554 Bytes

Versions: 55

Compression:

Stored size: 554 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 #:nodoc:
    class << self
      # The version the deprecated behavior will be removed, by default.
      attr_accessor :deprecation_horizon
    end
    self.deprecation_horizon = '3.0'

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

Version data entries

55 entries across 55 versions & 5 rubygems

Version Path
social_url_stats-0.0.1 vendor/ruby/1.9.1/gems/activesupport-3.0.0/lib/active_support/deprecation.rb
activesupport-3.0.20 lib/active_support/deprecation.rb
activesupport-3.0.19 lib/active_support/deprecation.rb
activesupport-3.0.18 lib/active_support/deprecation.rb
activesupport-3.0.17 lib/active_support/deprecation.rb
activesupport-3.0.16 lib/active_support/deprecation.rb
activesupport-3.0.15 lib/active_support/deprecation.rb
activesupport-3.0.14 lib/active_support/deprecation.rb
activesupport-3.0.13 lib/active_support/deprecation.rb
activesupport-3.0.13.rc1 lib/active_support/deprecation.rb
activesupport-3.0.12 lib/active_support/deprecation.rb
activesupport-3.0.12.rc1 lib/active_support/deprecation.rb
activesupport-3.0.11 lib/active_support/deprecation.rb
messagebus_ruby_api-0.4.7 spec/ruby/1.9.1/gems/activesupport-3.0.9/lib/active_support/deprecation.rb
messagebus_ruby_api-0.4.4 spec/ruby/1.9.1/gems/activesupport-3.0.9/lib/active_support/deprecation.rb
activesupport-3.0.10 lib/active_support/deprecation.rb
activesupport-3.0.10.rc1 lib/active_support/deprecation.rb
activesupport-3.0.9 lib/active_support/deprecation.rb
activesupport-3.0.9.rc5 lib/active_support/deprecation.rb
activesupport-3.0.9.rc4 lib/active_support/deprecation.rb