| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename Subscription#reject! to Subscription#reject as there's only one versio... | Pratik Naik | 2015-11-05 | 1 | -1/+1 |
* | Merge branch 'master' into subscription-rejection | Pratik Naik | 2015-11-04 | 1 | -2/+2 |
|\ |
|
| * | Merge pull request #69 from mieko/callbacks | Rafael Mendonça França | 2015-10-23 | 1 | -2/+2 |
| |\ |
|
| | * | Use ActiveSupport::Callbacks for Channel subscription callbacks. | Mike A. Owens | 2015-08-24 | 1 | -2/+2 |
* | | | Allow rejecting subscriptions from the channel | Pratik Naik | 2015-10-21 | 1 | -0/+25 |
|/ / |
|
* | | Fix the error message in tests | Pratik Naik | 2015-10-19 | 1 | -1/+1 |
* | | Better test name | Pratik Naik | 2015-10-19 | 1 | -1/+1 |
* | | Make sure the subscription confirmaion is only sent out once | Pratik Naik | 2015-10-19 | 1 | -0/+24 |
* | | Fix an error message in the subscription tests | Pratik Naik | 2015-10-16 | 1 | -1/+1 |
* | | Send subscription confirmation from server to the client to avoid race condit... | Pratik Naik | 2015-10-16 | 2 | -9/+32 |
* | | Fix stream tests | Pratik Naik | 2015-10-16 | 1 | -2/+2 |
* | | Shush some low-hanging Ruby warnings | Jeremy Daer | 2015-10-16 | 1 | -0/+5 |
* | | Run connection tests in EM loop | Pratik Naik | 2015-10-15 | 1 | -8/+15 |
|/ |
|
* | Merge pull request #34 from lsylvester/add-broadcast_to-and-stream_for-method... | Kasper Timm Hansen | 2015-07-29 | 3 | -3/+50 |
|\ |
|
| * | add broadcast_to and stream_for methods as per #26 | Lachlan Sylvester | 2015-07-28 | 3 | -3/+50 |
* | | Improve channel actions dispatcher to allow inheritance/mixins | Cristian Bica | 2015-07-23 | 1 | -2/+38 |
|/ |
|
* | Always load all the stub files | Pratik Naik | 2015-07-13 | 3 | -6/+3 |
* | Add some more tests | Pratik Naik | 2015-07-12 | 3 | -0/+168 |