aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable/connection/identification.rb
Commit message (Collapse)AuthorAgeFilesLines
* Devolve blanket #require to reveal intent and responsibilityJeremy Daer2015-10-161-1/+9
| | | | | | | | * Move specific requires close to where they're needed. * Use the private active_support/rails dep to wrap up common needs like eager autoload and module delegation. * Use a single Rails engine rather than an engine and a railtie. * Prefer `AS::JSON.encode` to `Object#to_json`.
* 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 ↵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