class Configuration
Ruby on Rails 7.0.10
Since v5.2.8.1An 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#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 (16)
- # 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_options
From ActiveRecord::TestFixtures (4)
From ActiveSupport::Concern (3)
- # class_methods
- # included
- # prepended