aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable/connection/web_socket.rb
Commit message (Collapse)AuthorAgeFilesLines
* Devolve blanket #require to reveal intent and responsibilityJeremy Daer2015-10-161-0/+2
| | | | | | | | * 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`.
* Add WebSocket decoratorDavid Heinemeier Hansson2015-06-271-0/+27