aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/channel_generator_test.rb
Commit message (Expand)AuthorAgeFilesLines
* applies new string literal convention in railties/testXavier Noria2016-08-061-10/+10
* Cable: Generate .js or .coffee files while generating channel as per the java...Prathamesh Sonpatki2016-05-171-4/+20
* don't remove `cable.js`yuuji.yaginuma2016-04-161-0/+12
* Generate `cable.js` file if does not exist when generating channelPrathamesh Sonpatki2016-04-121-0/+8
* Address ruby warningsTeo Ljungberg2016-02-291-8/+8
* Generate ApplicationCable files if they do not already existJon Moss2016-02-221-0/+12
* Use the generators options to not generate channel assetsRafael Mendonça França2015-12-211-6/+2
* Ensure that assets are enabled back after the test that tests assets are disa...Prathamesh Sonpatki2015-12-211-1/+4
* Action Cable channel generator should not create JS assets in --api modeRyo Hashimoto2015-12-191-0/+30