Sha256: b561597d1db0298e764860963ddc54fca579f1ea8e2d93fc308f40af92677ea8
Contents?: true
Size: 358 Bytes
Versions: 839
Compression:
Stored size: 358 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. // //= require action_cable //= require_self //= require_tree ./channels (function() { this.App || (this.App = {}); App.cable = ActionCable.createConsumer(); }).call(this);
Version data entries
839 entries across 774 versions & 106 rubygems