aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/rails/generators/channel/channel_generator.rb
Commit message (Expand)AuthorAgeFilesLines
* Add channel test generatorVladimir Dementyev2019-01-131-0/+2
* Make Webpacker the default JavaScript compiler for Rails 6 (#33079)David Heinemeier Hansson2018-09-301-2/+3
* Strip duplicated suffixes more strictlyRyuta Kamizono2018-04-221-1/+1
* Use frozen string literal in actioncable/Kir Shatrov2017-07-231-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-2/+2
* Privatize unneededly protected methods in Action CableAkira Matsuda2016-12-241-1/+1
* applies new string literal convention in actioncable/libXavier Noria2016-08-061-6/+6
* Cable: Generate .js or .coffee files while generating channel as per the java...Prathamesh Sonpatki2016-05-171-1/+2
* don't remove `cable.js`yuuji.yaginuma2016-04-161-1/+3
* Generate `cable.js` file if does not exist when generating channelPrathamesh Sonpatki2016-04-121-0/+1
* Remove redundant regexp escapes in generatorsGadzhi Gadzhiev2016-03-081-1/+1
* Add notes for future selvesJon Moss2016-02-221-0/+1
* Generate ApplicationCable files if they do not already existJon Moss2016-02-221-0/+16
* Use the generators options to not generate channel assetsRafael Mendonça França2015-12-211-1/+4
* Action Cable channel generator should not create JS assets in --api modeRyo Hashimoto2015-12-191-1/+3
* Generate all the ApplicationCable stubs by default, like all other Applicatio...David Heinemeier Hansson2015-12-161-6/+0
* Simpler directory structureDavid Heinemeier Hansson2015-12-161-2/+2
* Basic channel generatorDavid Heinemeier Hansson2015-12-151-0/+27