Action Controller
Action Controller is a module of Action Pack.
Action Controller provides a base controller class that can be subclassed to implement filters and actions to handle requests. The result of an action is typically content generated from views.
Namespace
- MODULE ActionController::AllowBrowser
- MODULE ActionController::ApiRendering
- MODULE ActionController::Caching
- MODULE ActionController::ConditionalGet
- MODULE ActionController::ContentSecurityPolicy
- MODULE ActionController::Cookies
- MODULE ActionController::DataStreaming
- MODULE ActionController::DefaultHeaders
- MODULE ActionController::EtagWithFlash
- MODULE ActionController::EtagWithTemplateDigest
- MODULE ActionController::Flash
- MODULE ActionController::FormBuilder
- MODULE ActionController::Head
- MODULE ActionController::Helpers
- MODULE ActionController::HttpAuthentication
- MODULE ActionController::ImplicitRender
- MODULE ActionController::Instrumentation
- MODULE ActionController::Live
- MODULE ActionController::Logging
- MODULE ActionController::MimeResponds
- MODULE ActionController::ParameterEncoding
- MODULE ActionController::ParamsWrapper
- MODULE ActionController::PermissionsPolicy
- MODULE ActionController::Railties
- MODULE ActionController::RateLimiting
- MODULE ActionController::Redirecting
- MODULE ActionController::Renderers
- MODULE ActionController::Rendering
- MODULE ActionController::RequestForgeryProtection
- MODULE ActionController::Rescue
- MODULE ActionController::Streaming
- MODULE ActionController::StrongParameters
- MODULE ActionController::Testing
- MODULE ActionController::UrlFor
- CLASS ActionController::API
- CLASS ActionController::Base
- CLASS ActionController::InvalidParameterKey
- CLASS ActionController::LiveTestResponse
- CLASS ActionController::LogSubscriber
- CLASS ActionController::Metal
- CLASS ActionController::MissingRenderer
- CLASS ActionController::ParameterMissing
- CLASS ActionController::Parameters
- CLASS ActionController::Renderer
- CLASS ActionController::RespondToMismatchError
- CLASS ActionController::TestCase
- CLASS ActionController::UnfilteredParameters
- CLASS ActionController::UnpermittedParameters
Methods
Class Public methods
add_renderer(key, &block) Link
See Renderers.add
remove_renderer(key) Link
See Renderers.remove