aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Raise an exception when Server.pubsub class method is not definedPratik Naik2015-02-071-2/+3
|
* Fix periodic timersPratik Naik2015-02-071-2/+2
|
* Merge branch 'master' into celluloidPratik Naik2015-02-071-5/+6
|\
| * Use the class pubsub methodPratik Naik2015-02-071-1/+1
| |
| * Use just one redis connectionPratik Naik2015-02-071-5/+6
| |
* | Add a Server#disconnect callbackPratik Naik2015-02-051-0/+1
| |
* | Generic Worker#invoke methodPratik Naik2015-02-052-10/+4
| |
* | Helper method for worker_poolPratik Naik2015-02-052-3/+12
| |
* | Configurable worker pool sizePratik Naik2015-02-052-5/+10
| |
* | Update the gemspecPratik Naik2015-02-053-5/+8
| |
* | EM epollPratik Naik2015-02-051-0/+3
| |
* | Run periodic timers via the worker poolPratik Naik2015-02-052-2/+10
| |
* | No cramp and use celluloid workers to run callbacksPratik Naik2015-02-057-16/+59
|/
* Add a disconnect callbackDavid Heinemeier Hansson2015-01-311-1/+7
|
* Add support for redis channelsPratik Naik2015-01-193-0/+34
|
* Fix unsubscribe callbacksPratik Naik2015-01-191-1/+1
|
* No need for matching paramsPratik Naik2015-01-191-3/+1
|
* Use instance_exec to invoke the lambda callbackPratik Naik2015-01-171-1/+1
|
* More API changesPratik Naik2015-01-173-7/+10
|
* Use underscored class name as the default channel namePratik Naik2015-01-172-1/+5
|
* Always pass the channel broadcast in message keyPratik Naik2015-01-161-1/+1
|
* Initialize subscriptions as early as possiblePratik Naik2015-01-161-2/+3
|
* Specify channel name as an attributePratik Naik2015-01-152-2/+8
|
* Add some tests. Work in progress. Testing websockets is hard.Pratik Naik2015-01-155-0/+117
|
* Latest gems and fix a callback bugPratik Naik2015-01-154-1/+62
|
* Rename publish to broadcastPratik Naik2015-01-152-3/+3
|
* Action Cable take#1Pratik Naik2015-01-148-0/+213