aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable/engine.rb
Commit message (Collapse)AuthorAgeFilesLines
* Devolve blanket #require to reveal intent and responsibilityJeremy Daer2015-10-161-0/+18
| | | | | | | | * 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`.
* Move assets to the gemPratik Naik2015-02-121-0/+4