aboutsummaryrefslogtreecommitdiffstats
path: root/test/connection
Commit message (Collapse)AuthorAgeFilesLines
* First take at cross site forgery protectionPratik Naik2015-10-072-0/+56
|
* support connection identifiers that don't implement to_global_id by ↵Mark Humphreys2015-08-241-0/+39
| | | | defaulting to to_s
* refactor channel look up to use a hash instead of an array and reduce the ↵Lachlan Sylvester2015-07-301-1/+1
| | | | number of calls to safe_constantize because it can be slow
* Tests for channel subscriptionsPratik Naik2015-07-131-0/+87
|
* Connection identifier testsPratik Naik2015-07-121-0/+77
|
* Test auth failurePratik Naik2015-07-121-0/+26
|
* More connection testsPratik Naik2015-07-121-1/+63
|
* Add some more testsPratik Naik2015-07-121-0/+17