rails/actioncable/lib
Prathamesh Sonpatki d0023deb74
Generate cable.js file if does not exist when generating channel
- Before this, while generating a channel, we were not creating
  `cable.js` if it does not already exist.
- We have similar code for application mailer here -
  0b3ae023d2.
- Based on the comment -
  https://github.com/rails/rails/issues/24418#issuecomment-205421995.
2016-04-12 22:49:38 +05:30
..
action_cable Merge pull request #24224 from danielrhodes/actioncable-websocket-protocols 2016-04-05 09:26:11 -07:00
rails/generators/channel Generate cable.js file if does not exist when generating channel 2016-04-12 22:49:38 +05:30
action_cable.rb Added protocol negotiation 2016-04-05 15:55:59 +02:00