aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable/channel
Commit message (Collapse)AuthorAgeFilesLines
...
| * Use the class pubsub methodPratik Naik2015-02-071-1/+1
| |
| * Use just one redis connectionPratik Naik2015-02-071-5/+6
| |
* | Helper method for worker_poolPratik Naik2015-02-051-1/+6
| |
* | Configurable worker pool sizePratik Naik2015-02-051-1/+1
| |
* | Run periodic timers via the worker poolPratik Naik2015-02-051-1/+1
| |
* | No cramp and use celluloid workers to run callbacksPratik Naik2015-02-051-2/+2
|/
* Add a disconnect callbackDavid Heinemeier Hansson2015-01-311-1/+7
|
* Add support for redis channelsPratik Naik2015-01-192-0/+33
|
* Fix unsubscribe callbacksPratik Naik2015-01-191-1/+1
|
* Use instance_exec to invoke the lambda callbackPratik Naik2015-01-171-1/+1
|
* More API changesPratik Naik2015-01-172-6/+10
|
* Use underscored class name as the default channel namePratik Naik2015-01-171-0/+4
|
* Always pass the channel broadcast in message keyPratik Naik2015-01-161-1/+1
|
* Specify channel name as an attributePratik Naik2015-01-151-0/+2
|
* Rename publish to broadcastPratik Naik2015-01-151-2/+2
|
* Action Cable take#1Pratik Naik2015-01-142-0/+96