aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/rails/generators/channel/templates
Commit message (Expand)AuthorAgeFilesLines
* Generate `cable.js` file if does not exist when generating channelPrathamesh Sonpatki2016-04-121-0/+13
* Generate ApplicationCable files if they do not already existJon Moss2016-02-222-0/+10
* don’t explicitly mention EventMachine [ci skip]yuuji.yaginuma2016-02-051-1/+1
* add line break between method of generated channel jsyuuji.yaginuma2015-12-181-1/+1
* Should also stub the received callbackDavid Heinemeier Hansson2015-12-171-0/+3
* Generate all the ApplicationCable stubs by default, like all other Applicatio...David Heinemeier Hansson2015-12-163-35/+0
* Comment out the user handling so default setup connects directlyDavid Heinemeier Hansson2015-12-161-18/+18
* Require treeDavid Heinemeier Hansson2015-12-161-1/+1
* Note that changes to the cable setup requires restarting the serverDavid Heinemeier Hansson2015-12-163-0/+3
* @App could have been set elsewhereDavid Heinemeier Hansson2015-12-161-1/+1
* Fix parent classDavid Heinemeier Hansson2015-12-161-1/+1
* Move Cable to ActionCable for client-side constant to avoid conflictsDavid Heinemeier Hansson2015-12-161-2/+2
* Basic channel generatorDavid Heinemeier Hansson2015-12-155-0/+60