aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable/connection
Commit message (Collapse)AuthorAgeFilesLines
* Centralize logging in process and enhance method nameDavid Heinemeier Hansson2015-06-211-4/+5
|
* Extract Heartbeat class to perform periodical pingDavid Heinemeier Hansson2015-06-212-12/+32
|
* Extracted Subscriptions classDavid Heinemeier Hansson2015-06-212-37/+63
|
* Remove anemic indirectionDavid Heinemeier Hansson2015-06-212-6/+1
|
* Don't namespace methods with the class we are already inDavid Heinemeier Hansson2015-06-211-2/+2
|
* Rename callback hooks to match setupDavid Heinemeier Hansson2015-06-211-4/+6
| | | | And make it all private
* StylingDavid Heinemeier Hansson2015-06-211-5/+8
|
* Consolidate all identification logic in a single concernDavid Heinemeier Hansson2015-06-213-11/+18
|
* Order of appearanceDavid Heinemeier Hansson2015-06-211-7/+10
|
* Match transmit. No need to qualify _dataDavid Heinemeier Hansson2015-06-211-3/+3
|
* StylingDavid Heinemeier Hansson2015-06-211-6/+3
|
* Clarify that the incoming data is JSONDavid Heinemeier Hansson2015-06-211-2/+2
|
* Add logging for when data is received without a live web socketDavid Heinemeier Hansson2015-06-211-18/+21
| | | | And make cleanup_subscriptions private
* Homogenize lifecycle method namesDavid Heinemeier Hansson2015-06-211-5/+5
| | | | Active, present voice.
* SpacingDavid Heinemeier Hansson2015-06-211-2/+2
|
* SpaceDavid Heinemeier Hansson2015-06-211-1/+0
|
* Merge branch 'master' of github.com:basecamp/action_cableDavid Heinemeier Hansson2015-06-201-9/+13
|\
| * Update request to do the env_config merge and add cookies helperDavid Heinemeier Hansson2015-06-201-4/+8
| |
| * Rename broadcast to transmit for the connection/channel->subscriber ↵David Heinemeier Hansson2015-06-201-5/+5
| | | | | | | | | | | | | | | | | | communication Disambiguate it from the broadcast to channel method used by the broadcaster (which actually has several listeners, whereas a connection/channel instance only ever has one listener – hence not much of a BROADcast).
* | No need to double string itDavid Heinemeier Hansson2015-06-201-1/+1
|/
* Log when receiving unrecognized commandsDavid Heinemeier Hansson2015-06-201-0/+2
|
* Improve loggingDavid Heinemeier Hansson2015-06-191-1/+0
|
* Nix spaceDavid Heinemeier Hansson2015-06-191-1/+0
|
* Stop logging all send data, but do log broadcastingDavid Heinemeier Hansson2015-06-191-1/+0
| | | | We basically want to quiet the pings.
* Add #perform_disconnection to have a place for both callbacks and loggingDavid Heinemeier Hansson2015-06-191-2/+2
| | | | And using an unlikely-to-clash name.
* 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
|