Sha256: e5c71b20cd81e8262e6e55f20652edecb87aa6bce59a4069735105abf6045da1

Contents?: true

Size: 1.52 KB

Versions: 49

Compression:

Stored size: 1.52 KB

Contents

require 'active_support/rails'
require 'abstract_controller'
require 'action_dispatch'
require 'action_controller/metal/live'
require 'action_controller/metal/strong_parameters'

module ActionController
  extend ActiveSupport::Autoload

  autoload :Base
  autoload :Caching
  autoload :Metal
  autoload :Middleware

  autoload_under "metal" do
    autoload :Compatibility
    autoload :ConditionalGet
    autoload :Cookies
    autoload :DataStreaming
    autoload :EtagWithTemplateDigest
    autoload :Flash
    autoload :ForceSSL
    autoload :Head
    autoload :Helpers
    autoload :HideActions
    autoload :HttpAuthentication
    autoload :ImplicitRender
    autoload :Instrumentation
    autoload :MimeResponds
    autoload :ParamsWrapper
    autoload :RackDelegation
    autoload :Redirecting
    autoload :Renderers
    autoload :Rendering
    autoload :RequestForgeryProtection
    autoload :Rescue
    autoload :Streaming
    autoload :StrongParameters
    autoload :Testing
    autoload :UrlFor
  end

  autoload :TestCase,           'action_controller/test_case'
  autoload :TemplateAssertions, 'action_controller/test_case'

  def self.eager_load!
    super
    ActionController::Caching.eager_load!
  end
end

# Common Active Support usage in Action Controller
require 'active_support/core_ext/module/attribute_accessors'
require 'active_support/core_ext/load_error'
require 'active_support/core_ext/module/attr_internal'
require 'active_support/core_ext/name_error'
require 'active_support/core_ext/uri'
require 'active_support/inflector'

Version data entries

49 entries across 48 versions & 8 rubygems

Version Path
actionpack-4.2.11.3 lib/action_controller.rb
actionpack-4.2.11.2 lib/action_controller.rb
actionpack-4.2.11.1 lib/action_controller.rb
actionpack-4.2.11 lib/action_controller.rb
actionpack-4.2.10 lib/action_controller.rb
actionpack-4.2.10.rc1 lib/action_controller.rb
actionpack-4.2.9 lib/action_controller.rb
actionpack-4.2.9.rc2 lib/action_controller.rb
actionpack-4.2.9.rc1 lib/action_controller.rb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/actionpack-4.2.8/lib/action_controller.rb
actionpack-4.2.8 lib/action_controller.rb
actionpack-4.2.8.rc1 lib/action_controller.rb
actionpack-4.2.7.1 lib/action_controller.rb
actionpack-4.2.7 lib/action_controller.rb
actionpack-4.2.7.rc1 lib/action_controller.rb
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionpack-4.2.6/lib/action_controller.rb
actionpack-4.2.6 lib/action_controller.rb
actionpack-4.2.6.rc1 lib/action_controller.rb
actionpack-4.2.5.2 lib/action_controller.rb
activejob-lock-0.0.2 rails/actionpack/lib/action_controller.rb