aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable
Commit message (Collapse)AuthorAgeFilesLines
...
| * Don't namespace methods with the class we are already inDavid Heinemeier Hansson2015-06-212-3/+3
| |
| * 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-214-12/+19
| |
| * 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
| |
* | Better loggingDavid Heinemeier Hansson2015-06-201-4/+4
|/
* StyleDavid Heinemeier Hansson2015-06-201-1/+1
|
* Merge branch 'master' of github.com:basecamp/action_cableDavid Heinemeier Hansson2015-06-204-22/+26
|\
| * Update request to do the env_config merge and add cookies helperDavid Heinemeier Hansson2015-06-201-4/+8
| |
| * More logging improvementsDavid Heinemeier Hansson2015-06-203-5/+5
| |
| * Rename broadcast to transmit for the connection/channel->subscriber ↵David Heinemeier Hansson2015-06-203-10/+9
| | | | | | | | | | | | | | | | | | 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).
| * TOC orderDavid Heinemeier Hansson2015-06-201-5/+6
| |
* | 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-193-18/+26
|
* Refactor perform_action via extract methodsDavid Heinemeier Hansson2015-06-191-5/+21
| | | | And improve logging
* Better spacingDavid Heinemeier Hansson2015-06-191-0/+2
|
* Nix spaceDavid Heinemeier Hansson2015-06-191-1/+0
|
* Log connectionDavid Heinemeier Hansson2015-06-191-1/+2
|
* Stop logging all send data, but do log broadcastingDavid Heinemeier Hansson2015-06-192-1/+1
| | | | We basically want to quiet the pings.
* Making running of subscribe callbacks a private matterDavid Heinemeier Hansson2015-06-191-5/+4
|
* Add #perform_disconnection to have a place for both callbacks and loggingDavid Heinemeier Hansson2015-06-192-7/+10
| | | | And using an unlikely-to-clash name.
* Use a perform_action router to handle incoming dataDavid Heinemeier Hansson2015-06-192-5/+9
| | | | 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-193-6/+5
|
* More spacingDavid Heinemeier Hansson2015-06-196-9/+0
|
* Trailing CRDavid Heinemeier Hansson2015-06-191-1/+0
|
* SpacesDavid Heinemeier Hansson2015-06-191-2/+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
|
* Allow unsubscribing from all current redis channelsDavid Heinemeier Hansson2015-06-181-12/+9
|
* Remove nil values from connection identifierPratik Naik2015-06-011-1/+1
|
* Dont log the messagesPratik Naik2015-05-121-1/+1
|
* Rails style logger tagsPratik Naik2015-05-072-6/+7
|
* Log redis reconnect failuresPratik Naik2015-04-161-2/+2
|
* Revert "Ping pubsub every 2 minutes"Pratik Naik2015-04-161-10/+1
| | | | This reverts commit 702c919b27940d5b46d653d31a89daf2efa674d0.
* Ping pubsub every 2 minutesPratik Naik2015-04-161-1/+10
|
* Use Server#threaded_redis instead of creating a new connectionPratik Naik2015-04-151-1/+1
|
* Dont close the open connections on redis reconnectPratik Naik2015-04-141-2/+3
|
* Revert "Revert "Remove all the existing connections on redis reconnect""Pratik Naik2015-04-142-1/+16
| | | | This reverts commit 155db8120811b89624fb7e657818eb32ed07301a.
* Revert "Remove all the existing connections on redis reconnect"Pratik Naik2015-04-142-16/+1
| | | | This reverts commit 4ac6cfefbb84a6b6ae095c20e990e5807caa9105.
* Add Broadcaster to publish to redis channelsPratik Naik2015-04-132-0/+30
|
* Don't rely on server#redisPratik Naik2015-04-131-2/+0
|