Sha256: 81fd0fd9127599c002e37fe95009c0a4b0aa88908421183ddcfd0f746d454a4e
Contents?: true
Size: 439 Bytes
Versions: 5
Compression:
Stored size: 439 Bytes
Contents
# Action Cable provides the framework to deal with WebSockets in Rails. # You can generate new channels where WebSocket features live using the rails generate channel command. # # Turn on the cable connection by removing the comments after the require statements (and ensure it's also on in config/routes.rb). # #= require action_cable #= require_self #= require_tree ./channels # # @App ||= {} # App.cable = ActionCable.createConsumer()
Version data entries
5 entries across 5 versions & 2 rubygems