aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/channel_generator_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Address ruby warningsTeo Ljungberg2016-02-291-8/+8
| | | | | - Ambiguous first argument - Mismatched indentation
* 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 ↵Prathamesh Sonpatki2015-12-211-1/+4
| | | | disabled
* Action Cable channel generator should not create JS assets in --api modeRyo Hashimoto2015-12-191-0/+30