aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/channel_generator_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add channel test generatorVladimir Dementyev2019-01-131-0/+14
* Fix tests related to new JavaScript path for generatorsPrathamesh Sonpatki2018-10-051-3/+3
* Make Webpacker the default JavaScript compiler for Rails 6 (#33079)David Heinemeier Hansson2018-09-301-9/+12
* Add test case to ChannelGeneratorTestYoshiyuki Hirano2018-04-221-0/+10
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-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
* Should escape meta characters in regexpRyuta Kamizono2017-05-071-2/+2
* 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