| Commit message (Expand) | Author | Age | Files | Lines |
* | Strip duplicated suffixes more strictly | Ryuta Kamizono | 2018-04-22 | 1 | -1/+1 |
* | Use .tt extension to all the template files | Rafael Mendonça França | 2017-11-13 | 6 | -0/+0 |
* | Use frozen string literal in actioncable/ | Kir Shatrov | 2017-07-23 | 1 | -0/+2 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Define path with __dir__ | bogdanvlviv | 2017-05-23 | 1 | -1/+1 |
* | `self.` is not needed when calling its own instance method | Akira Matsuda | 2017-01-05 | 1 | -2/+2 |
* | Privatize unneededly protected methods in Action Cable | Akira Matsuda | 2016-12-24 | 1 | -1/+1 |
* | Fix typo in channel generator usage message | Carlos Eduardo Monti | 2016-12-19 | 1 | -2/+2 |
* | applies new string literal convention in actioncable/lib | Xavier Noria | 2016-08-06 | 1 | -6/+6 |
* | Give importance to rails command in the comment section. | Santosh Wadghule | 2016-07-13 | 1 | -1/+1 |
* | remove needless comments | yuuji.yaginuma | 2016-06-06 | 3 | -5/+0 |
* | Merge pull request #25076 from jeroenvisser101/keep-to-max-length | Sean Griffin | 2016-05-21 | 2 | -2/+4 |
|\ |
|
| * | Change comments to not exceed 80 characters | Jeroen Visser | 2016-05-19 | 2 | -2/+4 |
* | | Cable: Generate .js or .coffee files while generating channel as per the java... | Prathamesh Sonpatki | 2016-05-17 | 2 | -1/+20 |
|/ |
|
* | don't remove `cable.js` | yuuji.yaginuma | 2016-04-16 | 1 | -1/+3 |
* | Generate `cable.js` file if does not exist when generating channel | Prathamesh Sonpatki | 2016-04-12 | 2 | -0/+14 |
* | Remove redundant regexp escapes in generators | Gadzhi Gadzhiev | 2016-03-08 | 1 | -1/+1 |
* | convert cable.coffee to cable.js | yuuji.yaginuma | 2016-02-28 | 1 | -1/+1 |
* | Add notes for future selves | Jon Moss | 2016-02-22 | 1 | -0/+1 |
* | Generate ApplicationCable files if they do not already exist | Jon Moss | 2016-02-22 | 3 | -0/+26 |
* | don’t explicitly mention EventMachine [ci skip] | yuuji.yaginuma | 2016-02-05 | 1 | -1/+1 |
* | Use the generators options to not generate channel assets | Rafael Mendonça França | 2015-12-21 | 1 | -1/+4 |
* | Action Cable channel generator should not create JS assets in --api mode | Ryo Hashimoto | 2015-12-19 | 1 | -1/+3 |
* | add line break between method of generated channel js | yuuji.yaginuma | 2015-12-18 | 1 | -1/+1 |
* | Should also stub the received callback | David Heinemeier Hansson | 2015-12-17 | 1 | -0/+3 |
* | Update USAGE | Paul Montero | 2015-12-17 | 1 | -1/+1 |
* | Clarify | David Heinemeier Hansson | 2015-12-16 | 1 | -3/+3 |
* | Generate all the ApplicationCable stubs by default, like all other Applicatio... | David Heinemeier Hansson | 2015-12-16 | 4 | -41/+0 |
* | Comment out the user handling so default setup connects directly | David Heinemeier Hansson | 2015-12-16 | 1 | -18/+18 |
* | Require tree | David Heinemeier Hansson | 2015-12-16 | 1 | -1/+1 |
* | Simpler directory structure | David Heinemeier Hansson | 2015-12-16 | 1 | -2/+2 |
* | Note that changes to the cable setup requires restarting the server | David Heinemeier Hansson | 2015-12-16 | 3 | -0/+3 |
* | @App could have been set elsewhere | David Heinemeier Hansson | 2015-12-16 | 1 | -1/+1 |
* | Fix parent class | David Heinemeier Hansson | 2015-12-16 | 1 | -1/+1 |
* | Move Cable to ActionCable for client-side constant to avoid conflicts | David Heinemeier Hansson | 2015-12-16 | 1 | -2/+2 |
* | Basic channel generator | David Heinemeier Hansson | 2015-12-15 | 7 | -0/+101 |