Table of Contents - RDoc Documentation
Pages
assets.rake
Classes/Modules
AbstractController
AbstractController::ActionNotFound
AbstractController::AssetPaths
AbstractController::Base
AbstractController::Callbacks
AbstractController::Callbacks::ClassMethods
AbstractController::Collector
AbstractController::Collector::Mime
AbstractController::DoubleRenderError
AbstractController::Error
AbstractController::Helpers
AbstractController::Helpers::ClassMethods
AbstractController::Layouts
Accessing shared variables
Layout assignment
Inheritance Examples
Types of layouts
Conditional layouts
Using a different layout in the action render call
AbstractController::Layouts::ClassMethods
AbstractController::Layouts::ClassMethods::LayoutConditions
AbstractController::Logger
AbstractController::Railties
AbstractController::Railties::RoutesHelpers
AbstractController::Rendering
AbstractController::Rendering::ClassMethods
AbstractController::Translation
AbstractController::UrlFor
AbstractController::UrlFor::ClassMethods
AbstractController::ViewPaths
AbstractController::ViewPaths::ActionView
AbstractController::ViewPaths::ClassMethods
ActionController
ActionController::Base
Requests
Parameters
Sessions
Responses
Renders
Redirects
Calling multiple redirects or renders
ActionController::Caching
Caching stores
ActionController::Caching::Actions
ActionController::Caching::Actions::ActionCachePath
ActionController::Caching::Actions::ClassMethods
ActionController::Caching::ActiveRecord
ActionController::Caching::ConfigMethods
ActionController::Caching::Fragments
ActionController::Caching::Pages
ActionController::Caching::Pages::ClassMethods
ActionController::Caching::Sweeping
ActionController::Compatibility
ActionController::ConditionalGet
ActionController::Cookies
ActionController::DataStreaming
ActionController::Flash
ActionController::ForceSSL
ActionController::ForceSSL::ClassMethods
ActionController::Head
ActionController::Helpers
Examples
ActionController::Helpers::ClassMethods
ActionController::HideActions
ActionController::HideActions::ClassMethods
ActionController::HttpAuthentication
ActionController::HttpAuthentication::Basic
Simple Basic example
Advanced Basic example
Simple Digest example
Notes
ActionController::HttpAuthentication::Basic::ControllerMethods
ActionController::HttpAuthentication::Basic::ControllerMethods::ClassMethods
ActionController::HttpAuthentication::Digest
ActionController::HttpAuthentication::Digest::ControllerMethods
ActionController::HttpAuthentication::Token
ActionController::HttpAuthentication::Token::ControllerMethods
ActionController::ImplicitRender
ActionController::Instrumentation
ActionController::Instrumentation::ClassMethods
ActionController::LogSubscriber
ActionController::Metal
Rendering Helpers
Redirection Helpers
Other Helpers
ActionController::Middleware
ActionController::Middleware::ActionMiddleware
ActionController::MimeResponds
ActionController::MimeResponds::ClassMethods
ActionController::ParamsWrapper
ActionController::ParamsWrapper::ClassMethods
ActionController::RackDelegation
ActionController::Railtie
ActionController::Railtie::ActiveSupport
ActionController::Railties
ActionController::Railties::Paths
ActionController::RecordIdentifier
ActionController::Redirecting
ActionController::Renderers
ActionController::Renderers::All
ActionController::Renderers::ClassMethods
ActionController::Renderers::Mime
ActionController::Rendering
ActionController::RequestForgeryProtection
ActionController::RequestForgeryProtection::ClassMethods
ActionController::Rescue
ActionController::Responder
Builtin HTTP verb semantics
Nested resources
Custom options
ActionController::SessionManagement
ActionController::SessionManagement::ActiveSupport
ActionController::SessionManagement::ClassMethods
ActionController::Streaming
Examples
When to use streaming
Communication between layout and template
Headers, cookies, session and flash
Middlewares
Errors
Web server support
Unicorn
Passenger
ActionController::TemplateAssertions
ActionController::TestCase
Basic example
Special instance variables
Controller is automatically inferred
Testing controller internals
Manipulating session and cookie variables
Testing named routes
ActionController::TestCase::Behavior
ActionController::TestCase::Behavior::ClassMethods
ActionController::TestCase::RaiseActionExceptions
ActionController::TestResponse
ActionController::Testing
ActionController::Testing::ClassMethods
ActionController::UrlFor
ActionDispatch
ActionDispatch::Assertions
ActionDispatch::Assertions::DomAssertions
ActionDispatch::Assertions::ResponseAssertions
ActionDispatch::Assertions::RoutingAssertions
ActionDispatch::Assertions::SelectorAssertions
ActionDispatch::Assertions::TagAssertions
ActionDispatch::BestStandardsSupport
ActionDispatch::BodyProxy
ActionDispatch::Callbacks
ActionDispatch::Cookies
ActionDispatch::Cookies::CookieOverflow
ActionDispatch::DebugExceptions
ActionDispatch::ExceptionWrapper
ActionDispatch::FileHandler
ActionDispatch::Flash
ActionDispatch::Flash::FlashHash
ActionDispatch::Head
ActionDispatch::Http
ActionDispatch::Http::Cache
ActionDispatch::Http::Cache::Request
ActionDispatch::Http::Cache::Response
ActionDispatch::Http::FilterParameters
ActionDispatch::Http::Headers
ActionDispatch::Http::MimeNegotiation
ActionDispatch::Http::ParameterFilter
ActionDispatch::Http::Parameters
ActionDispatch::Http::URL
ActionDispatch::Http::Upload
ActionDispatch::Http::UploadedFile
ActionDispatch::Integration
ActionDispatch::Integration::RequestHelpers
ActionDispatch::Integration::Runner
ActionDispatch::Integration::Session
ActionDispatch::IntegrationTest
ActionDispatch::MiddlewareStack
ActionDispatch::MiddlewareStack::Middleware
ActionDispatch::ParamsParser
ActionDispatch::PerformanceTest
ActionDispatch::PublicExceptions
ActionDispatch::RailsEntityStore
ActionDispatch::RailsMetaStore
ActionDispatch::Railtie
ActionDispatch::Railtie::ActiveSupport
ActionDispatch::Reloader
ActionDispatch::RemoteIp
ActionDispatch::RemoteIp::GetIp
ActionDispatch::RemoteIp::IpSpoofAttackError
ActionDispatch::Request
ActionDispatch::RequestId
ActionDispatch::Rescue
ActionDispatch::Response
ActionDispatch::Routing
Resources
Named routes
Pretty URLs
Regular Expressions and parameters
Default route
HTTP Methods
HTTP helper methods
External redirects
Routing to Rack Applications
Reloading routes
Testing Routes
assert_routing
assert_recognizes
View a list of all your routes
ActionDispatch::Routing::Mapper
ActionDispatch::Routing::Mapper::Base
ActionDispatch::Routing::Mapper::HttpHelpers
ActionDispatch::Routing::Mapper::Resources
ActionDispatch::Routing::Mapper::Scoping
ActionDispatch::Routing::PolymorphicRoutes
Usage within the framework
Prefixed polymorphic helpers
Using with mounted engines
ActionDispatch::Routing::Redirection
ActionDispatch::Routing::RouteSet
ActionDispatch::Routing::RouteSet::MountedHelpers
ActionDispatch::Routing::UrlFor
URL generation from parameters
URL generation for named routes
ActionDispatch::Session
ActionDispatch::Session::AbstractStore
ActionDispatch::Session::CacheStore
ActionDispatch::Session::Compatibility
ActionDispatch::Session::CookieStore
ActionDispatch::Session::DestroyableSession
ActionDispatch::Session::MemCacheStore
ActionDispatch::Session::StaleSessionCheck
ActionDispatch::ShowExceptions
ActionDispatch::Static
ActionDispatch::TestProcess
ActionDispatch::TestRequest
ActionDispatch::TestResponse
ActionPack
ActionView
ActionView::Base
Action View Base
ERB
Using sub templates
Passing local variables to sub templates
Template caching
Builder
ActionView::Context
Action View Context
ActionView::FileSystemResolver
Examples
Pattern format and variables
ActionView::FixtureResolver
ActionView::Helpers
Active Model Helpers
Action View Cache Helper
Action View Capture Helper
Action View CSRF Helper
Action View Debug Helper
Action View Form Helpers
Action View Form Option Helpers
Action View Form Tag Helpers
Action View Record Tag Helpers
Action View Translation Helpers
ActionView::Helpers::ActiveModelHelper
ActionView::Helpers::ActiveModelInstanceTag
ActionView::Helpers::AssetPaths
ActionView::Helpers::AssetTagHelper
Using asset hosts
Customizing the asset path
ActionView::Helpers::AssetTagHelper::AssetIncludeTag
ActionView::Helpers::AssetTagHelper::JavascriptIncludeTag
ActionView::Helpers::AssetTagHelper::JavascriptTagHelpers
ActionView::Helpers::AssetTagHelper::JavascriptTagHelpers::ClassMethods
ActionView::Helpers::AssetTagHelper::StylesheetIncludeTag
ActionView::Helpers::AssetTagHelper::StylesheetTagHelpers
ActionView::Helpers::AssetTagHelper::StylesheetTagHelpers::ClassMethods
ActionView::Helpers::AtomFeedHelper
ActionView::Helpers::AtomFeedHelper::AtomBuilder
ActionView::Helpers::AtomFeedHelper::AtomFeedBuilder
ActionView::Helpers::CacheHelper
ActionView::Helpers::CaptureHelper
ActionView::Helpers::CsrfHelper
ActionView::Helpers::DateHelper
Action View Date Helpers
ActionView::Helpers::DateHelperInstanceTag
ActionView::Helpers::DebugHelper
ActionView::Helpers::FormBuilder
ActionView::Helpers::FormHelper
ActionView::Helpers::FormOptionsHelper
Options
ActionView::Helpers::FormTagHelper
ActionView::Helpers::InstanceTag
ActionView::Helpers::JavaScriptHelper
ActionView::Helpers::NumberHelper
ActionView::Helpers::NumberHelper::InvalidNumberError
ActionView::Helpers::OutputSafetyHelper
ActionView::Helpers::RecordTagHelper
ActionView::Helpers::RenderingHelper
Action View Rendering
ActionView::Helpers::SanitizeHelper
ActionView::Helpers::TagHelper
ActionView::Helpers::TextHelper
Sanitization
ActionView::Helpers::TranslationHelper
ActionView::Helpers::UrlHelper
ActionView::LogSubscriber
Action View Log Subscriber
ActionView::LookupContext
ActionView::LookupContext::DetailsCache
ActionView::LookupContext::Template
ActionView::LookupContext::ViewPaths
ActionView::NullResolver
ActionView::PartialRenderer
Action View Partials
The :as and :object options
Rendering a collection of partials
Rendering shared partials
Rendering objects that respond to `to_partial_path`
Rendering the default case
Rendering partials with layouts
ActionView::Railtie
Action View Railtie
ActionView::Renderer
ActionView::Resolver
Action View Resolver
ActionView::Resolver::Path
ActionView::Template
Action View Template
Action View Template Handlers
Action View Text Template
ActionView::Template::Handlers
ActionView::Template::Handlers::Builder
ActionView::Template::Handlers::ERB
ActionView::Template::Handlers::Erubis
ActionView::TestCase
Action View Test Case
ActionView::TestCase::Behavior
ActionView::TestCase::Behavior::ClassMethods
ActionView::TestCase::Behavior::Locals
ActionView::TestCase::TestController
ActiveSupport
HTML
HTML::FullSanitizer
HTML::LinkSanitizer
HTML::Sanitizer
HTML::Selector
Matching Elements
Selecting Elements
Expressions
Attribute Values
Alternatives, siblings, children
Pseudo classes
Substitution Values
HTML::Tag
HTML::WhiteListSanitizer
Mime
Mime::Mimes
Mime::Type
Rack
Rack::Cache
Rack::Cache::EntityStore
Rack::Cache::MetaStore
Rack::Session
Rack::Session::Abstract
Sprockets
Sprockets::Bootstrap
Sprockets::Compressors
Sprockets::Helpers
Sprockets::Helpers::IsolatedHelper
Sprockets::Helpers::RailsHelper
Sprockets::Helpers::RailsHelper::AssetPaths
Sprockets::Helpers::RailsHelper::AssetPaths::AssetNotPrecompiledError
Sprockets::Railtie
Sprockets::StaticCompiler
Methods
::[] — Mime
::_to_partial_path — ActionView::Helpers::FormBuilder
::abstract! — AbstractController::Base
::action — ActionController::Metal
::action_methods — AbstractController::Base
::add — ActionController::Renderers
::add_renderer — ActionController
::after — ActionDispatch::Callbacks
::app — ActionDispatch::IntegrationTest
::app= — ActionDispatch::IntegrationTest
::before — ActionDispatch::Callbacks
::build — ActionController::Middleware
::build — ActionView::Resolver::Path
::cache_template_loading — ActionView::Base
::cache_template_loading= — ActionView::Base
::call — ActionView::Template::Handlers::ERB
::call — ActionController::Responder
::call — ActionController::Metal
::check_box_checked? — ActionView::Helpers::InstanceTag
::cleanup! — ActionDispatch::Reloader
::clear_action_methods! — AbstractController::Base
::controller_name — ActionController::Metal
::controller_path — AbstractController::Base
::default_charset= — ActionController::Compatibility
::extract_domain — ActionDispatch::Http::URL
::extract_subdomain — ActionDispatch::Http::URL
::extract_subdomains — ActionDispatch::Http::URL
::for_class — HTML::Selector
::for_id — HTML::Selector
::from_response — ActionDispatch::TestResponse
::generate_method_for_mime — AbstractController::Collector
::hidden_actions — AbstractController::Base
::included — ActionController::TestCase::RaiseActionExceptions
::inherited — ActionView::Helpers::AssetTagHelper::AssetIncludeTag
::internal_methods — AbstractController::Base
::lookup — Mime::Type
::lookup_by_extension — Mime::Type
::method_added — AbstractController::Base
::middleware — ActionController::Metal
::new — AbstractController::DoubleRenderError
::new — ActionController::Responder
::new — ActionDispatch::RequestId
::new — ActionDispatch::RemoteIp::GetIp
::new — ActionDispatch::Session::MemCacheStore
::new — ActionDispatch::ShowExceptions
::new — ActionDispatch::RemoteIp
::new — ActionDispatch::MiddlewareStack
::new — ActionDispatch::MiddlewareStack::Middleware
::new — ActionDispatch::Session::Compatibility
::new — ActionDispatch::Static
::new — ActionDispatch::Routing::UrlFor
::new — ActionDispatch::Integration::Session
::new — ActionController::Metal
::new — ActionDispatch::Reloader
::new — ActionDispatch::Response
::new — ActionDispatch::Http::UploadedFile
::new — ActionDispatch::TestRequest
::new — ActionDispatch::TestRequest
::new — ActionDispatch::PublicExceptions
::new — ActionDispatch::ParamsParser
::new — ActionController::Middleware
::new — ActionDispatch::Head
::new — ActionDispatch::Flash
::new — ActionController::Middleware
::new — ActionDispatch::ExceptionWrapper
::new — ActionController::Middleware::ActionMiddleware
::new — ActionView::Helpers::AssetTagHelper::AssetIncludeTag
::new — ActionView::Helpers::AtomFeedHelper::AtomBuilder
::new — AbstractController::Layouts
::new — ActionView::Helpers::AtomFeedHelper::AtomFeedBuilder
::new — ActionDispatch::DebugExceptions
::new — ActionView::Helpers::InstanceTag
::new — ActionController::Caching::Actions::ActionCachePath
::new — ActionDispatch::RailsEntityStore
::new — ActionDispatch::Cookies
::new — ActionDispatch::RailsMetaStore
::new — ActionView::Helpers::FormBuilder
::new — ActionDispatch::Http::ParameterFilter
::new — Sprockets::StaticCompiler
::new — Sprockets::Bootstrap
::new — ActionView::FixtureResolver
::new — ActionView::TestCase::TestController
::new — ActionDispatch::Rescue
::new — ActionDispatch::Callbacks
::new — HTML::Selector
::new — ActionView::Helpers::NumberHelper::InvalidNumberError
::new — ActionView::FileSystemResolver
::new — ActionView::Resolver::Path
::new — ActionDispatch::BodyProxy
::new — ActionView::Resolver
::new — ActionDispatch::Session::CacheStore
::new — ActionView::PartialRenderer
::new — ActionView::Renderer
::new — ActionView::Template
::new — ActionDispatch::Http::Headers
::new — Mime::Type
::new — ActionDispatch::FileHandler
::new — ActionDispatch::BestStandardsSupport
::normalize_name — ActionDispatch::Routing::Mapper
::normalize_path — ActionDispatch::Routing::Mapper
::parse — Mime::Type
::parse_data_with_trailing_star — Mime::Type
::prepare! — ActionDispatch::Reloader
::process_view_paths — ActionView::Base
::radio_button_checked? — ActionView::Helpers::InstanceTag
::register — Mime::Type
::register_alias — Mime::Type
::register_css_compressor — Sprockets::Compressors
::register_js_compressor — Sprockets::Compressors
::registered_css_compressor — Sprockets::Compressors
::registered_js_compressor — Sprockets::Compressors
::rescue_responses — ActionDispatch::ShowExceptions
::rescue_templates — ActionDispatch::ShowExceptions
::resolve — ActionDispatch::RailsEntityStore
::resolve — ActionDispatch::RailsMetaStore
::selector — HTML
::status_code_for_exception — ActionDispatch::ExceptionWrapper
::to_cleanup — ActionDispatch::Reloader
::to_prepare — ActionDispatch::Reloader
::unregister — Mime::Type
::url_for — ActionDispatch::Http::URL
::use — ActionController::Metal
::value — ActionView::Helpers::InstanceTag
::value_before_type_cast — ActionView::Helpers::InstanceTag
::with — ActionController::Railties::Paths
::with — AbstractController::Railties::RoutesHelpers
::without_modules — ActionController::Base
#== — Mime::Type
#== — ActionDispatch::MiddlewareStack::Middleware
#== — ActionView::FileSystemResolver
#=== — Mime::Type
#=~ — Mime::Type
#GET — ActionDispatch::Request
#POST — ActionDispatch::Request
#[] — ActionDispatch::MiddlewareStack
#[] — ActionDispatch::Flash::FlashHash
#[] — ActionDispatch::Http::Headers
#_handle_method_missing — ActionController::Compatibility
#_handle_render_options — ActionController::Renderers
#_implied_layout_name — AbstractController::Layouts::ClassMethods
#_insert_callbacks — AbstractController::Callbacks::ClassMethods
#_layout_for — ActionView::Context
#_layout_for — ActionView::Helpers::RenderingHelper
#_normalize_callback_options — AbstractController::Callbacks::ClassMethods
#_normalize_options — ActionController::Compatibility
#_normalize_options — AbstractController::Layouts
#_prefixes — AbstractController::ViewPaths
#_prepare_context — ActionView::Context
#_routes — AbstractController::UrlFor
#_routes — AbstractController::UrlFor::ClassMethods
#_routes_context — ActionView::Helpers::UrlHelper
#_routes_context — ActionDispatch::Routing::UrlFor
#_save_fragment — ActionController::Caching::Actions
#_set_detail — ActionView::LookupContext::DetailsCache
#_set_wrapper_defaults — ActionController::ParamsWrapper::ClassMethods
#_with_routes — ActionDispatch::Routing::UrlFor
#_write_layout_method — AbstractController::Layouts::ClassMethods
#accept= — ActionDispatch::TestRequest
#accepts — ActionDispatch::Http::MimeNegotiation
#action= — ActionDispatch::TestRequest
#action_has_layout? — AbstractController::Layouts
#action_methods — AbstractController::Base
#action_methods — AbstractController::UrlFor::ClassMethods
#action_methods — ActionController::HideActions::ClassMethods
#add_expr — ActionView::Template::Handlers::Erubis
#add_expr_escaped — ActionView::Template::Handlers::Erubis
#add_expr_literal — ActionView::Template::Handlers::Erubis
#add_postamble — ActionView::Template::Handlers::Erubis
#add_preamble — ActionView::Template::Handlers::Erubis
#add_text — ActionView::Template::Handlers::Erubis
#after_filter — AbstractController::Callbacks::ClassMethods
#alert — ActionDispatch::Flash::FlashHash
#alert= — ActionDispatch::Flash::FlashHash
#aliased_path_for — Sprockets::StaticCompiler
#all_helpers_from_path — ActionController::Helpers::ClassMethods
#api_behavior — ActionController::Responder
#api_location — ActionController::Responder
#app — ActionDispatch::IntegrationTest
#app — ActionDispatch::Integration::Runner
#append_after_filter — AbstractController::Callbacks::ClassMethods
#append_around_filter — AbstractController::Callbacks::ClassMethods
#append_before_filter — AbstractController::Callbacks::ClassMethods
#append_view_path — AbstractController::ViewPaths::ClassMethods
#append_view_path — AbstractController::ViewPaths
#application_trace — ActionDispatch::ExceptionWrapper
#around_filter — AbstractController::Callbacks::ClassMethods
#assert_dom_equal — ActionDispatch::Assertions::DomAssertions
#assert_dom_not_equal — ActionDispatch::Assertions::DomAssertions
#assert_generates — ActionDispatch::Assertions::RoutingAssertions
#assert_index — ActionDispatch::MiddlewareStack
#assert_no_tag — ActionDispatch::Assertions::TagAssertions
#assert_recognizes — ActionDispatch::Assertions::RoutingAssertions
#assert_redirected_to — ActionDispatch::Assertions::ResponseAssertions
#assert_response — ActionDispatch::Assertions::ResponseAssertions
#assert_routing — ActionDispatch::Assertions::RoutingAssertions
#assert_select — ActionDispatch::Assertions::SelectorAssertions
#assert_select_email — ActionDispatch::Assertions::SelectorAssertions
#assert_select_encoded — ActionDispatch::Assertions::SelectorAssertions
#assert_tag — ActionDispatch::Assertions::TagAssertions
#assert_template — ActionController::TemplateAssertions
#asset_name — ActionView::Helpers::AssetTagHelper::AssetIncludeTag
#asset_name — ActionView::Helpers::AssetTagHelper::JavascriptIncludeTag
#asset_name — ActionView::Helpers::AssetTagHelper::StylesheetIncludeTag
#asset_path — Sprockets::Helpers::RailsHelper
#asset_paths — Sprockets::Helpers::RailsHelper
#asset_tag — ActionView::Helpers::AssetTagHelper::StylesheetIncludeTag
#asset_tag — ActionView::Helpers::AssetTagHelper::AssetIncludeTag
#asset_tag — ActionView::Helpers::AssetTagHelper::JavascriptIncludeTag
#assign_shortcuts — ActionController::Compatibility
#assigns — ActionDispatch::TestProcess
#atom_feed — ActionView::Helpers::AtomFeedHelper
#attribute_match — HTML::Selector
#audio_path — ActionView::Helpers::AssetTagHelper
#audio_tag — ActionView::Helpers::AssetTagHelper
#authenticate — ActionController::HttpAuthentication::Basic
#authenticate — ActionController::HttpAuthentication::Token
#authenticate — ActionController::HttpAuthentication::Digest
#authenticate_or_request_with_http_basic — ActionController::HttpAuthentication::Basic::ControllerMethods
#authenticate_or_request_with_http_digest — ActionController::HttpAuthentication::Digest::ControllerMethods
#authenticate_or_request_with_http_token — ActionController::HttpAuthentication::Token::ControllerMethods
#authenticate_with_http_basic — ActionController::HttpAuthentication::Basic::ControllerMethods
#authenticate_with_http_digest — ActionController::HttpAuthentication::Digest::ControllerMethods
#authenticate_with_http_token — ActionController::HttpAuthentication::Token::ControllerMethods
#authentication_header — ActionController::HttpAuthentication::Digest
#authentication_request — ActionController::HttpAuthentication::Token
#authentication_request — ActionController::HttpAuthentication::Digest
#authentication_request — ActionController::HttpAuthentication::Basic
#authorization — ActionDispatch::Request
#auto_discovery_link_tag — ActionView::Helpers::AssetTagHelper
#available_action? — AbstractController::Base
#before_filter — AbstractController::Callbacks::ClassMethods
#before_filters — ActionController::Testing::ClassMethods
#body — ActionDispatch::Response
#body — ActionDispatch::Request
#body= — ActionDispatch::Response
#body_parts — ActionDispatch::Response
#build — ActionDispatch::MiddlewareStack
#build — ActionDispatch::MiddlewareStack::Middleware
#button — ActionView::Helpers::FormBuilder
#button_tag — ActionView::Helpers::FormTagHelper
#button_to — ActionView::Helpers::UrlHelper
#button_to_function — ActionView::Helpers::JavaScriptHelper
#cache — ActionController::Caching
#cache — ActionView::Helpers::CacheHelper
#cache_page — ActionController::Caching::Pages
#cache_page — ActionController::Caching::Pages::ClassMethods
#cache_store — ActionController::Caching::ConfigMethods
#cache_store= — ActionController::Caching::ConfigMethods
#caches_action — ActionController::Caching::Actions::ClassMethods
#caches_page — ActionController::Caching::Pages::ClassMethods
#caching_allowed? — ActionController::Caching
#calculate_ip — ActionDispatch::RemoteIp::GetIp
#call — ActionDispatch::Reloader
#call — ActionDispatch::RequestId
#call — ActionDispatch::Flash
#call — ActionDispatch::Cookies
#call — ActionDispatch::DebugExceptions
#call — ActionDispatch::Callbacks
#call — ActionDispatch::RemoteIp
#call — ActionDispatch::ShowExceptions
#call — ActionDispatch::Rescue
#call — ActionView::Template::Handlers::ERB
#call — ActionDispatch::BestStandardsSupport
#call — ActionDispatch::PublicExceptions
#call — ActionController::Middleware::ActionMiddleware
#call — ActionDispatch::ParamsParser
#call — ActionDispatch::Static
#call — ActionDispatch::Head
#call — ActionView::Template::Handlers::Builder
#call — ActionDispatch::FileHandler
#capture — ActionView::Helpers::CaptureHelper
#cdata_section — ActionView::Helpers::TagHelper
#check_box — ActionView::Helpers::FormBuilder
#check_box — ActionView::Helpers::FormHelper
#check_box_tag — ActionView::Helpers::FormTagHelper
#clear — ActionDispatch::Flash::FlashHash
#clear_cache — ActionView::Resolver
#clear_helpers — AbstractController::Helpers::ClassMethods
#clear_respond_to — ActionController::MimeResponds::ClassMethods
#close — ActionDispatch::BodyProxy
#close — ActionDispatch::Response
#closed? — ActionDispatch::BodyProxy
#code — ActionDispatch::Response
#collection — ActionDispatch::Routing::Mapper::Resources
#collection_select — ActionView::Helpers::FormOptionsHelper
#collection_select — ActionView::Helpers::FormBuilder
#compile — Sprockets::StaticCompiler
#concat — ActionView::Helpers::TextHelper
#conditional_layout? — AbstractController::Layouts::ClassMethods::LayoutConditions
#conditional_layout? — AbstractController::Layouts
#config — ActionView::TestCase::Behavior
#config — Sprockets::Helpers::IsolatedHelper
#constraints — ActionDispatch::Routing::Mapper::Scoping
#contains_bad_protocols? — HTML::WhiteListSanitizer
#content_for — ActionView::Helpers::CaptureHelper
#content_for? — ActionView::Helpers::CaptureHelper
#content_length — ActionDispatch::Request
#content_mime_type — ActionDispatch::Http::MimeNegotiation
#content_tag — ActionView::Helpers::TagHelper
#content_tag_for — ActionView::Helpers::RecordTagHelper
#content_type — ActionDispatch::Http::MimeNegotiation
#content_type — ActionController::Metal
#content_type= — ActionController::Metal
#controller — Sprockets::Helpers::IsolatedHelper
#controller — ActionDispatch::Routing::Mapper::Scoping
#controller_class — ActionController::TestCase::Behavior::ClassMethods
#controller_class= — ActionController::TestCase::Behavior::ClassMethods
#controller_name — ActionController::Metal
#controller_path — AbstractController::Base
#controller_path= — ActionView::TestCase::TestController
#convert_to_model — ActionView::Helpers::FormHelper
#cookie_jar — ActionDispatch::Request
#cookies — ActionDispatch::Integration::Session
#cookies — ActionDispatch::TestRequest
#cookies — ActionDispatch::TestProcess
#cookies — ActionDispatch::Response
#csrf_meta_tag — ActionView::Helpers::CsrfHelper
#csrf_meta_tags — ActionView::Helpers::CsrfHelper
#css_select — ActionDispatch::Assertions::SelectorAssertions
#current_cycle — ActionView::Helpers::TextHelper
#current_page? — ActionView::Helpers::UrlHelper
#custom_dir — ActionView::Helpers::AssetTagHelper::JavascriptIncludeTag
#custom_dir — ActionView::Helpers::AssetTagHelper::StylesheetIncludeTag
#custom_dir — ActionView::Helpers::AssetTagHelper::AssetIncludeTag
#cycle — ActionView::Helpers::TextHelper
#date_select — ActionView::Helpers::DateHelper
#date_select — ActionView::Helpers::FormBuilder
#datetime_select — ActionView::Helpers::FormBuilder
#datetime_select — ActionView::Helpers::DateHelper
#debug — ActionView::Helpers::DebugHelper
#decode_credentials — ActionController::HttpAuthentication::Basic
#decode_credentials — ActionController::HttpAuthentication::Digest
#decode_credentials_header — ActionController::HttpAuthentication::Digest
#deep_munge — ActionDispatch::Request
#default_action — ActionController::Responder
#default_render — ActionController::Responder
#default_render — ActionController::ImplicitRender
#default_url_options — ActionDispatch::Routing::Mapper::Base
#default_url_options — ActionDispatch::Integration::Runner
#default_url_options= — ActionDispatch::Routing::Mapper::Base
#default_url_options= — ActionDispatch::Integration::Runner
#defaults — ActionDispatch::Routing::Mapper::Scoping
#delete — ActionDispatch::Integration::RequestHelpers
#delete — ActionDispatch::Flash::FlashHash
#delete — ActionDispatch::MiddlewareStack
#delete — ActionController::TestCase::Behavior
#delete — ActionDispatch::Routing::Mapper::HttpHelpers
#delete? — ActionDispatch::Request
#delete_cookie — ActionDispatch::Response
#delete_via_redirect — ActionDispatch::Integration::RequestHelpers
#destroy — ActionDispatch::Session::DestroyableSession
#destroy_session — ActionDispatch::Session::CacheStore
#detail_args_for — ActionView::LookupContext::ViewPaths
#details_for_lookup — AbstractController::ViewPaths
#determine_default_controller_class — ActionController::TestCase::Behavior::ClassMethods
#determine_default_helper_class — ActionView::TestCase::Behavior::ClassMethods
#disable_cache — ActionView::LookupContext::DetailsCache
#discard — ActionDispatch::Flash::FlashHash
#dispatch — ActionController::RackDelegation
#display — ActionController::Responder
#display_errors — ActionController::Responder
#distance_of_time_in_words — ActionView::Helpers::DateHelper
#distance_of_time_in_words_to_now — ActionView::Helpers::DateHelper
#div_for — ActionView::Helpers::RecordTagHelper
#dom_class — ActionController::RecordIdentifier
#dom_id — ActionController::RecordIdentifier
#domain — ActionDispatch::Http::URL
#each — ActionDispatch::MiddlewareStack
#each — ActionDispatch::Flash::FlashHash
#email_field — ActionView::Helpers::FormHelper
#email_field_tag — ActionView::Helpers::FormTagHelper
#emitted_hidden_id? — ActionView::Helpers::FormBuilder
#empty? — ActionDispatch::Flash::FlashHash
#encode! — ActionView::Template
#encode_credentials — ActionController::HttpAuthentication::Digest
#encode_credentials — ActionController::HttpAuthentication::Basic
#encode_credentials — ActionController::HttpAuthentication::Token
#entry — ActionView::Helpers::AtomFeedHelper::AtomFeedBuilder
#env — ActionController::Metal
#env_filter — ActionDispatch::Http::FilterParameters
#eql? — ActionView::FileSystemResolver
#error_message — ActionView::Helpers::ActiveModelInstanceTag
#error_wrapping — ActionView::Helpers::ActiveModelInstanceTag
#escape_glob_chars — ActionDispatch::FileHandler
#escape_javascript — ActionView::Helpers::JavaScriptHelper
#escape_once — ActionView::Helpers::TagHelper
#etag= — ActionDispatch::Http::Cache::Response
#etag_matches? — ActionDispatch::Http::Cache::Request
#excerpt — ActionView::Helpers::TextHelper
#exist? — ActionDispatch::RailsEntityStore
#exists? — ActionView::LookupContext::ViewPaths
#expected_response — ActionController::HttpAuthentication::Digest
#expire_action — ActionController::Caching::Actions
#expire_fragment — ActionController::Caching::Fragments
#expire_page — ActionController::Caching::Pages
#expire_page — ActionController::Caching::Pages::ClassMethods
#expires_in — ActionController::ConditionalGet
#expires_now — ActionController::ConditionalGet
#ext — ActionDispatch::FileHandler
#extension — ActionView::Helpers::AssetTagHelper::StylesheetIncludeTag
#extension — ActionView::Helpers::AssetTagHelper::AssetIncludeTag
#extension — ActionView::Helpers::AssetTagHelper::JavascriptIncludeTag
#extract_session_id — ActionDispatch::Session::StaleSessionCheck
#favicon_link_tag — ActionView::Helpers::AssetTagHelper
#field_set_tag — ActionView::Helpers::FormTagHelper
#fields_for — ActionView::Helpers::FormBuilder
#fields_for — ActionView::Helpers::FormHelper
#file_field — ActionView::Helpers::FormBuilder
#file_field — ActionView::Helpers::FormHelper
#file_field_tag — ActionView::Helpers::FormTagHelper
#filter — ActionDispatch::Http::ParameterFilter
#filtered_env — ActionDispatch::Http::FilterParameters
#filtered_parameters — ActionDispatch::Http::FilterParameters
#filtered_path — ActionDispatch::Http::FilterParameters
#filtered_query_string — ActionDispatch::Http::FilterParameters
#find — ActionView::LookupContext::ViewPaths
#find_all — ActionView::LookupContext::ViewPaths
#find_all — ActionView::Resolver
#find_all_tag — ActionDispatch::Assertions::TagAssertions
#find_tag — ActionDispatch::Assertions::TagAssertions
#find_template — ActionView::LookupContext::ViewPaths
#fixture_file_upload — ActionDispatch::TestProcess
#flash — ActionDispatch::Request
#flash — ActionDispatch::TestProcess
#follow_redirect! — ActionDispatch::Integration::RequestHelpers
#font_path — Sprockets::Helpers::RailsHelper
#font_path — ActionView::Helpers::AssetTagHelper
#force_ssl — ActionController::ForceSSL::ClassMethods
#form_authenticity_param — ActionController::RequestForgeryProtection
#form_authenticity_token — ActionController::RequestForgeryProtection
#form_data? — ActionDispatch::Request
#form_for — ActionView::Helpers::FormHelper
#form_tag — ActionView::Helpers::FormTagHelper
#format — ActionDispatch::Http::MimeNegotiation
#format= — ActionDispatch::Http::MimeNegotiation
#formats — ActionDispatch::Http::MimeNegotiation
#fragment_cache_key — ActionController::Caching::Fragments
#fragment_exist? — ActionController::Caching::Fragments
#framework_trace — ActionDispatch::ExceptionWrapper
#fresh? — ActionDispatch::Http::Cache::Request
#fresh_when — ActionController::ConditionalGet
#from_rails_root — ActionView::LogSubscriber
#full_trace — ActionDispatch::ExceptionWrapper
#fullpath — ActionDispatch::Request
#generate_sid — ActionDispatch::Session::Compatibility
#get — ActionDispatch::Integration::RequestHelpers
#get — ActionDispatch::Routing::Mapper::HttpHelpers
#get — ActionController::TestCase::Behavior
#get? — ActionDispatch::Request
#get_session — ActionDispatch::Session::CacheStore
#get_via_redirect — ActionDispatch::Integration::RequestHelpers
#grouped_collection_select — ActionView::Helpers::FormOptionsHelper
#grouped_collection_select — ActionView::Helpers::FormBuilder
#grouped_options_for_select — ActionView::Helpers::FormOptionsHelper
#ha1 — ActionController::HttpAuthentication::Digest
#halted_callback — ActionController::LogSubscriber
#handle_unverified_request — ActionController::RequestForgeryProtection
#handles_encoding? — ActionView::Template::Handlers::ERB
#has_errors? — ActionController::Responder
#head — ActionController::Head
#head — ActionDispatch::Integration::RequestHelpers
#head — ActionController::TestCase::Behavior
#head? — ActionDispatch::Request
#headers — ActionDispatch::Request
#headers= — ActionController::Testing
#helper — AbstractController::Helpers::ClassMethods
#helper_attr — ActionController::Helpers::ClassMethods
#helper_class — ActionView::TestCase::Behavior::ClassMethods
#helper_method — AbstractController::Helpers::ClassMethods
#helper_method — ActionView::TestCase::Behavior::ClassMethods
#helpers — ActionController::Helpers::ClassMethods
#hidden_field — ActionView::Helpers::FormHelper
#hidden_field — ActionView::Helpers::FormBuilder
#hidden_field_tag — ActionView::Helpers::FormTagHelper
#hide_action — ActionController::HideActions::ClassMethods
#highlight — ActionView::Helpers::TextHelper
#host — ActionDispatch::Http::URL
#host — ActionDispatch::Integration::Session
#host= — ActionDispatch::TestRequest
#host_with_port — ActionDispatch::Http::URL
#html? — Mime::Type
#html_document — ActionDispatch::Assertions::TagAssertions
#http_basic_authenticate_with — ActionController::HttpAuthentication::Basic::ControllerMethods::ClassMethods
#https! — ActionDispatch::Integration::Session
#https? — ActionDispatch::Integration::Session
#if_modified_since — ActionDispatch::Http::Cache::Request
#if_modified_since= — ActionDispatch::TestRequest
#if_none_match — ActionDispatch::Http::Cache::Request
#if_none_match= — ActionDispatch::TestRequest
#image_alt — ActionView::Helpers::AssetTagHelper
#image_path — ActionView::Helpers::AssetTagHelper
#image_path — Sprockets::Helpers::RailsHelper
#image_submit_tag — ActionView::Helpers::FormTagHelper
#image_tag — ActionView::Helpers::AssetTagHelper
#include_tag — ActionView::Helpers::AssetTagHelper::AssetIncludeTag
#index — ActionController::Middleware
#inherited — ActionController::ParamsWrapper::ClassMethods
#inherited — AbstractController::Layouts::ClassMethods
#inherited — AbstractController::Helpers::ClassMethods
#initialize_copy — ActionDispatch::MiddlewareStack
#initialize_copy — ActionDispatch::Flash::FlashHash
#initialize_sid — ActionDispatch::Session::Compatibility
#initialize_template_class — ActionController::Compatibility
#insert — ActionDispatch::MiddlewareStack
#insert_after — ActionDispatch::MiddlewareStack
#insert_before — ActionDispatch::MiddlewareStack
#inspect — ActionView::Template
#inspect — ActionDispatch::MiddlewareStack::Middleware
#instrument_fragment_cache — ActionController::Caching::Fragments
#ip — ActionDispatch::Request
#ips_from — ActionDispatch::RemoteIp::GetIp
#j — ActionView::Helpers::JavaScriptHelper
#javascript_include_tag — ActionView::Helpers::AssetTagHelper::JavascriptTagHelpers
#javascript_include_tag — Sprockets::Helpers::RailsHelper
#javascript_path — Sprockets::Helpers::RailsHelper
#javascript_path — ActionView::Helpers::AssetTagHelper::JavascriptTagHelpers
#javascript_tag — ActionView::Helpers::JavaScriptHelper
#json_resource_errors — ActionController::Responder
#keep — ActionDispatch::Flash::FlashHash
#key? — ActionDispatch::Flash::FlashHash
#key? — ActionDispatch::Request
#keys — ActionDispatch::Flash::FlashHash
#klass — ActionDispatch::MiddlewareStack::Middleware
#l — ActionView::Helpers::TranslationHelper
#l — AbstractController::Translation
#label — ActionView::Helpers::FormBuilder
#label — ActionView::Helpers::FormHelper
#label_tag — ActionView::Helpers::FormTagHelper
#last — ActionDispatch::MiddlewareStack
#last_modified — ActionDispatch::Http::Cache::Response
#last_modified= — ActionDispatch::Http::Cache::Response
#last_modified? — ActionDispatch::Http::Cache::Response
#layout — AbstractController::Layouts::ClassMethods
#link_to — ActionView::Helpers::UrlHelper
#link_to_function — ActionView::Helpers::JavaScriptHelper
#link_to_if — ActionView::Helpers::UrlHelper
#link_to_unless — ActionView::Helpers::UrlHelper
#link_to_unless_current — ActionView::Helpers::UrlHelper
#load_session — ActionDispatch::Session::StaleSessionCheck
#local? — ActionDispatch::Request
#localize — ActionView::Helpers::TranslationHelper
#localize — AbstractController::Translation
#locals — ActionView::TestCase::Behavior
#location — ActionController::Metal
#location — ActionDispatch::Response
#location= — ActionController::Metal
#location= — ActionDispatch::Response
#logger — ActionController::LogSubscriber
#logger — ActionView::LogSubscriber
#lookup_context — AbstractController::ViewPaths
#mail_to — ActionView::Helpers::UrlHelper
#match — ActionDispatch::Routing::Mapper::Base
#match — ActionDispatch::Routing::Mapper::Resources
#match — HTML::Selector
#match? — ActionDispatch::FileHandler
#media_type — ActionDispatch::Request
#member — ActionDispatch::Routing::Mapper::Resources
#message — ActionDispatch::Response
#method — ActionDispatch::Request
#method_for_action — ActionController::Compatibility
#method_for_action — ActionController::ImplicitRender
#method_missing — ActionDispatch::BodyProxy
#method_missing — ActionDispatch::Assertions::RoutingAssertions
#method_missing — AbstractController::Collector
#method_missing — ActionDispatch::Integration::Runner
#method_symbol — ActionDispatch::Request
#mime_type — ActionView::Template
#modules_for_helpers — ActionController::Helpers::ClassMethods
#modules_for_helpers — AbstractController::Helpers::ClassMethods
#mount — ActionDispatch::Routing::Mapper::Base
#multipart= — ActionView::Helpers::FormBuilder
#namespace — ActionDispatch::Routing::Mapper::Resources
#namespace — ActionDispatch::Routing::Mapper::Scoping
#navigation_behavior — ActionController::Responder
#navigation_location — ActionController::Responder
#negotiate_mime — ActionDispatch::Http::MimeNegotiation
#nested — ActionDispatch::Routing::Mapper::Resources
#new — ActionView::TestCase::Behavior::ClassMethods
#new — ActionDispatch::Routing::Mapper::Resources
#next_element — HTML::Selector
#next_selector — HTML::Selector
#nonce — ActionController::HttpAuthentication::Digest
#not_modified? — ActionDispatch::Http::Cache::Request
#notice — ActionDispatch::Flash::FlashHash
#notice= — ActionDispatch::Flash::FlashHash
#now — ActionDispatch::Flash::FlashHash
#now_is_loaded? — ActionDispatch::Flash::FlashHash
#nth_child — HTML::Selector
#number_field — ActionView::Helpers::FormHelper
#number_field_tag — ActionView::Helpers::FormTagHelper
#number_to_currency — ActionView::Helpers::NumberHelper
#number_to_human — ActionView::Helpers::NumberHelper
#number_to_human_size — ActionView::Helpers::NumberHelper
#number_to_percentage — ActionView::Helpers::NumberHelper
#number_to_phone — ActionView::Helpers::NumberHelper
#number_with_delimiter — ActionView::Helpers::NumberHelper
#number_with_precision — ActionView::Helpers::NumberHelper
#object — ActionView::Helpers::ActiveModelInstanceTag
#only_child — HTML::Selector
#opaque — ActionController::HttpAuthentication::Digest
#open — ActionDispatch::RailsEntityStore
#open_session — ActionDispatch::Integration::Runner
#option_groups_from_collection_for_select — ActionView::Helpers::FormOptionsHelper
#optional_port — ActionDispatch::Http::URL
#options_for_select — ActionView::Helpers::FormOptionsHelper
#options_from_collection_for_select — ActionView::Helpers::FormOptionsHelper
#original_fullpath — ActionDispatch::Request
#original_url — ActionDispatch::Request
#parameter_filter — ActionDispatch::Http::FilterParameters
#parameter_filter_for — ActionDispatch::Http::FilterParameters
#parameters — ActionDispatch::Http::Parameters
#paramify_values — ActionController::TestCase::Behavior
#params — ActionController::Metal
#params — ActionDispatch::Http::Parameters
#params= — ActionController::Metal
#parent_prefixes — AbstractController::ViewPaths::ClassMethods
#parse_query — ActionDispatch::Request
#password_field — ActionView::Helpers::FormHelper
#password_field_tag — ActionView::Helpers::FormTagHelper
#path= — ActionDispatch::TestRequest
#path_for — Sprockets::StaticCompiler
#path_parameters — ActionDispatch::Http::Parameters
#path_to_asset — Sprockets::Helpers::RailsHelper
#path_to_audio — ActionView::Helpers::AssetTagHelper
#path_to_font — Sprockets::Helpers::RailsHelper
#path_to_font — ActionView::Helpers::AssetTagHelper
#path_to_image — Sprockets::Helpers::RailsHelper
#path_to_image — ActionView::Helpers::AssetTagHelper
#path_to_javascript — ActionView::Helpers::AssetTagHelper::JavascriptTagHelpers
#path_to_javascript — Sprockets::Helpers::RailsHelper
#path_to_stylesheet — ActionView::Helpers::AssetTagHelper::StylesheetTagHelpers
#path_to_stylesheet — Sprockets::Helpers::RailsHelper
#path_to_video — ActionView::Helpers::AssetTagHelper
#performed? — ActionController::Metal
#phone_field — ActionView::Helpers::FormHelper
#phone_field_tag — ActionView::Helpers::FormTagHelper
#pluralize — ActionView::Helpers::TextHelper
#polymorphic_path — ActionDispatch::Routing::PolymorphicRoutes
#polymorphic_url — ActionDispatch::Routing::PolymorphicRoutes
#port — ActionDispatch::Http::URL
#port= — ActionDispatch::TestRequest
#port_string — ActionDispatch::Http::URL
#post — ActionDispatch::Routing::Mapper::HttpHelpers
#post — ActionController::TestCase::Behavior
#post — ActionDispatch::Integration::RequestHelpers
#post? — ActionDispatch::Request
#post_via_redirect — ActionDispatch::Integration::RequestHelpers
#prepare! — ActionDispatch::Response
#prepare_controller_class — ActionController::TestCase::Behavior::ClassMethods
#prepend_after_filter — AbstractController::Callbacks::ClassMethods
#prepend_around_filter — AbstractController::Callbacks::ClassMethods
#prepend_before_filter — AbstractController::Callbacks::ClassMethods
#prepend_view_path — AbstractController::ViewPaths::ClassMethods
#prepend_view_path — AbstractController::ViewPaths
#process — ActionController::TemplateAssertions
#process — AbstractController::Base
#process — ActionController::Middleware
#process — ActionController::TestCase::Behavior
#process_action — AbstractController::Callbacks
#process_action — ActionController::Instrumentation
#process_action — ActionController::LogSubscriber
#process_action — ActionController::ParamsWrapper
#process_attributes_for — HTML::WhiteListSanitizer
#process_node — HTML::WhiteListSanitizer
#process_node — HTML::FullSanitizer
#process_node — HTML::Sanitizer
#process_node — HTML::LinkSanitizer
#process_with_new_base_test — ActionController::Testing
#protect_against_forgery? — ActionController::RequestForgeryProtection
#protect_from_forgery — ActionController::RequestForgeryProtection::ClassMethods
#protocol — ActionDispatch::Http::URL
#provide — ActionView::Helpers::CaptureHelper
#put — ActionDispatch::Integration::RequestHelpers
#put — ActionDispatch::Routing::Mapper::HttpHelpers
#put — ActionController::TestCase::Behavior
#put? — ActionDispatch::Request
#put_via_redirect — ActionDispatch::Integration::RequestHelpers
#query — ActionView::NullResolver
#query_parameters — ActionDispatch::Request
#rack_cookies — ActionDispatch::TestRequest
#radio_button — ActionView::Helpers::FormBuilder
#radio_button — ActionView::Helpers::FormHelper
#radio_button_tag — ActionView::Helpers::FormTagHelper
#range_field — ActionView::Helpers::FormHelper
#range_field_tag — ActionView::Helpers::FormTagHelper
#raw — ActionView::Helpers::OutputSafetyHelper
#raw_host_with_port — ActionDispatch::Http::URL
#raw_post — ActionDispatch::Request
#read — ActionDispatch::RailsMetaStore
#read — ActionDispatch::RailsEntityStore
#read — ActionDispatch::Http::UploadedFile
#read_fragment — ActionController::Caching::Fragments
#record_key_for_dom_id — ActionController::RecordIdentifier
#recycle! — ActionController::TestResponse
#recycle! — ActionController::Testing
#redirect — ActionDispatch::Routing::Redirection
#redirect_to — ActionController::LogSubscriber
#redirect_to — ActionController::Redirecting
#redirect_to — ActionController::Instrumentation
#redirect_to — ActionController::Flash
#redirect_to_url — ActionDispatch::TestProcess
#redirect_url — ActionDispatch::Response
#ref — Mime::Type
#refresh — ActionView::Template
#register_javascript_expansion — ActionView::Helpers::AssetTagHelper::JavascriptTagHelpers::ClassMethods
#register_stylesheet_expansion — ActionView::Helpers::AssetTagHelper::StylesheetTagHelpers::ClassMethods
#remote_addr= — ActionDispatch::TestRequest
#remote_ip — ActionDispatch::Request
#render — ActionView::PartialRenderer
#render — ActionView::TestCase::Behavior
#render — ActionView::Renderer
#render — ActionController::Instrumentation
#render — ActionView::Helpers::RenderingHelper
#render — ActionView::Template
#render — ActionView::TestCase::Behavior::Locals
#render — AbstractController::Rendering
#render_body — ActionView::Renderer
#render_collection — ActionView::PartialRenderer
#render_collection — ActionView::LogSubscriber
#render_partial — ActionView::PartialRenderer
#render_partial — ActionView::LogSubscriber
#render_template — ActionView::LogSubscriber
#render_to_body — ActionController::Compatibility
#render_to_body — ActionController::Renderers
#render_to_body — AbstractController::Rendering
#render_to_string — AbstractController::Rendering
#render_to_string — ActionController::Rendering
#request_http_basic_authentication — ActionController::HttpAuthentication::Basic::ControllerMethods
#request_http_digest_authentication — ActionController::HttpAuthentication::Digest::ControllerMethods
#request_http_token_authentication — ActionController::HttpAuthentication::Token::ControllerMethods
#request_method — ActionDispatch::Request
#request_method= — ActionDispatch::TestRequest
#request_method_symbol — ActionDispatch::Request
#request_parameters — ActionDispatch::Request
#request_uri= — ActionDispatch::TestRequest
#request_via_redirect — ActionDispatch::Integration::RequestHelpers
#require_engine — ActionView::Template::Handlers::Builder
#rescue_action — ActionController::Compatibility
#rescue_action_without_handler — ActionController::TestCase::RaiseActionExceptions
#rescue_from — ActionDispatch::Rescue
#rescue_template — ActionDispatch::ExceptionWrapper
#rescue_with_handler — ActionController::Rescue
#reset! — ActionDispatch::Integration::Runner
#reset! — ActionDispatch::Integration::Session
#reset_cycle — ActionView::Helpers::TextHelper
#reset_session — ActionController::RackDelegation
#reset_session — ActionDispatch::Request
#resource — ActionDispatch::Routing::Mapper::Resources
#resource_errors — ActionController::Responder
#resource_location — ActionController::Responder
#resourceful? — ActionController::Responder
#resources — ActionDispatch::Routing::Mapper::Resources
#resources_path_names — ActionDispatch::Routing::Mapper::Resources
#respond — ActionController::Responder
#respond_to — ActionController::MimeResponds::ClassMethods
#respond_to — ActionController::MimeResponds
#respond_to? — ActionDispatch::BodyProxy
#respond_to? — ActionDispatch::Response
#respond_to? — ActionDispatch::Integration::Runner
#respond_with — ActionController::MimeResponds
#response_body= — ActionController::Metal
#response_body= — ActionController::RackDelegation
#response_code — ActionDispatch::Response
#response_from_page — ActionDispatch::Assertions::SelectorAssertions
#response_overridden? — ActionController::Responder
#retrieve_autoindex — ActionView::Helpers::InstanceTag
#retrieve_object — ActionView::Helpers::InstanceTag
#root — ActionDispatch::Routing::Mapper::Base
#root — ActionDispatch::Routing::Mapper::Resources
#run — Sprockets::Bootstrap
#safe_concat — ActionView::Helpers::TextHelper
#safe_join — ActionView::Helpers::OutputSafetyHelper
#sanitize — HTML::Sanitizer
#sanitize — ActionView::Helpers::SanitizeHelper
#sanitize — HTML::FullSanitizer
#sanitize_css — HTML::WhiteListSanitizer
#sanitize_css — ActionView::Helpers::SanitizeHelper
#sanitize_dom_id — ActionController::RecordIdentifier
#sanitizeable? — HTML::Sanitizer
#sanitizeable? — HTML::LinkSanitizer
#scope — ActionDispatch::Routing::Mapper::Scoping
#search_field — ActionView::Helpers::FormHelper
#search_field_tag — ActionView::Helpers::FormTagHelper
#secret_token — ActionController::HttpAuthentication::Digest
#select — HTML::Selector
#select — ActionView::Helpers::FormBuilder
#select — ActionView::Helpers::FormOptionsHelper
#select — HTML::Tag
#select_date — ActionView::Helpers::DateHelper
#select_datetime — ActionView::Helpers::DateHelper
#select_day — ActionView::Helpers::DateHelper
#select_first — HTML::Selector
#select_hour — ActionView::Helpers::DateHelper
#select_minute — ActionView::Helpers::DateHelper
#select_month — ActionView::Helpers::DateHelper
#select_second — ActionView::Helpers::DateHelper
#select_tag — ActionView::Helpers::FormTagHelper
#select_time — ActionView::Helpers::DateHelper
#select_year — ActionView::Helpers::DateHelper
#send_action — ActionController::ImplicitRender
#send_data — ActionController::DataStreaming
#send_data — ActionController::LogSubscriber
#send_data — ActionController::Instrumentation
#send_file — ActionController::LogSubscriber
#send_file — ActionController::DataStreaming
#send_file — ActionController::Instrumentation
#server_port — ActionDispatch::Http::URL
#server_software — ActionDispatch::Request
#session — ActionDispatch::TestProcess
#session_options= — ActionDispatch::Request
#set_cookie — ActionDispatch::Response
#set_session — ActionDispatch::Session::CacheStore
#setup_controller_request_and_response — ActionController::TestCase::Behavior
#setup_subscriptions — ActionController::TemplateAssertions
#setup_with_controller — ActionView::TestCase::Behavior
#shallow — ActionDispatch::Routing::Mapper::Resources
#shallow? — ActionDispatch::Routing::Mapper::Resources
#show_detailed_exceptions? — ActionController::Rescue
#simple_format — ActionView::Helpers::TextHelper
#simple_selector — HTML::Selector
#size — ActionDispatch::MiddlewareStack
#skip_after_filter — AbstractController::Callbacks::ClassMethods
#skip_around_filter — AbstractController::Callbacks::ClassMethods
#skip_before_filter — AbstractController::Callbacks::ClassMethods
#skip_filter — AbstractController::Callbacks::ClassMethods
#stale? — ActionController::ConditionalGet
#stale_session_check! — ActionDispatch::Session::StaleSessionCheck
#standard_port — ActionDispatch::Http::URL
#standard_port? — ActionDispatch::Http::URL
#start_processing — ActionController::LogSubscriber
#status — ActionController::Metal
#status= — ActionController::Metal
#status= — ActionDispatch::Response
#status_code — ActionDispatch::ExceptionWrapper
#status_message — ActionDispatch::Response
#strip_links — ActionView::Helpers::SanitizeHelper
#strip_tags — ActionView::Helpers::SanitizeHelper
#stylesheet_link_tag — Sprockets::Helpers::RailsHelper
#stylesheet_link_tag — ActionView::Helpers::AssetTagHelper::StylesheetTagHelpers
#stylesheet_path — ActionView::Helpers::AssetTagHelper::StylesheetTagHelpers
#stylesheet_path — Sprockets::Helpers::RailsHelper
#subdomain — ActionDispatch::Http::URL
#subdomains — ActionDispatch::Http::URL
#submit — ActionView::Helpers::FormBuilder
#submit_tag — ActionView::Helpers::FormTagHelper
#supports_streaming? — ActionView::Template::Handlers::ERB
#supports_streaming? — ActionView::Template
#swap — ActionDispatch::MiddlewareStack
#symbolized_path_parameters — ActionDispatch::Http::Parameters
#symbols — Mime::Mimes
#t — ActionView::Helpers::TranslationHelper
#t — AbstractController::Translation
#tag — ActionView::Helpers::ActiveModelInstanceTag
#tag — ActionView::Helpers::TagHelper
#teardown_subscriptions — ActionController::TemplateAssertions
#telephone_field — ActionView::Helpers::FormHelper
#telephone_field_tag — ActionView::Helpers::FormTagHelper
#template_exists? — ActionView::LookupContext::ViewPaths
#tests — ActionController::TestCase::Behavior::ClassMethods
#tests — ActionView::TestCase::Behavior::ClassMethods
#text_area — ActionView::Helpers::FormHelper
#text_area_tag — ActionView::Helpers::FormTagHelper
#text_field — ActionView::Helpers::FormHelper
#text_field_tag — ActionView::Helpers::FormTagHelper
#time_ago_in_words — ActionView::Helpers::DateHelper
#time_select — ActionView::Helpers::DateHelper
#time_select — ActionView::Helpers::FormBuilder
#time_tag — ActionView::Helpers::DateHelper
#time_zone_options_for_select — ActionView::Helpers::FormOptionsHelper
#time_zone_select — ActionView::Helpers::FormOptionsHelper
#time_zone_select — ActionView::Helpers::FormBuilder
#to_a — ActionDispatch::Response
#to_ary — ActionDispatch::Response
#to_boolean_select_tag — ActionView::Helpers::InstanceTag
#to_check_box_tag — ActionView::Helpers::InstanceTag
#to_content_tag — ActionView::Helpers::InstanceTag
#to_date_select_tag — ActionView::Helpers::DateHelperInstanceTag
#to_datetime_select_tag — ActionView::Helpers::DateHelperInstanceTag
#to_format — ActionController::Responder
#to_hash — ActionDispatch::Flash::FlashHash
#to_html — ActionController::Responder
#to_input_field_tag — ActionView::Helpers::InstanceTag
#to_js — ActionController::Responder
#to_label_tag — ActionView::Helpers::InstanceTag
#to_model — ActionView::Helpers::FormBuilder
#to_number_field_tag — ActionView::Helpers::InstanceTag
#to_partial_path — ActionView::Helpers::FormBuilder
#to_path — ActionDispatch::Response
#to_path — ActionView::FileSystemResolver
#to_radio_button_tag — ActionView::Helpers::InstanceTag
#to_s — ActionView::FileSystemResolver
#to_s — ActionView::FixtureResolver
#to_s — ActionDispatch::RemoteIp::GetIp
#to_s — Mime::Type
#to_str — Mime::Type
#to_sym — Mime::Type
#to_text_area_tag — ActionView::Helpers::InstanceTag
#to_time_select_tag — ActionView::Helpers::DateHelperInstanceTag
#token_and_options — ActionController::HttpAuthentication::Token
#tokenize — HTML::WhiteListSanitizer
#tokenize — HTML::Sanitizer
#translate — ActionView::Helpers::TranslationHelper
#translate — AbstractController::Translation
#truncate — ActionView::Helpers::TextHelper
#unescape_path — ActionDispatch::FileHandler
#updated — ActionView::Helpers::AtomFeedHelper::AtomFeedBuilder
#url — ActionDispatch::Http::URL
#url_field — ActionView::Helpers::FormHelper
#url_field_tag — ActionView::Helpers::FormTagHelper
#url_for — ActionView::Helpers::UrlHelper
#url_for — ActionDispatch::Routing::UrlFor
#url_for — ActionController::Metal
#url_options — ActionView::Helpers::UrlHelper
#url_options — ActionDispatch::Routing::UrlFor
#url_options — ActionController::UrlFor
#url_options — ActionDispatch::Integration::Session
#url_options — ActionDispatch::IntegrationTest
#use — ActionDispatch::Flash::FlashHash
#use — ActionDispatch::MiddlewareStack
#use_accept_header — ActionDispatch::Http::MimeNegotiation
#use_renderer — ActionController::Renderers::ClassMethods
#use_renderers — ActionController::Renderers::ClassMethods
#user_agent= — ActionDispatch::TestRequest
#user_name_and_password — ActionController::HttpAuthentication::Basic
#using_match_shorthand? — ActionDispatch::Routing::Mapper::Resources
#utf8_enforcer_tag — ActionView::Helpers::FormTagHelper
#uuid — ActionDispatch::Request
#valid_accept_header — ActionDispatch::Http::MimeNegotiation
#validate_digest_response — ActionController::HttpAuthentication::Digest
#validate_nonce — ActionController::HttpAuthentication::Digest
#value — ActionView::Helpers::InstanceTag
#value_before_type_cast — ActionView::Helpers::InstanceTag
#verified_request? — ActionController::RequestForgeryProtection
#verify_authenticity_token — ActionController::RequestForgeryProtection
#verify_request? — Mime::Type
#video_path — ActionView::Helpers::AssetTagHelper
#video_tag — ActionView::Helpers::AssetTagHelper
#view_assigns — AbstractController::Rendering
#view_context — AbstractController::Rendering
#view_context_class — AbstractController::Rendering::ClassMethods
#view_context_class — AbstractController::Rendering
#view_paths — AbstractController::ViewPaths::ClassMethods
#view_paths= — ActionView::LookupContext::ViewPaths
#view_paths= — AbstractController::ViewPaths::ClassMethods
#view_renderer — AbstractController::Rendering
#visible_action? — ActionController::HideActions::ClassMethods
#with_default_scope — ActionDispatch::Routing::Mapper::Base
#with_exclusive_scope — ActionDispatch::Routing::Mapper::Resources
#with_fallbacks — ActionView::LookupContext::ViewPaths
#with_routing — ActionDispatch::Assertions::RoutingAssertions
#with_scope_level — ActionDispatch::Routing::Mapper::Resources
#word_wrap — ActionView::Helpers::TextHelper
#wrap_parameters — ActionController::ParamsWrapper::ClassMethods
#write — ActionDispatch::RailsMetaStore
#write — ActionDispatch::RailsEntityStore
#write_asset — Sprockets::StaticCompiler
#write_fragment — ActionController::Caching::Fragments
#write_manifest — Sprockets::StaticCompiler
#xhr — ActionController::TestCase::Behavior
#xhr — ActionDispatch::Integration::RequestHelpers
#xhr? — ActionDispatch::Request
#xml_http_request — ActionDispatch::Integration::RequestHelpers
#xml_http_request — ActionController::TestCase::Behavior
#xml_http_request? — ActionDispatch::Request