| Commit message (Expand) | Author | Age | Files | Lines |
* | Add URL to inspector | Javan Makhmali | 2015-07-07 | 1 | -1/+1 |
* | Add helper to inspect current state | Javan Makhmali | 2015-07-07 | 4 | -0/+17 |
* | Rework event handlers | Javan Makhmali | 2015-07-07 | 1 | -22/+36 |
* | websocket -> webSocket | Javan Makhmali | 2015-07-06 | 1 | -13/+13 |
* | Guard against opening multiple WebSocket connections | Javan Makhmali | 2015-07-06 | 1 | -7/+13 |
* | Rework connection monitor | Javan Makhmali | 2015-06-27 | 4 | -24/+49 |
* | Wait for connection to close before reopening it | Javan Makhmali | 2015-06-27 | 1 | -4/+7 |
* | Update connection API with #open, #close, #reopen | Javan Makhmali | 2015-06-26 | 2 | -20/+21 |
* | Fix misspelled variable | Javan Makhmali | 2015-06-25 | 1 | -1/+1 |
* | Cable.Consumer | Javan Makhmali | 2015-06-25 | 6 | -31/+36 |
* | Cable.Channel -> Cable.Subscription | Javan Makhmali | 2015-06-25 | 2 | -4/+4 |
* | Manage an array of subscribers since there may be more than one subscription ... | Javan Makhmali | 2015-06-25 | 1 | -13/+14 |
* | event -> callbackName | Javan Makhmali | 2015-06-25 | 1 | -4/+4 |
* | Add "initialized" notification | Javan Makhmali | 2015-06-25 | 1 | -0/+1 |
* | Extract connection monitoring and rewrite as a subscriber | Javan Makhmali | 2015-06-25 | 4 | -72/+66 |
* | Assume subscribers have an identifier | Javan Makhmali | 2015-06-25 | 3 | -22/+26 |
* | Switch back to original API and callback naming | Javan Makhmali | 2015-06-25 | 3 | -7/+7 |
* | Move connection and subscriber code into their own classes | Javan Makhmali | 2015-06-25 | 4 | -130/+141 |
* | Update API to camel cased equivalent of WebSocket's API | Javan Makhmali | 2015-06-24 | 2 | -31/+35 |
* | Create JavaScript channels identified by their Ruby class name | Javan Makhmali | 2015-06-24 | 2 | -25/+23 |
* | Require Cable.Channel constructors to define their channel name | Javan Makhmali | 2015-06-23 | 1 | -7/+6 |
* | Assume channel names include the _channel extension | David Heinemeier Hansson | 2015-06-20 | 1 | -1/+1 |
* | Add new convention method for performing channel actions | David Heinemeier Hansson | 2015-06-20 | 1 | -0/+7 |
* | Switch internal actions to be called commands instead, such that we can use a... | David Heinemeier Hansson | 2015-06-19 | 1 | -3/+3 |
* | Clear ping wait timeout when removing the connection | Pratik Naik | 2015-04-03 | 1 | -1/+2 |
* | Increase the stale timout | Pratik Naik | 2015-03-24 | 1 | -1/+1 |
* | Don't call connection#close directly | Pratik Naik | 2015-03-23 | 1 | -1/+1 |
* | Call reconnect() when a ping doesnt arrive in expected time | Pratik Naik | 2015-02-26 | 1 | -1/+1 |
* | Remove existing connection when trying to reconnect to ensure we dont end up ... | Pratik Naik | 2015-02-26 | 1 | -0/+9 |
* | Never stop attempting to reconnect | Pratik Naik | 2015-02-26 | 1 | -9/+2 |
* | Reconnect the websocket if the server doesnt send a ping every 6 seconds | Pratik Naik | 2015-02-26 | 1 | -4/+18 |
* | Move assets to the gem | Pratik Naik | 2015-02-12 | 2 | -0/+134 |