1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actioncable/lib/action_cable
T.J. Schuck 2f8dc184fc nodoc AC::Connection::WebSocket
Users should never publicly be interacting with an instance of this.  The instance that comes along with an `AC::Connection::Base` instance (the only thing a user should be working with) is [itself intended to be private](https://github.com/tjschuck/rails/blob/master/actioncable/lib/action_cable/connection/base.rb#L137-L140).

[ci skip]
2017-06-16 18:36:04 -04:00
..
channel Add option for class_attribute default (#29270) 2017-05-29 18:01:50 +02:00
connection nodoc AC::Connection::WebSocket 2017-06-16 18:36:04 -04:00
helpers use correct value in example [ci skip] 2016-11-14 09:45:28 +09:00
server Use mattr_accessor default: option throughout the project 2017-06-03 13:52:48 +03:00
subscription_adapter Use mattr_accessor default: option throughout the project 2017-06-03 13:52:48 +03:00
channel.rb Get ready to merge into Rails 2015-12-14 15:48:54 +01:00
connection.rb Remove Faye mode 2016-10-01 15:35:59 +09:30
engine.rb self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
gem_version.rb Start Rails 5.2 development 2017-03-22 10:11:39 +10:30
remote_connections.rb identifiers is already defined via Connection::Identification module 2017-05-21 12:37:18 +09:00
server.rb applies new string literal convention in actioncable/lib 2016-08-06 19:13:46 +02:00
subscription_adapter.rb Add channel_prefix support to ActionCable redis/evented_redis adapters. 2017-01-17 23:21:39 -05:00
version.rb applies new string literal convention in actioncable/lib 2016-08-06 19:13:46 +02:00