Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Devolve blanket #require to reveal intent and responsibility | Jeremy Daer | 2015-10-16 | 1 | -8/+12 |
| | | | | | | | | * Move specific requires close to where they're needed. * Use the private active_support/rails dep to wrap up common needs like eager autoload and module delegation. * Use a single Rails engine rather than an engine and a railtie. * Prefer `AS::JSON.encode` to `Object#to_json`. | ||||
* | Run a single eventmachine timer to send heartbeats | Pratik Naik | 2015-10-08 | 1 | -1/+0 |
| | |||||
* | Basic authentication helpers | David Heinemeier Hansson | 2015-07-07 | 1 | -0/+1 |
| | |||||
* | Add WebSocket decorator | David Heinemeier Hansson | 2015-06-27 | 1 | -0/+1 |
| | |||||
* | Rename Processor to MessageBuffer | David Heinemeier Hansson | 2015-06-22 | 1 | -1/+1 |
| | |||||
* | Finish Processor class extraction | David Heinemeier Hansson | 2015-06-22 | 1 | -0/+1 |
| | |||||
* | Extract Heartbeat class to perform periodical ping | David Heinemeier Hansson | 2015-06-21 | 1 | -0/+1 |
| | |||||
* | Extracted Subscriptions class | David Heinemeier Hansson | 2015-06-21 | 1 | -0/+1 |
| | |||||
* | Consolidate all identification logic in a single concern | David Heinemeier Hansson | 2015-06-21 | 1 | -1/+1 |
| | |||||
* | Add a tagged proxy logger to handle per connection tags | Pratik Naik | 2015-04-10 | 1 | -0/+1 |
| | |||||
* | Rename Registry to InternalChannel and remove dup methods | Pratik Naik | 2015-04-09 | 1 | -1/+1 |
| | |||||
* | Add remote connection to talk over internal redis channel | Pratik Naik | 2015-04-06 | 1 | -1/+2 |
| | |||||
* | Add connection identifier and an internal redis channel | Pratik Naik | 2015-04-06 | 1 | -130/+3 |
| | |||||
* | Separate connection and server classes | Pratik Naik | 2015-04-04 | 1 | -0/+133 |