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
Jeremy Daer 3ba0eec20c
Cable: Extract stream handler construction
* Use separate stream handler builders for easy override and testing.
* Fix worker pool execution that was silently failing since it only
  expected connection receivers.

Sparked by code in #24162.
2016-04-18 23:29:51 -07:00
..
channel Cable: Extract stream handler construction 2016-04-18 23:29:51 -07:00
connection Fix typos in ActionCable Channel [ci skip] 2016-04-18 08:43:50 +01:00
helpers Add small Action Cable documentation fixes 2016-02-27 13:53:31 -05:00
server Cable: Extract stream handler construction 2016-04-18 23:29:51 -07:00
subscription_adapter Evented Redis adapter: log reconnect failures as errors, not just info 2016-03-17 21:23:36 -07:00
channel.rb
connection.rb Support faye-websocket + EventMachine as an option 2016-03-02 12:17:15 +10:30
engine.rb Share default mount path with client side .js 2016-03-03 21:27:52 -05:00
gem_version.rb Prep release for Rails 5 beta3 2016-02-24 10:27:02 -05:00
remote_connections.rb Full Action Cable documentation read through 2016-02-17 11:08:00 -05:00
server.rb Revert "Revert "Eliminate the EventMachine dependency"" 2016-01-30 03:46:37 +10:30
subscription_adapter.rb Split internal subscriber tracking from Postgres adapter 2016-01-24 15:52:47 +10:30
version.rb Initial stab at adding Action Cable to rails/master 2015-12-14 16:38:37 +01:00