class Configuration
Ruby on Rails 8.0.4
Since v5.2.8.1Action Cable Server Configuration
An instance of this configuration object is available via ActionCable.server.config, which allows you to tweak Action Cable configuration in a Rails config initializer.
Inherits from
Attributes
- 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#filter_parameters
- ActionCable::Server::Configuration#health_check_application
- ActionCable::Server::Configuration#health_check_path
- ActionCable::Server::Configuration#logger
- ActionCable::Server::Configuration#log_tags
- ActionCable::Server::Configuration#mount_path
- ActionCable::Server::Configuration#precompile_assets
- ActionCable::Server::Configuration#url
- ActionCable::Server::Configuration#worker_pool_size
Methods (defined here)
- # pubsub_adapter
- self. new
Methods (inherited)
From Object (17)
- # acts_like?
- # blank?
- # deep_dup
- # duplicable?
- # html_safe?
- # in?
- # instance_values
- # instance_variable_names
- # presence
- # presence_in
- # present?
- # to_param
- # to_query
- # try
- # try!
- # with
- # with_options
From ActiveSupport::NumericWithFormat (2)
- # to_formatted_s
- # to_fs