aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/rails/generators
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update USAGEPaul Montero2015-12-171-1/+1
* ClarifyDavid Heinemeier Hansson2015-12-161-3/+3
* Generate all the ApplicationCable stubs by default, like all other Applicatio...David Heinemeier Hansson2015-12-164-41/+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
* Simpler directory structureDavid Heinemeier Hansson2015-12-161-2/+2
* 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-157-0/+101