Sha256: 458a56d637b9b0d91f6c6e8c268e80dd63c8b17531245c54f4ab21c8abc783e8
Contents?: true
Size: 563 Bytes
Versions: 31
Compression:
Stored size: 563 Bytes
Contents
Description: ============ Stubs out a new cable channel for the server (in Ruby) and client (in CoffeeScript). Pass the channel name, either CamelCased or under_scored, and an optional list of channel actions as arguments. Note: Turn on the cable connection in app/assets/javascript/cable.js after generating any channels. Example: ======== rails generate channel Chat speak creates a Chat channel class and CoffeeScript asset: Channel: app/channels/chat_channel.rb Assets: app/assets/javascript/channels/chat.coffee
Version data entries
31 entries across 31 versions & 4 rubygems