aboutsummaryrefslogtreecommitdiffstats
path: root/lib/assets/javascripts/channel.js.coffee
Commit message (Collapse)AuthorAgeFilesLines
* Require Cable.Channel constructors to define their channel nameJavan Makhmali2015-06-231-7/+6
| | | | Function.name is not widely supported, and a function's name can be mangled by a minifier making it an unreliable property to infer the channel name from
* Assume channel names include the _channel extensionDavid Heinemeier Hansson2015-06-201-1/+1
|
* Add new convention method for performing channel actionsDavid Heinemeier Hansson2015-06-201-0/+7
|
* Move assets to the gemPratik Naik2015-02-121-0/+27