aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable/connection
Commit message (Collapse)AuthorAgeFilesLines
* Better method namesPratik Naik2015-04-091-4/+4
|
* Simplify client connection closingPratik Naik2015-04-091-4/+7
|
* 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
|
* 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-061-0/+19
|
* Add connection identifier and an internal redis channelPratik Naik2015-04-062-0/+204