Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Devolve blanket #require to reveal intent and responsibility | Jeremy Daer | 2015-10-16 | 2 | -5/+5 |
| | | | | | | | | * 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 connection tests in EM loop | Pratik Naik | 2015-10-15 | 6 | -120/+203 |
| | |||||
* | Merge pull request #85 from rails/cross-site-forgery-protection | Pratik | 2015-10-12 | 2 | -1/+59 |
|\ | | | | | Add support for cross site forgery protection | ||||
| * | Treat ORIGIN as an opaque identifier and do equality comparison with the ↵ | Pratik Naik | 2015-10-12 | 2 | -7/+8 |
| | | | | | | | | specified whitelist | ||||
| * | Set appropriate origin and host in the tests | Pratik Naik | 2015-10-12 | 1 | -2/+3 |
| | | |||||
| * | First take at cross site forgery protection | Pratik Naik | 2015-10-07 | 2 | -0/+56 |
| | | |||||
* | | Run a single eventmachine timer to send heartbeats | Pratik Naik | 2015-10-08 | 1 | -3/+1 |
|/ | |||||
* | 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 |