Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | | | | | | | | Remove anemic indirection | David Heinemeier Hansson | 2015-06-21 | 2 | -6/+1 | |
| | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | Don't namespace methods with the class we are already in | David Heinemeier Hansson | 2015-06-21 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | Rename callback hooks to match setup | David Heinemeier Hansson | 2015-06-21 | 1 | -4/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And make it all private | |||||
| | | * | | | | | | | | | | | | Styling | David Heinemeier Hansson | 2015-06-21 | 1 | -5/+8 | |
| | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | Consolidate all identification logic in a single concern | David Heinemeier Hansson | 2015-06-21 | 4 | -12/+19 | |
| | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | Order of appearance | David Heinemeier Hansson | 2015-06-21 | 1 | -7/+10 | |
| | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | Match transmit. No need to qualify _data | David Heinemeier Hansson | 2015-06-21 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | Styling | David Heinemeier Hansson | 2015-06-21 | 1 | -6/+3 | |
| | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | Clarify that the incoming data is JSON | David Heinemeier Hansson | 2015-06-21 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | Add logging for when data is received without a live web socket | David Heinemeier Hansson | 2015-06-21 | 1 | -18/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And make cleanup_subscriptions private | |||||
| | | * | | | | | | | | | | | | Homogenize lifecycle method names | David Heinemeier Hansson | 2015-06-21 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Active, present voice. | |||||
| | | * | | | | | | | | | | | | Spacing | David Heinemeier Hansson | 2015-06-21 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | Space | David Heinemeier Hansson | 2015-06-21 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Better logging | David Heinemeier Hansson | 2015-06-20 | 1 | -4/+4 | |
| | |/ / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | Style | David Heinemeier Hansson | 2015-06-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Merge branch 'master' of github.com:basecamp/action_cable | David Heinemeier Hansson | 2015-06-20 | 5 | -23/+34 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | Update request to do the env_config merge and add cookies helper | David Heinemeier Hansson | 2015-06-20 | 1 | -4/+8 | |
| | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | More logging improvements | David Heinemeier Hansson | 2015-06-20 | 3 | -5/+5 | |
| | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | Assume channel names include the _channel extension | David Heinemeier Hansson | 2015-06-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | Rename broadcast to transmit for the connection/channel->subscriber ↵ | David Heinemeier Hansson | 2015-06-20 | 3 | -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 order | David Heinemeier Hansson | 2015-06-20 | 1 | -5/+6 | |
| | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | Add new convention method for performing channel actions | David Heinemeier Hansson | 2015-06-20 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | No need to double string it | David Heinemeier Hansson | 2015-06-20 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | Log when receiving unrecognized commands | David Heinemeier Hansson | 2015-06-20 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Improve logging | David Heinemeier Hansson | 2015-06-19 | 3 | -18/+26 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Refactor perform_action via extract methods | David Heinemeier Hansson | 2015-06-19 | 1 | -5/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And improve logging | |||||
| | * | | | | | | | | | | | | Better spacing | David Heinemeier Hansson | 2015-06-19 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Nix space | David Heinemeier Hansson | 2015-06-19 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Log connection | David Heinemeier Hansson | 2015-06-19 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Stop logging all send data, but do log broadcasting | David Heinemeier Hansson | 2015-06-19 | 2 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We basically want to quiet the pings. | |||||
| | * | | | | | | | | | | | | Making running of subscribe callbacks a private matter | David Heinemeier Hansson | 2015-06-19 | 1 | -5/+4 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Add #perform_disconnection to have a place for both callbacks and logging | David Heinemeier Hansson | 2015-06-19 | 2 | -7/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And using an unlikely-to-clash name. | |||||
| | * | | | | | | | | | | | | Use a perform_action router to handle incoming data | David Heinemeier Hansson | 2015-06-19 | 2 | -5/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Similar to a controller in ActionPack. | |||||
| | * | | | | | | | | | | | | Switch internal actions to be called commands instead, such that we can use ↵ | David Heinemeier Hansson | 2015-06-19 | 3 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | action as the routing word on the user side | |||||
| | * | | | | | | | | | | | | Free up subscribe/unsubscribe as action names the user can use in their channels | David Heinemeier Hansson | 2015-06-19 | 3 | -6/+5 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Latest dependencies | David Heinemeier Hansson | 2015-06-19 | 1 | -6/+8 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | More spacing | David Heinemeier Hansson | 2015-06-19 | 6 | -9/+0 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Trailing CR | David Heinemeier Hansson | 2015-06-19 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Spaces | David Heinemeier Hansson | 2015-06-19 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Nicer formatting | David Heinemeier Hansson | 2015-06-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Fix that log_exception only takes an exception, not a string | David Heinemeier Hansson | 2015-06-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Allow unsubscribing from all current redis channels | David Heinemeier Hansson | 2015-06-18 | 1 | -12/+9 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Remove nil values from connection identifier | Pratik Naik | 2015-06-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Dont log the messages | Pratik Naik | 2015-05-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Rails style logger tags | Pratik Naik | 2015-05-07 | 2 | -6/+7 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Log redis reconnect failures | Pratik Naik | 2015-04-16 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Revert "Ping pubsub every 2 minutes" | Pratik Naik | 2015-04-16 | 1 | -10/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 702c919b27940d5b46d653d31a89daf2efa674d0. | |||||
| | * | | | | | | | | | | | | Ruby 2.2.2 | Pratik Naik | 2015-04-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Ping pubsub every 2 minutes | Pratik Naik | 2015-04-16 | 1 | -1/+10 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Latest ruby | Pratik Naik | 2015-04-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | |