aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable
Commit message (Collapse)AuthorAgeFilesLines
* Tag log entries with the request idPratik Naik2015-04-105-34/+45
|
* Collect information about all the open connections and a method to fetch thatPratik Naik2015-04-092-2/+29
|
* Rename Registry to InternalChannel and remove dup methodsPratik Naik2015-04-093-32/+16
|
* Better method namesPratik Naik2015-04-091-4/+4
|
* Simplify client connection closingPratik Naik2015-04-091-4/+7
|
* Redis config with indifferent accessPratik Naik2015-04-081-2/+2
|
* Log received redis channel messagesPratik Naik2015-04-081-1/+9
|
* Log server initializationPratik Naik2015-04-081-0/+2
|
* Log when unsubscribing from a redis channelPratik Naik2015-04-081-1/+4
|
* Log when subscribing to a redis channelPratik Naik2015-04-081-0/+1
|
* Print exception class and message in the logsPratik Naik2015-04-081-2/+6
|
* Fix the error loggingPratik Naik2015-04-081-1/+1
|
* Log request start and finishPratik Naik2015-04-071-2/+32
|
* Fix an error messagePratik Naik2015-04-061-1/+1
|
* Catch exceptions when subscribing to a channel and processing a messagePratik Naik2015-04-061-4/+10
|
* Remote connections API for the serverPratik Naik2015-04-062-0/+17
|
* Remove a puts messagePratik Naik2015-04-061-1/+0
|
* Be sure to cleanup internal redis subscriptions on closePratik Naik2015-04-061-1/+1
|
* Add remote connection to talk over internal redis channelPratik Naik2015-04-065-17/+69
|
* Add connection identifier and an internal redis channelPratik Naik2015-04-064-134/+208
|
* Separate connection and server classesPratik Naik2015-04-044-150/+161
|
* Close the websocket on exceptionPratik Naik2015-03-252-0/+15
|
* Dont process messages when the websocket is no longer openPratik Naik2015-03-251-0/+6
|
* Dont process messages until connect is runPratik Naik2015-03-251-2/+18
|
* Remove request and cookies helper methodsPratik Naik2015-03-061-8/+0
|
* Add request and cookies helpersPratik Naik2015-03-061-0/+11
|
* Authorize before sending and receiving dataPratik Naik2015-03-052-4/+29
|
* Merge remote-tracking branch 'origin/celluloid'Jeremy Kemper2015-02-161-8/+12
|\ | | | | | | | | Conflicts: lib/action_cable/server.rb
| * Add loggingDavid Heinemeier Hansson2015-02-091-1/+8
| |
| * Inline id_key variableDavid Heinemeier Hansson2015-02-091-7/+4
| |
* | Move assets to the gemPratik Naik2015-02-121-0/+4
| |
* | Ping the client every 3 secondsPratik Naik2015-02-111-0/+14
|/
* 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-051-4/+0
| |
* | Run periodic timers via the worker poolPratik Naik2015-02-052-2/+10
| |
* | No cramp and use celluloid workers to run callbacksPratik Naik2015-02-053-10/+56
|/
* 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
|