aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable/server
Commit message (Expand)AuthorAgeFilesLines
* refactor channel look up to use a hash instead of an array and reduce the num...Lachlan Sylvester2015-07-301-2/+2
* add broadcast_to and stream_for methods as per #26Lachlan Sylvester2015-07-282-3/+3
* Clearer docDavid Heinemeier Hansson2015-07-201-2/+2
* disconnect method added to singleton serverTed Toer2015-07-201-0/+5
* Include the connection module after defining the work callbackPratik Naik2015-07-141-1/+1
* Include the module for clearing db connectionsPratik Naik2015-07-141-0/+1
* Fix CoffeeScript syntax in code examplesJeffrey Hardy2015-07-081-1/+1
* Include the clearing of database connections configuration by defaultDavid Heinemeier Hansson2015-07-081-0/+22
* Update for latest APIDavid Heinemeier Hansson2015-07-081-1/+1
* Finished class documentationDavid Heinemeier Hansson2015-07-075-4/+42
* Refer to the proper loggerDavid Heinemeier Hansson2015-07-071-1/+1
* Extract Server configuration into a Configuration objectDavid Heinemeier Hansson2015-07-053-27/+73
* Extract connections methods into a separate concernDavid Heinemeier Hansson2015-07-052-10/+22
* No need for this no-logging broadcastDavid Heinemeier Hansson2015-07-051-8/+0
* Expose broadcast_without_logging at the top levelDavid Heinemeier Hansson2015-07-021-0/+4
* Introduce Streams as the domain language for the pubsub channels Channels red...David Heinemeier Hansson2015-06-291-9/+9
* Rejig for what's usedDavid Heinemeier Hansson2015-06-291-8/+7
* Make the remote connection use the broadcaster as wellDavid Heinemeier Hansson2015-06-291-2/+6
* More redis used for broadcasting into broadcasting concernDavid Heinemeier Hansson2015-06-292-18/+18
* Make broadcasting a concernDavid Heinemeier Hansson2015-06-292-8/+30
* Move server classes to its own namespaceDavid Heinemeier Hansson2015-06-292-0/+109