Sha256: 658f83bdc8e535b5acbcb7c1763d4d6f023eeb40580f1d0925a3db9e38d0074d

Contents?: true

Size: 959 Bytes

Versions: 52

Compression:

Stored size: 959 Bytes

Contents

# This is private interface.
#
# Rails components cherry pick from Active Support as needed, but there are a
# few features that are used for sure in some way or another and it is not worth
# putting individual requires absolutely everywhere. Think blank? for example.
#
# This file is loaded by every Rails component except Active Support itself,
# but it does not belong to the Rails public interface. It is internal to
# Rails and can change anytime.

# Defines Object#blank? and Object#present?.
require 'active_support/core_ext/object/blank'

# Rails own autoload, eager_load, etc.
require 'active_support/dependencies/autoload'

# Support for ClassMethods and the included macro.
require 'active_support/concern'

# Defines Class#class_attribute.
require 'active_support/core_ext/class/attribute'

# Defines Module#delegate.
require 'active_support/core_ext/module/delegation'

# Defines ActiveSupport::Deprecation.
require 'active_support/deprecation'

Version data entries

52 entries across 50 versions & 8 rubygems

Version Path
files.com-1.0.55 docs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.0.7.1/lib/active_support/rails.rb
activesupport-5.0.7.2 lib/active_support/rails.rb
activesupport-5.0.7.1 lib/active_support/rails.rb
activesupport-5.0.7 lib/active_support/rails.rb
activesupport-5.0.6 lib/active_support/rails.rb
activesupport-5.0.6.rc1 lib/active_support/rails.rb
activesupport-5.0.5 lib/active_support/rails.rb
activesupport-5.0.5.rc2 lib/active_support/rails.rb
activesupport-5.0.5.rc1 lib/active_support/rails.rb
tdiary-5.0.5 vendor/bundle/gems/activesupport-5.0.2/lib/active_support/rails.rb
tdiary-5.0.5 vendor/bundle/gems/tdiary-5.0.4/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/rails.rb
activesupport-5.0.4 lib/active_support/rails.rb
activesupport-5.0.4.rc1 lib/active_support/rails.rb
activesupport-5.0.3 lib/active_support/rails.rb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/activesupport-5.0.2/lib/active_support/rails.rb
lazy_record-0.2.1 vendor/bundle/gems/activesupport-5.0.2/lib/active_support/rails.rb
lazy_record-0.2.0 vendor/bundle/gems/activesupport-5.0.2/lib/active_support/rails.rb
lazy_record-0.1.9 vendor/bundle/gems/activesupport-5.0.2/lib/active_support/rails.rb
lazy_record-0.1.8 vendor/bundle/gems/activesupport-5.0.2/lib/active_support/rails.rb
lazy_record-0.1.7 vendor/bundle/gems/activesupport-5.0.2/lib/active_support/rails.rb