Sha256: e2e7c808ef70ad0f3e34b8a8b0290981a9df867c74c3e188fa8d1310182ec7b6

Contents?: true

Size: 990 Bytes

Versions: 51

Compression:

Stored size: 990 Bytes

Contents

# frozen_string_literal: true

# 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

51 entries across 49 versions & 7 rubygems

Version Path
chatops-rpc-0.0.1 fixtures/chatops-controller-example/vendor/bundle/ruby/2.5.0/gems/activesupport-6.0.0/lib/active_support/rails.rb
zuora_connect_ui-0.9.1 vendor/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/rails.rb
zuora_connect_ui-0.9.0 vendor/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/rails.rb
zuora_connect_ui-0.8.3 vendor/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/rails.rb
zuora_connect_ui-0.8.2 vendor/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/rails.rb
activesupport-6.0.0 lib/active_support/rails.rb
activesupport-6.0.0.rc2 lib/active_support/rails.rb
activesupport-6.0.0.rc1 lib/active_support/rails.rb
activesupport-6.0.0.beta3 lib/active_support/rails.rb
activesupport-6.0.0.beta2 lib/active_support/rails.rb
activesupport-6.0.0.beta1 lib/active_support/rails.rb