Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert stream broadcasting to a string | Jay Hayes | 2016-02-24 | 1 | -0/+17 |
| | | | | | | | ActionCable does some things behind the scenes that expects these "broadcasting"s or "channel"s to be strings. However it's not immediately obvious that the value must be a string. So adding this conversion ensures things work as expected. | ||||
* | whitespace | Jay Hayes | 2016-02-24 | 1 | -1/+0 |
| | |||||
* | Revert "Revert "Eliminate the EventMachine dependency"" | Matthew Draper | 2016-01-30 | 1 | -14/+8 |
| | |||||
* | Revert "Eliminate the EventMachine dependency" | David Heinemeier Hansson | 2016-01-27 | 1 | -8/+14 |
| | |||||
* | Using a hacked faye-websocket, drop EventMachine | Matthew Draper | 2016-01-24 | 1 | -14/+8 |
| | |||||
* | Fix code review comments | Jon Moss | 2016-01-18 | 1 | -3/+3 |
| | | | | | | | - adapter -> pubsub (re)rename internally - Change variable names to match method names - Add EventMachine `~> 1.0` as a runtime dependency of ActionCable - Refactor dependency loading for adapters | ||||
* | All Redis deps are now optional, Postgres --> PostgreSQL adapter | Jon Moss | 2016-01-18 | 1 | -1/+0 |
| | |||||
* | Tests passing and small refactoring | Jon Moss | 2016-01-18 | 1 | -4/+5 |
| | |||||
* | Remove warnings from actioncable | Arun Agrawal | 2015-12-17 | 1 | -1/+1 |
| | | | | Warnings coming from code and test are removed | ||||
* | Get ready to merge into Rails | David Heinemeier Hansson | 2015-12-14 | 1 | -0/+80 |