aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable.rb
Commit message (Expand)AuthorAgeFilesLines
* Devolve blanket #require to reveal intent and responsibilityJeremy Daer2015-10-161-24/+11
* add railtie and set default allowed_request_origins for developmentLachlan Sylvester2015-10-151-0/+2
* EventMachine: shush epoll warnings by checking for support before enabling. D...Jeremy Daer2015-09-021-1/+2
* Remove out-of-date AC::Broadcaster referenceKai Chen = 陈恺2015-08-131-2/+0
* move the require of object/to_param to channel/broadcasting because that is w...Lachlan Sylvester2015-08-021-1/+0
* Fixes test failure in ActionCable::Channel::BroadcastingTest when run by itselfJason Dew2015-07-301-0/+1
* require new version file so the constant is available to the applicationCraig Sheen2015-07-271-0/+1
* Move VERSION constant to version file and use this in the gemspecCraig Sheen2015-07-271-2/+0
* Use Celluloid 0.16.0 until termination issue in 0.17.0 is resolvedJavan Makhmali2015-07-241-1/+1
* Update gems and requiresThomas Walpole2015-07-221-1/+1
* 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