Sha256: 28a340e2b2337edbad2a3f6049fd00b108ad447ee707e0d20266d7b938a3cfa8

Contents?: true

Size: 455 Bytes

Versions: 88

Compression:

Stored size: 455 Bytes

Contents

App.<%= class_name.underscore %> = App.cable.subscriptions.create "<%= class_name %>Channel",
  connected: ->
    # Called when the subscription is ready for use on the server

  disconnected: ->
    # Called when the subscription has been terminated by the server

  received: (data) ->
    # Called when there's incoming data on the websocket for this channel
<% actions.each do |action| -%>

  <%= action %>: ->
    @perform '<%= action %>'
<% end -%>

Version data entries

88 entries across 88 versions & 6 rubygems

Version Path
actioncable-5.2.0.beta2 lib/rails/generators/channel/templates/assets/channel.coffee.tt
actioncable-5.2.0.beta1 lib/rails/generators/channel/templates/assets/channel.coffee.tt
actioncable-5.1.4 lib/rails/generators/channel/templates/assets/channel.coffee
actioncable-5.0.6 lib/rails/generators/channel/templates/assets/channel.coffee
ruby-on-quails-0.1.0 actioncable/lib/rails/generators/channel/templates/assets/channel.coffee
actioncable-5.1.4.rc1 lib/rails/generators/channel/templates/assets/channel.coffee
actioncable-5.0.6.rc1 lib/rails/generators/channel/templates/assets/channel.coffee
actioncable-5.1.3 lib/rails/generators/channel/templates/assets/channel.coffee
actioncable-5.1.3.rc3 lib/rails/generators/channel/templates/assets/channel.coffee
actioncable-5.0.5 lib/rails/generators/channel/templates/assets/channel.coffee
actioncable-5.0.5.rc2 lib/rails/generators/channel/templates/assets/channel.coffee
actioncable-5.1.3.rc2 lib/rails/generators/channel/templates/assets/channel.coffee
actioncable-5.0.5.rc1 lib/rails/generators/channel/templates/assets/channel.coffee
actioncable-5.1.3.rc1 lib/rails/generators/channel/templates/assets/channel.coffee
actioncable-5.1.2 lib/rails/generators/channel/templates/assets/channel.coffee
actioncable-5.1.2.rc1 lib/rails/generators/channel/templates/assets/channel.coffee
actioncable-5.0.4 lib/rails/generators/channel/templates/assets/channel.coffee
actioncable-5.0.4.rc1 lib/rails/generators/channel/templates/assets/channel.coffee
actioncable-5.1.1 lib/rails/generators/channel/templates/assets/channel.coffee
actioncable-5.0.3 lib/rails/generators/channel/templates/assets/channel.coffee