aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Treat ORIGIN as an opaque identifier and do equality comparison with the ↵Pratik Naik2015-10-122-7/+8
| | | | specified whitelist
* Set appropriate origin and host in the testsPratik Naik2015-10-121-2/+3
|
* 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
* Merge pull request #34 from ↵Kasper Timm Hansen2015-07-294-3/+54
|\ | | | | | | | | lsylvester/add-broadcast_to-and-stream_for-methods-to-channel add broadcast_to and stream_for methods as per #26
| * add broadcast_to and stream_for methods as per #26Lachlan Sylvester2015-07-284-3/+54
| |
* | Improve channel actions dispatcher to allow inheritance/mixinsCristian Bica2015-07-231-2/+38
| | | | | | | | Fixes #14
* | Update gems and requiresThomas Walpole2015-07-221-0/+2
|/
* Worker testsPratik Naik2015-07-142-0/+48
|
* Remove busted testsPratik Naik2015-07-132-61/+0
|
* Tests for channel subscriptionsPratik Naik2015-07-131-0/+87
|
* Always load all the stub filesPratik Naik2015-07-135-6/+18
|
* Connection identifier testsPratik Naik2015-07-122-0/+81
|
* Test auth failurePratik Naik2015-07-121-0/+26
|
* More connection testsPratik Naik2015-07-123-6/+65
|
* Add some more testsPratik Naik2015-07-128-24/+129
|
* Tests for the Channel APIPratik Naik2015-07-121-18/+120
|
* Load mocha for testsPratik Naik2015-07-121-0/+2
|
* Tests are busted at the moment. Note that.David Heinemeier Hansson2015-07-072-49/+49
|
* Removing unused matches? methodDavid Heinemeier Hansson2015-07-072-6/+0
| | | | | @lifo I couldn’t find any use of documentation for this, so removed it for now. Was it just for testing?
* Extract Server configuration into a Configuration objectDavid Heinemeier Hansson2015-07-051-1/+1
|
* Move server classes to its own namespaceDavid Heinemeier Hansson2015-06-292-2/+2
|
* Switch internal actions to be called commands instead, such that we can use ↵David Heinemeier Hansson2015-06-191-1/+1
| | | | action as the routing word on the user side
* Dont create the test log filePratik Naik2015-02-131-4/+0
|
* No cramp and use celluloid workers to run callbacksPratik Naik2015-02-051-2/+1
|
* Add some tests. Work in progress. Testing websockets is hard.Pratik Naik2015-01-153-0/+105