Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support connection identifiers that don't implement to_global_id by ↵ | Mark Humphreys | 2015-08-24 | 1 | -0/+39 |
| | | | | defaulting to to_s | ||||
* | refactor channel look up to use a hash instead of an array and reduce the ↵ | Lachlan Sylvester | 2015-07-30 | 1 | -1/+1 |
| | | | | number of calls to safe_constantize because it can be slow | ||||
* | Tests for channel subscriptions | Pratik Naik | 2015-07-13 | 1 | -0/+87 |
| | |||||
* | Connection identifier tests | Pratik Naik | 2015-07-12 | 1 | -0/+77 |
| | |||||
* | Test auth failure | Pratik Naik | 2015-07-12 | 1 | -0/+26 |
| | |||||
* | More connection tests | Pratik Naik | 2015-07-12 | 1 | -1/+63 |
| | |||||
* | Add some more tests | Pratik Naik | 2015-07-12 | 1 | -0/+17 |