aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable/connection
Commit message (Collapse)AuthorAgeFilesLines
...
* Use a perform_action router to handle incoming dataDavid Heinemeier Hansson2015-06-191-1/+1
| | | | Similar to a controller in ActionPack.
* Switch internal actions to be called commands instead, such that we can use ↵David Heinemeier Hansson2015-06-191-1/+1
| | | | action as the routing word on the user side
* Free up subscribe/unsubscribe as action names the user can use in their channelsDavid Heinemeier Hansson2015-06-191-2/+2
|
* More spacingDavid Heinemeier Hansson2015-06-194-5/+0
|
* Nicer formattingDavid Heinemeier Hansson2015-06-181-1/+1
|
* Fix that log_exception only takes an exception, not a stringDavid Heinemeier Hansson2015-06-181-1/+1
|
* Remove nil values from connection identifierPratik Naik2015-06-011-1/+1
|
* Rails style logger tagsPratik Naik2015-05-071-4/+4
|
* Revert "Revert "Remove all the existing connections on redis reconnect""Pratik Naik2015-04-141-0/+4
| | | | This reverts commit 155db8120811b89624fb7e657818eb32ed07301a.
* Revert "Remove all the existing connections on redis reconnect"Pratik Naik2015-04-141-4/+0
| | | | This reverts commit 4ac6cfefbb84a6b6ae095c20e990e5807caa9105.
* Remove all the existing connections on redis reconnectPratik Naik2015-04-131-0/+4
|
* Add a tagged proxy logger to handle per connection tagsPratik Naik2015-04-103-29/+52
|
* Tag log entries with the request idPratik Naik2015-04-102-24/+38
|
* Collect information about all the open connections and a method to fetch thatPratik Naik2015-04-091-2/+15
|
* Rename Registry to InternalChannel and remove dup methodsPratik Naik2015-04-092-31/+15
|
* 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