aboutsummaryrefslogtreecommitdiffstats
path: root/test/channel
Commit message (Expand)AuthorAgeFilesLines
* Rename Subscription#reject! to Subscription#reject as there's only one versio...Pratik Naik2015-11-051-1/+1
* Merge branch 'master' into subscription-rejectionPratik Naik2015-11-041-2/+2
|\
| * Merge pull request #69 from mieko/callbacksRafael Mendonça França2015-10-231-2/+2
| |\
| | * Use ActiveSupport::Callbacks for Channel subscription callbacks.Mike A. Owens2015-08-241-2/+2
* | | Allow rejecting subscriptions from the channelPratik Naik2015-10-211-0/+25
|/ /
* | Fix the error message in testsPratik Naik2015-10-191-1/+1
* | Better test namePratik Naik2015-10-191-1/+1
* | Make sure the subscription confirmaion is only sent out oncePratik Naik2015-10-191-0/+24
* | Fix an error message in the subscription testsPratik Naik2015-10-161-1/+1
* | Send subscription confirmation from server to the client to avoid race condit...Pratik Naik2015-10-162-9/+32
* | Fix stream testsPratik Naik2015-10-161-2/+2
* | Shush some low-hanging Ruby warningsJeremy Daer2015-10-161-0/+5
* | Run connection tests in EM loopPratik Naik2015-10-151-8/+15
|/
* Merge pull request #34 from lsylvester/add-broadcast_to-and-stream_for-method...Kasper Timm Hansen2015-07-293-3/+50
|\
| * add broadcast_to and stream_for methods as per #26Lachlan Sylvester2015-07-283-3/+50
* | Improve channel actions dispatcher to allow inheritance/mixinsCristian Bica2015-07-231-2/+38
|/
* Always load all the stub filesPratik Naik2015-07-133-6/+3
* Add some more testsPratik Naik2015-07-123-0/+168