Module: ActionController

Defined in:
lib/action_controller/base.rb,
lib/action_controller.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/headers.rb,
lib/action_controller/helpers.rb,
lib/action_controller/request.rb,
lib/action_controller/routing.rb,
lib/action_controller/failsafe.rb,
lib/action_controller/reloader.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/dispatcher.rb,
lib/action_controller/cgi_process.rb,
lib/action_controller/integration.rb,
lib/action_controller/translation.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/caching/pages.rb,
lib/action_controller/mime_responds.rb,
lib/action_controller/params_parser.rb,
lib/action_controller/routing/route.rb,
lib/action_controller/uploaded_file.rb,
lib/action_controller/caching/actions.rb,
lib/action_controller/caching/sweeper.rb,
lib/action_controller/routing/builder.rb,
lib/action_controller/string_coercion.rb,
lib/action_controller/caching/sweeping.rb,
lib/action_controller/cgi_ext/stdinput.rb,
lib/action_controller/middleware_stack.rb,
lib/action_controller/performance_test.rb,
lib/action_controller/routing/segments.rb,
lib/action_controller/caching/fragments.rb,
lib/action_controller/record_identifier.rb,
lib/action_controller/routing/route_set.rb,
lib/action_controller/polymorphic_routes.rb,
lib/action_controller/session_management.rb,
lib/action_controller/http_authentication.rb,
lib/action_controller/session/cookie_store.rb,
lib/action_controller/routing/optimisations.rb,
lib/action_controller/session/abstract_store.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,
lib/action_controller/routing/recognition_optimisation.rb

Overview

– Copyright © 2006 Assaf Arkin (labnotes.org) Under MIT and/or CC By license. ++

Defined Under Namespace

Modules: Assertions, Benchmarking, Caching, CgiExt, Cookies, Filters, Flash, Helpers, Http, HttpAuthentication, Integration, Layout, MimeResponds, PolymorphicRoutes, ProcessWithTest, RecordIdentifier, RequestForgeryProtection, Rescue, Resources, Routing, Session, SessionManagement, StatusCodes, Streaming, TestProcess, TestResponseBehavior, Translation, UploadedFile, UrlWriter, Verification Classes: ActionControllerError, Base, CGIHandler, CgiRequest, CookieJar, Dispatcher, DoubleRenderError, Failsafe, IntegrationTest, InvalidAuthenticityToken, MethodNotAllowed, MiddlewareStack, MissingFile, NotImplemented, ParamsParser, PerformanceTest, PermanentCookieJar, RedirectBackError, Reloader, RenderError, Request, Response, RoutingError, SessionOverflowError, SessionRestoreError, SignedCookieJar, StringCoercion, TestCase, TestRequest, TestResponse, TestSession, TestUploadedFile, UnknownAction, UnknownController, UnknownHttpMethod, UploadedStringIO, UploadedTempfile, UrlRewriter

Class Method Summary collapse

Class Method Details

.load_all!Object

TODO: Review explicit to see if they will automatically be handled by the initilizer if they are really needed.



41
42
43
# File 'lib/action_controller.rb', line 41

def self.load_all!
  [Base, CGIHandler, CgiRequest, Request, Response, Http::Headers, UrlRewriter, UrlWriter]
end