aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable/connection/identification.rb
Commit message (Expand)AuthorAgeFilesLines
* Devolve blanket #require to reveal intent and responsibilityJeremy Daer2015-10-161-1/+9
* Shush some low-hanging Ruby warningsJeremy Daer2015-10-161-1/+1
* Be sure not to cache an empty string as the connection_identifierPratik Naik2015-10-091-1/+5
* support connection identifiers that don't implement to_global_id by defaultin...Mark Humphreys2015-08-241-1/+1
* Fixing some documentation, correcting grammar, and removing unnecessary white...Jason Dew2015-07-301-1/+1
* Add automatic delegations from channel to connection identifiersDavid Heinemeier Hansson2015-07-111-0/+3
* Document and make private method privateDavid Heinemeier Hansson2015-07-071-3/+7
* Identifiers will add attr_accessor as well for convenienceDavid Heinemeier Hansson2015-07-071-1/+2
* Consolidate all identification logic in a single concernDavid Heinemeier Hansson2015-06-211-0/+26