Module: ActionController

Defined in:
lib/action_controller/base.rb,
lib/action_controller/flash.rb,
lib/action_controller/layout.rb,
lib/action_controller/rescue.rb,
lib/action_controller/caching.rb,
lib/action_controller/cookies.rb,
lib/action_controller/filters.rb,
lib/action_controller/helpers.rb,
lib/action_controller/request.rb,
lib/action_controller/routing.rb,
lib/action_controller/response.rb,
lib/action_controller/resources.rb,
lib/action_controller/streaming.rb,
lib/action_controller/test_case.rb,
lib/action_controller/assertions.rb,
lib/action_controller/components.rb,
lib/action_controller/dispatcher.rb,
lib/action_controller/cgi_process.rb,
lib/action_controller/integration.rb,
lib/action_controller/benchmarking.rb,
lib/action_controller/status_codes.rb,
lib/action_controller/test_process.rb,
lib/action_controller/url_rewriter.rb,
lib/action_controller/verification.rb,
lib/action_controller/mime_responds.rb,
lib/action_controller/cgi_ext/stdinput.rb,
lib/action_controller/request_profiler.rb,
lib/action_controller/record_identifier.rb,
lib/action_controller/polymorphic_routes.rb,
lib/action_controller/session_management.rb,
lib/action_controller/http_authentication.rb,
lib/action_controller/routing_optimisation.rb,
lib/action_controller/assertions/dom_assertions.rb,
lib/action_controller/assertions/tag_assertions.rb,
lib/action_controller/request_forgery_protection.rb,
lib/action_controller/assertions/model_assertions.rb,
lib/action_controller/assertions/routing_assertions.rb,
lib/action_controller/assertions/response_assertions.rb,
lib/action_controller/assertions/selector_assertions.rb

Overview

:nodoc:

Defined Under Namespace

Modules: Assertions, Benchmarking, Caching, CgiExt, Components, Cookies, Filters, Flash, Helpers, HttpAuthentication, Integration, Layout, MimeResponds, PolymorphicRoutes, RecordIdentifier, RequestForgeryProtection, Rescue, Resources, Routing, SessionManagement, StatusCodes, Streaming, TestProcess, TestResponseBehavior, UploadedFile, UrlWriter, Verification Classes: AbstractRequest, AbstractResponse, ActionControllerError, Base, CgiRequest, CgiResponse, CookieJar, Dispatcher, DoubleRenderError, IntegrationTest, InvalidAuthenticityToken, MethodNotAllowed, MissingFile, MissingTemplate, NonInferrableControllerError, NotImplemented, RedirectBackError, RenderError, RequestProfiler, RoutingError, SessionOverflowError, SessionRestoreError, TestCase, TestRequest, TestResponse, TestSession, TestUploadedFile, UnknownAction, UnknownController, UnknownHttpMethod, UploadedStringIO, UploadedTempfile, UrlEncodedPairParser, UrlRewriter

Constant Summary collapse

ACCEPTED_HTTP_METHODS =

HTTP methods which are accepted by default.

Set.new(%w( get head put post delete options ))