Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Action Cable] require_relative => require | Akira Matsuda | 2017-10-21 | 1 | -1/+1 |
| | | | | This basically reverts f851e1f705f26d8f92f0fc1b265b20bc389d23cb | ||||
* | Use frozen string literal in actioncable/ | Kir Shatrov | 2017-07-23 | 1 | -0/+2 |
| | |||||
* | [Action Cable] require => require_relative | Akira Matsuda | 2017-07-01 | 1 | -1/+1 |
| | |||||
* | applies new string literal convention in actioncable/lib | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | Support faye-websocket + EventMachine as an option | Matthew Draper | 2016-03-02 | 1 | -3/+8 |
| | |||||
* | Synchronize the lazy setters in Server | Matthew Draper | 2016-01-30 | 1 | -2/+2 |
| | | | | They're all at risk of races on the first requests. | ||||
* | Revert "Revert "Eliminate the EventMachine dependency"" | Matthew Draper | 2016-01-30 | 1 | -2/+2 |
| | |||||
* | Revert "Eliminate the EventMachine dependency" | David Heinemeier Hansson | 2016-01-27 | 1 | -2/+2 |
| | |||||
* | Using a hacked faye-websocket, drop EventMachine | Matthew Draper | 2016-01-24 | 1 | -2/+2 |
| | |||||
* | Add Async and Inline adapters | Matthew Draper | 2016-01-24 | 1 | -0/+22 |
Just like their ActiveJob equivalents, these only work within the current process. |