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.8.1 lib/rails/generators/channel/templates/assets/channel.coffee.tt
actioncable-5.2.8 lib/rails/generators/channel/templates/assets/channel.coffee.tt
actioncable-5.2.7.1 lib/rails/generators/channel/templates/assets/channel.coffee.tt
actioncable-5.2.7 lib/rails/generators/channel/templates/assets/channel.coffee.tt
actioncable-5.2.6.3 lib/rails/generators/channel/templates/assets/channel.coffee.tt
actioncable-5.2.6.2 lib/rails/generators/channel/templates/assets/channel.coffee.tt
actioncable-5.2.6.1 lib/rails/generators/channel/templates/assets/channel.coffee.tt
actioncable-5.2.6 lib/rails/generators/channel/templates/assets/channel.coffee.tt
actioncable-5.2.4.6 lib/rails/generators/channel/templates/assets/channel.coffee.tt
actioncable-5.2.5 lib/rails/generators/channel/templates/assets/channel.coffee.tt
actioncable-5.2.4.5 lib/rails/generators/channel/templates/assets/channel.coffee.tt
actioncable-5.2.4.4 lib/rails/generators/channel/templates/assets/channel.coffee.tt
actioncable-5.2.4.3 lib/rails/generators/channel/templates/assets/channel.coffee.tt
actioncable-5.2.4.2 lib/rails/generators/channel/templates/assets/channel.coffee.tt
actioncable-5.2.4.1 lib/rails/generators/channel/templates/assets/channel.coffee.tt
actioncable-5.2.4 lib/rails/generators/channel/templates/assets/channel.coffee.tt
actioncable-5.2.4.rc1 lib/rails/generators/channel/templates/assets/channel.coffee.tt
spiral_form-0.1.1 vendor/bundle/gems/actioncable-5.2.3/lib/rails/generators/channel/templates/assets/channel.coffee.tt
spiral_form-0.1.0 vendor/bundle/gems/actioncable-5.2.3/lib/rails/generators/channel/templates/assets/channel.coffee.tt
actioncable-5.2.3 lib/rails/generators/channel/templates/assets/channel.coffee.tt