Sha256: e5eb8a87755621f15b8a711b9b73101349c90976de5a0c5537ed3d108ba103fb

Contents?: true

Size: 309 Bytes

Versions: 236

Compression:

Stored size: 309 Bytes

Contents

<% module_namespacing do -%>
class <%= class_name %>Channel < ApplicationCable::Channel
  def subscribed
    # stream_from "some_channel"
  end

  def unsubscribed
    # Any cleanup needed when channel is unsubscribed
  end
<% actions.each do |action| -%>

  def <%= action %>
  end
<% end -%>
end
<% end -%>

Version data entries

236 entries across 231 versions & 18 rubygems

Version Path
actioncable-5.2.4.1 lib/rails/generators/channel/templates/channel.rb.tt
actioncable-6.0.2 lib/rails/generators/channel/templates/channel.rb.tt
actioncable-6.0.2.rc2 lib/rails/generators/channel/templates/channel.rb.tt
actioncable-5.2.4 lib/rails/generators/channel/templates/channel.rb.tt
actioncable-6.0.2.rc1 lib/rails/generators/channel/templates/channel.rb.tt
actioncable-5.2.4.rc1 lib/rails/generators/channel/templates/channel.rb.tt
actioncable-6.0.1 lib/rails/generators/channel/templates/channel.rb.tt
chatops-rpc-0.0.2 fixtures/chatops-controller-example/vendor/bundle/ruby/2.5.0/gems/actioncable-6.0.0/lib/rails/generators/channel/templates/channel.rb.tt
actioncable-6.0.1.rc1 lib/rails/generators/channel/templates/channel.rb.tt
chatops-rpc-0.0.1 fixtures/chatops-controller-example/vendor/bundle/ruby/2.5.0/gems/actioncable-6.0.0/lib/rails/generators/channel/templates/channel.rb.tt
actioncable-6.0.0 lib/rails/generators/channel/templates/channel.rb.tt
spiral_form-0.1.1 vendor/bundle/gems/actioncable-5.2.3/lib/rails/generators/channel/templates/channel.rb.tt
spiral_form-0.1.0 vendor/bundle/gems/actioncable-5.2.3/lib/rails/generators/channel/templates/channel.rb.tt
actioncable-6.0.0.rc2 lib/rails/generators/channel/templates/channel.rb.tt
actioncable-6.0.0.rc1 lib/rails/generators/channel/templates/channel.rb.tt
actioncable-5.2.3 lib/rails/generators/channel/templates/channel.rb.tt
actioncable-5.1.7 lib/rails/generators/channel/templates/channel.rb
actioncable-5.1.7.rc1 lib/rails/generators/channel/templates/channel.rb
actioncable-5.2.3.rc1 lib/rails/generators/channel/templates/channel.rb.tt
actioncable-6.0.0.beta3 lib/rails/generators/channel/templates/channel.rb.tt