aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable/connection/identification.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Mark Humphreys2015-08-241-1/+1
| | | | defaulting to to_s
* Fixing some documentation, correcting grammar, and removing unnecessary ↵Jason Dew2015-07-301-1/+1
| | | | whitespace
* 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