Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support faye-websocket + EventMachine as an option | Matthew Draper | 2016-03-02 | 1 | -1/+1 |
| | |||||
* | 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 | 2 | -15/+9 |
| | |||||
* | Revert "Eliminate the EventMachine dependency" | David Heinemeier Hansson | 2016-01-27 | 2 | -9/+15 |
| | |||||
* | Using a hacked faye-websocket, drop EventMachine | Matthew Draper | 2016-01-24 | 2 | -15/+9 |
| | |||||
* | 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 |
| | |||||
* | [ActionCable] declare asset_logged private | Akshay Vishnoi | 2015-12-19 | 1 | -14/+14 |
| | |||||
* | Merge pull request #22668 from ryohashimoto/151219_receive | Kasper Timm Hansen | 2015-12-18 | 1 | -1/+1 |
|\ | | | | | Fix `receive` spelling | ||||
| * | Fix `receive` spelling | Ryo Hashimoto | 2015-12-19 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #22667 from akshay-vishnoi/base_test_case | Rafael França | 2015-12-18 | 1 | -0/+22 |
|\ \ | |/ |/| | [ActionCable] Test invalid action on channel | ||||
| * | [ActionCable] Test invalid action on channel | Akshay Vishnoi | 2015-12-18 | 1 | -0/+22 |
| | | |||||
* | | Fix `receive` spelling and add whitespace | Kasper Timm Hansen | 2015-12-18 | 1 | -3/+3 |
|/ | | | | | Found `recieve` next to the correctly spelled method name, fixed it. Also we prefer a one space padding within hashes, add that. | ||||
* | [ActionCable] test perform action with default action | Akshay Vishnoi | 2015-12-18 | 1 | -1/+11 |
| | |||||
* | [ActionCable] Test available actions on Channel | Akshay Vishnoi | 2015-12-18 | 1 | -0/+4 |
| | |||||
* | 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 | 6 | -0/+332 |