aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable/connection/subscriptions.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2 from basecamp/create-channelJavan Makhmali2015-06-261-2/+2
|\
| * Create JavaScript channels identified by their Ruby class nameJavan Makhmali2015-06-241-2/+2
* | Don't need a log_exception helper, just do it inlineDavid Heinemeier Hansson2015-06-261-2/+1
|/
* Feature envy detected, so move execute_command to SubscriptionsDavid Heinemeier Hansson2015-06-221-6/+25
* Use delegated loggerDavid Heinemeier Hansson2015-06-221-2/+3
* StyleDavid Heinemeier Hansson2015-06-221-3/+1
* Extract execute_command method and centralize exception handlingDavid Heinemeier Hansson2015-06-221-2/+0
* Extracted Subscriptions classDavid Heinemeier Hansson2015-06-211-0/+54