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
Rafael Mendonça França edbfd10876 Keep logging in the ActionCable::Channel::Base
To move Action Cable logging to a LoggingSubscriber we need to pass the
log tags in the notification payload since Action Cable logging use the
Channel instance to tag the logs.
2016-03-30 00:03:11 -03:00
..
channel Keep logging in the ActionCable::Channel::Base 2016-03-30 00:03:11 -03:00
connection Cable: fix Faye periodic timer shutdown typo 2016-03-24 10:29:11 -07:00
helpers Add small Action Cable documentation fixes 2016-02-27 13:53:31 -05:00
server Support faye-websocket + EventMachine as an option 2016-03-02 12:17:15 +10:30
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