aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable.rb
Commit message (Expand)AuthorAgeFilesLines
* Have to require redis in case it wasnt alreadyDavid Heinemeier Hansson2015-07-111-0/+1
* ActionCable.server should always return the same instanceJeffrey Hardy2015-07-081-1/+1
* Make the RemoteConnection private under RemoteConnections and document the setupDavid Heinemeier Hansson2015-07-071-1/+0
* Add ActionCable.server singletonDavid Heinemeier Hansson2015-07-051-0/+5
* Move server classes to its own namespaceDavid Heinemeier Hansson2015-06-291-2/+2
* Add Broadcaster to publish to redis channelsPratik Naik2015-04-131-0/+1
* Bump versionPratik Naik2015-04-071-1/+1
* Remote connections API for the serverPratik Naik2015-04-061-0/+1
* Add remote connection to talk over internal redis channelPratik Naik2015-04-061-1/+1
* Add connection identifier and an internal redis channelPratik Naik2015-04-061-1/+1
* Separate connection and server classesPratik Naik2015-04-041-0/+4
* Move assets to the gemPratik Naik2015-02-121-0/+2
* Update the gemspecPratik Naik2015-02-051-0/+5
* EM epollPratik Naik2015-02-051-0/+3
* No cramp and use celluloid workers to run callbacksPratik Naik2015-02-051-1/+2
* Action Cable take#1Pratik Naik2015-01-141-0/+12