Credit to devdocs.io
Back
Forward
Menu
Home
Clear search
rails 6.0
API Mirror
6.0
rails
62
AbstractController
AbstractController::Base
AbstractController::Base#action_methods
AbstractController::Base#action_name
AbstractController::Base#available_action?
AbstractController::Base#controller_path
AbstractController::Base#formats
AbstractController::Base#performed?
AbstractController::Base#process
AbstractController::Base#response_body
AbstractController::Base::abstract
AbstractController::Base::abstract!
AbstractController::Base::abstract?
AbstractController::Base::action_methods
AbstractController::Base::clear_action_methods!
AbstractController::Base::controller_path
AbstractController::Base::internal_methods
AbstractController::Base::method_added
AbstractController::Base::supports_path?
AbstractController::Caching
AbstractController::Caching#cache
AbstractController::Caching#view_cache_dependencies
AbstractController::Caching::Fragments
AbstractController::Caching::Fragments#combined_fragment_cache_key
AbstractController::Caching::Fragments#expire_fragment
AbstractController::Caching::Fragments#fragment_exist?
AbstractController::Caching::Fragments#read_fragment
AbstractController::Caching::Fragments#write_fragment
AbstractController::Caching::Fragments::ClassMethods
AbstractController::Caching::Fragments::ClassMethods#fragment_cache_key
AbstractController::Callbacks
AbstractController::Callbacks#process_action
AbstractController::Callbacks::ClassMethods
AbstractController::Callbacks::ClassMethods#after_action
AbstractController::Callbacks::ClassMethods#append_after_action
AbstractController::Callbacks::ClassMethods#append_around_action
AbstractController::Callbacks::ClassMethods#append_before_action
AbstractController::Callbacks::ClassMethods#around_action
AbstractController::Callbacks::ClassMethods#before_action
AbstractController::Callbacks::ClassMethods#prepend_after_action
AbstractController::Callbacks::ClassMethods#prepend_around_action
AbstractController::Callbacks::ClassMethods#prepend_before_action
AbstractController::Callbacks::ClassMethods#skip_after_action
AbstractController::Callbacks::ClassMethods#skip_around_action
AbstractController::Callbacks::ClassMethods#skip_before_action
AbstractController::Helpers::ClassMethods
AbstractController::Helpers::ClassMethods#clear_helpers
AbstractController::Helpers::ClassMethods#helper
AbstractController::Helpers::ClassMethods#helper_method
AbstractController::Helpers::ClassMethods#inherited
AbstractController::Helpers::ClassMethods#modules_for_helpers
AbstractController::Rendering
AbstractController::Rendering#render
AbstractController::Rendering#rendered_format
AbstractController::Rendering#render_to_body
AbstractController::Rendering#render_to_string
AbstractController::Rendering#view_assigns
AbstractController::Translation
AbstractController::Translation#l
AbstractController::Translation#localize
AbstractController::Translation#t
AbstractController::Translation#translate
AbstractController::UrlFor
105
ActionCable
ActionCable
ActionCable::Channel::Base
ActionCable::Channel::Base#connection
ActionCable::Channel::Base#defer_subscription_confirmation!
ActionCable::Channel::Base#defer_subscription_confirmation?
ActionCable::Channel::Base#ensure_confirmation_sent
ActionCable::Channel::Base#identifier
ActionCable::Channel::Base#params
ActionCable::Channel::Base#perform_action
ActionCable::Channel::Base#reject
ActionCable::Channel::Base#subscribed
ActionCable::Channel::Base#subscribe_to_channel
ActionCable::Channel::Base#subscription_confirmation_sent?
ActionCable::Channel::Base#subscription_rejected?
ActionCable::Channel::Base#transmit
ActionCable::Channel::Base#unsubscribed
ActionCable::Channel::Base::action_methods
ActionCable::Channel::Base::clear_action_methods!
ActionCable::Channel::Base::method_added
ActionCable::Channel::Base::new
ActionCable::Channel::Broadcasting::ClassMethods
ActionCable::Channel::Broadcasting::ClassMethods#broadcasting_for
ActionCable::Channel::Broadcasting::ClassMethods#broadcast_to
ActionCable::Channel::ChannelStub
ActionCable::Channel::ChannelStub#confirmed?
ActionCable::Channel::ChannelStub#rejected?
ActionCable::Channel::ChannelStub#start_periodic_timers
ActionCable::Channel::ChannelStub#stop_all_streams
ActionCable::Channel::ChannelStub#stop_periodic_timers
ActionCable::Channel::ChannelStub#streams
ActionCable::Channel::ChannelStub#stream_from
ActionCable::Channel::Naming::ClassMethods
ActionCable::Channel::Naming::ClassMethods#channel_name
ActionCable::Channel::PeriodicTimers::ClassMethods
ActionCable::Channel::PeriodicTimers::ClassMethods#periodically
ActionCable::Channel::Streams
ActionCable::Channel::Streams#stop_all_streams
ActionCable::Channel::Streams#stream_for
ActionCable::Channel::Streams#stream_from
ActionCable::Connection::Authorization
ActionCable::Connection::Authorization#reject_unauthorized_connection
ActionCable::Connection::Base
ActionCable::Connection::Base#beat
ActionCable::Connection::Base#close
ActionCable::Connection::Base#cookies
ActionCable::Connection::Base#env
ActionCable::Connection::Base#logger
ActionCable::Connection::Base#protocol
ActionCable::Connection::Base#request
ActionCable::Connection::Base#send_async
ActionCable::Connection::Base#server
ActionCable::Connection::Base#statistics
ActionCable::Connection::Base#subscriptions
ActionCable::Connection::Base#worker_pool
ActionCable::Connection::Base::new
ActionCable::Connection::Identification
ActionCable::Connection::Identification#connection_identifier
ActionCable::Connection::Identification::ClassMethods
ActionCable::Connection::Identification::ClassMethods#identified_by
ActionCable::Connection::InternalChannel
ActionCable::Connection::TaggedLoggerProxy
ActionCable::Connection::TaggedLoggerProxy#add_tags
ActionCable::Connection::TaggedLoggerProxy#log
ActionCable::Connection::TaggedLoggerProxy#tag
ActionCable::Connection::TaggedLoggerProxy#tags
ActionCable::Connection::TaggedLoggerProxy::new
ActionCable::Helpers::ActionCableHelper
ActionCable::Helpers::ActionCableHelper#action_cable_meta_tag
ActionCable::RemoteConnections
ActionCable::RemoteConnections#server
ActionCable::RemoteConnections#where
ActionCable::RemoteConnections::new
ActionCable::RemoteConnections::RemoteConnection
ActionCable::RemoteConnections::RemoteConnection#disconnect
ActionCable::RemoteConnections::RemoteConnection#server
ActionCable::RemoteConnections::RemoteConnection::new
ActionCable::Server::Base
ActionCable::Server::Base#call
ActionCable::Server::Base#config
ActionCable::Server::Base#connection_identifiers
ActionCable::Server::Base#disconnect
ActionCable::Server::Base#event_loop
ActionCable::Server::Base#mutex
ActionCable::Server::Base#pubsub
ActionCable::Server::Base#remote_connections
ActionCable::Server::Base#restart
ActionCable::Server::Base#worker_pool
ActionCable::Server::Base::logger
ActionCable::Server::Base::new
ActionCable::Server::Broadcasting
ActionCable::Server::Broadcasting#broadcast
ActionCable::Server::Broadcasting#broadcaster_for
ActionCable::Server::Configuration
ActionCable::Server::Configuration#allowed_request_origins
ActionCable::Server::Configuration#allow_same_origin_as_host
ActionCable::Server::Configuration#cable
ActionCable::Server::Configuration#connection_class
ActionCable::Server::Configuration#disable_request_forgery_protection
ActionCable::Server::Configuration#logger
ActionCable::Server::Configuration#log_tags
ActionCable::Server::Configuration#mount_path
ActionCable::Server::Configuration#pubsub_adapter
ActionCable::Server::Configuration#url
ActionCable::Server::Configuration#worker_pool_size
ActionCable::Server::Configuration::new
176
ActionController
ActionController
ActionController::add_renderer
ActionController::API
ActionController::API::without_modules
ActionController::Base
ActionController::Base#request
ActionController::Base#response
ActionController::Base::without_modules
ActionController::Caching
ActionController::ConditionalGet
ActionController::ConditionalGet#expires_in
ActionController::ConditionalGet#expires_now
ActionController::ConditionalGet#fresh_when
ActionController::ConditionalGet#http_cache_forever
ActionController::ConditionalGet#stale?
ActionController::ConditionalGet::ClassMethods
ActionController::ConditionalGet::ClassMethods#etag
ActionController::DataStreaming
ActionController::DataStreaming#send_data
ActionController::DataStreaming#send_file
ActionController::DefaultHeaders
ActionController::EtagWithFlash
ActionController::EtagWithTemplateDigest
ActionController::Flash::ClassMethods
ActionController::Flash::ClassMethods#add_flash_types
ActionController::FormBuilder
ActionController::FormBuilder#default_form_builder
ActionController::FormBuilder::ClassMethods
ActionController::FormBuilder::ClassMethods#default_form_builder
ActionController::Head
ActionController::Head#head
ActionController::Helpers
ActionController::Helpers#helpers
ActionController::Helpers::ClassMethods
ActionController::Helpers::ClassMethods#all_helpers_from_path
ActionController::Helpers::ClassMethods#helpers
ActionController::Helpers::ClassMethods#helper_attr
ActionController::Helpers::ClassMethods#modules_for_helpers
ActionController::Helpers::helpers_path
ActionController::HttpAuthentication
ActionController::HttpAuthentication::Basic
ActionController::HttpAuthentication::Basic#authenticate
ActionController::HttpAuthentication::Basic#authentication_request
ActionController::HttpAuthentication::Basic#auth_param
ActionController::HttpAuthentication::Basic#auth_scheme
ActionController::HttpAuthentication::Basic#decode_credentials
ActionController::HttpAuthentication::Basic#encode_credentials
ActionController::HttpAuthentication::Basic#has_basic_credentials?
ActionController::HttpAuthentication::Basic#user_name_and_password
ActionController::HttpAuthentication::Digest
ActionController::HttpAuthentication::Digest#authenticate
ActionController::HttpAuthentication::Digest#authentication_header
ActionController::HttpAuthentication::Digest#authentication_request
ActionController::HttpAuthentication::Digest#decode_credentials
ActionController::HttpAuthentication::Digest#decode_credentials_header
ActionController::HttpAuthentication::Digest#encode_credentials
ActionController::HttpAuthentication::Digest#expected_response
ActionController::HttpAuthentication::Digest#ha1
ActionController::HttpAuthentication::Digest#nonce
ActionController::HttpAuthentication::Digest#opaque
ActionController::HttpAuthentication::Digest#secret_token
ActionController::HttpAuthentication::Digest#validate_digest_response
ActionController::HttpAuthentication::Digest#validate_nonce
ActionController::HttpAuthentication::Digest::ControllerMethods
ActionController::HttpAuthentication::Digest::ControllerMethods#authenticate_or_request_with_http_digest
ActionController::HttpAuthentication::Digest::ControllerMethods#authenticate_with_http_digest
ActionController::HttpAuthentication::Digest::ControllerMethods#request_http_digest_authentication
ActionController::HttpAuthentication::Token
ActionController::HttpAuthentication::Token#authenticate
ActionController::HttpAuthentication::Token#authentication_request
ActionController::HttpAuthentication::Token#encode_credentials
ActionController::HttpAuthentication::Token#params_array_from
ActionController::HttpAuthentication::Token#raw_params
ActionController::HttpAuthentication::Token#rewrite_param_values
ActionController::HttpAuthentication::Token#token_and_options
ActionController::HttpAuthentication::Token#token_params_from
ActionController::ImplicitRender
ActionController::Live
ActionController::Live#process
ActionController::Live#response_body=
ActionController::Live::SSE
ActionController::Live::SSE#close
ActionController::Live::SSE#write
ActionController::Live::SSE::new
ActionController::Metal
ActionController::Metal#controller_name
ActionController::Metal#params
ActionController::Metal#params=
ActionController::Metal#performed?
ActionController::Metal#reset_session
ActionController::Metal#response_body=
ActionController::Metal#url_for
ActionController::Metal::action
ActionController::Metal::controller_name
ActionController::Metal::dispatch
ActionController::Metal::make_response!
ActionController::Metal::middleware
ActionController::Metal::new
ActionController::Metal::use
ActionController::MimeResponds
ActionController::MimeResponds#respond_to
ActionController::MimeResponds::Collector
ActionController::MimeResponds::Collector#all
ActionController::MimeResponds::Collector#any
ActionController::MimeResponds::Collector#custom
ActionController::MimeResponds::Collector#format
ActionController::MimeResponds::Collector#negotiate_format
ActionController::MimeResponds::Collector#response
ActionController::MimeResponds::Collector::new
ActionController::ParameterEncoding
ActionController::ParameterEncoding::ClassMethods
ActionController::ParameterEncoding::ClassMethods#skip_parameter_encoding
ActionController::ParamsWrapper
ActionController::ParamsWrapper#process_action
ActionController::ParamsWrapper::ClassMethods
ActionController::ParamsWrapper::ClassMethods#inherited
ActionController::ParamsWrapper::ClassMethods#wrap_parameters
ActionController::Redirecting
ActionController::Redirecting#redirect_back
ActionController::Redirecting#redirect_to
ActionController::remove_renderer
ActionController::Renderer
ActionController::Renderer#controller
ActionController::Renderer#defaults
ActionController::Renderer#new
ActionController::Renderer#render
ActionController::Renderer#with_defaults
ActionController::Renderer::for
ActionController::Renderer::new
ActionController::Renderers
ActionController::Renderers#render_to_body
ActionController::Renderers::add
ActionController::Renderers::All
ActionController::Renderers::ClassMethods
ActionController::Renderers::ClassMethods#use_renderer
ActionController::Renderers::ClassMethods#use_renderers
ActionController::Renderers::remove
ActionController::Rendering::ClassMethods
ActionController::Rendering::ClassMethods#inherited
ActionController::Rendering::ClassMethods#renderer
ActionController::RequestForgeryProtection
ActionController::RequestForgeryProtection#any_authenticity_token_valid?
ActionController::RequestForgeryProtection#compare_with_real_token
ActionController::RequestForgeryProtection#form_authenticity_param
ActionController::RequestForgeryProtection#handle_unverified_request
ActionController::RequestForgeryProtection#marked_for_same_origin_verification?
ActionController::RequestForgeryProtection#mark_for_same_origin_verification!
ActionController::RequestForgeryProtection#masked_authenticity_token
ActionController::RequestForgeryProtection#non_xhr_javascript_response?
ActionController::RequestForgeryProtection#normalize_action_path
ActionController::RequestForgeryProtection#per_form_csrf_token
ActionController::RequestForgeryProtection#protect_against_forgery?
ActionController::RequestForgeryProtection#real_csrf_token
ActionController::RequestForgeryProtection#request_authenticity_tokens
ActionController::RequestForgeryProtection#unmask_token
ActionController::RequestForgeryProtection#valid_authenticity_token?
ActionController::RequestForgeryProtection#valid_per_form_csrf_token?
ActionController::RequestForgeryProtection#valid_request_origin?
ActionController::RequestForgeryProtection#verified_request?
ActionController::RequestForgeryProtection#verify_authenticity_token
ActionController::RequestForgeryProtection#verify_same_origin_request
ActionController::RequestForgeryProtection#xor_byte_strings
ActionController::RequestForgeryProtection::ClassMethods
ActionController::RequestForgeryProtection::ClassMethods#protect_from_forgery
ActionController::RequestForgeryProtection::ClassMethods#skip_forgery_protection
ActionController::RequestForgeryProtection::ProtectionMethods::NullSession
ActionController::RequestForgeryProtection::ProtectionMethods::NullSession#handle_unverified_request
ActionController::RequestForgeryProtection::ProtectionMethods::NullSession::new
ActionController::Rescue
ActionController::Rescue#show_detailed_exceptions?
ActionController::Streaming
ActionController::StrongParameters
ActionController::StrongParameters#params
ActionController::StrongParameters#params=
ActionController::UrlFor
ActionController::UrlFor#url_options