aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/rails/generators/channel/templates
Commit message (Expand)AuthorAgeFilesLines
* Use ES6 short styleDavid Heinemeier Hansson2019-02-041-3/+3
* Match rails generator outputDavid Heinemeier Hansson2019-02-041-2/+2
* Move all npm packages to @rails scopeJavan Makhmali2019-01-101-1/+1
* Remove unnecessary escape characterFrancesco Rodríguez2018-10-191-2/+2
* Make Webpacker the default JavaScript compiler for Rails 6 (#33079)David Heinemeier Hansson2018-09-304-24/+10
* Use .tt extension to all the template filesRafael Mendonça França2017-11-136-0/+0
* Give importance to rails command in the comment section.Santosh Wadghule2016-07-131-1/+1
* remove needless commentsyuuji.yaginuma2016-06-063-5/+0
* Merge pull request #25076 from jeroenvisser101/keep-to-max-lengthSean Griffin2016-05-212-2/+4
|\
| * Change comments to not exceed 80 charactersJeroen Visser2016-05-192-2/+4
* | Cable: Generate .js or .coffee files while generating channel as per the java...Prathamesh Sonpatki2016-05-171-0/+18
|/
* 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