Sha256: df06bc1adcb757f620a2d4ac91e320bff740121c2497b52db05137ac5238b367
Contents?: true
Size: 438 Bytes
Versions: 14
Compression:
Stored size: 438 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
14 entries across 14 versions & 5 rubygems