Namespace
- MODULE ActionCable::Channel
- MODULE ActionCable::Connection
- MODULE ActionCable::Helpers
- MODULE ActionCable::Server
- MODULE ActionCable::StreamTests
- MODULE ActionCable::SubscriptionAdapter
- MODULE ActionCable::VERSION
- CLASS ActionCable::Engine
- CLASS ActionCable::RemoteConnections
- CLASS ActionCable::TestCase
Methods
- G
- V
Constants
| INTERNAL | = | { message_types: { welcome: 'welcome'.freeze, ping: 'ping'.freeze, confirmation: 'confirm_subscription'.freeze, rejection: 'reject_subscription'.freeze }, default_mount_path: '/cable'.freeze, protocols: ["actioncable-v1-json".freeze, "actioncable-unsupported".freeze].freeze } |
Class Public methods
gem_version()
Link
Returns the version of the currently loaded Action Cable as a
Gem::Version.