Sha256: 5d46718f7bb39b38a13785d5e07ccdef98555b4ed33167c9741c907c6ba18191
Contents?: true
Size: 330 Bytes
Versions: 21
Compression:
Stored size: 330 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 (function() { this.App || (this.App = {}); App.cable = ActionCable.createConsumer(); }).call(this);
Version data entries
21 entries across 21 versions & 2 rubygems