aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable
Commit message (Collapse)AuthorAgeFilesLines
...
* Switch from engine to railtieDavid Heinemeier Hansson2015-12-151-5/+5
|
* Hook in ActionView::Base, not in ApplicationControllerRafael Mendonça França2015-12-141-2/+4
| | | | | | The application can have more than one ApplicationController and we want Action Cable helpers in all controllers and their views so we should hook in the same place that others helpers.
* Require the top level file in the engineRafael Mendonça França2015-12-141-0/+1
|
* Remove Alpha disclaimer from ActionCableclaudiob2015-12-141-21/+0
| | | | [ci skip] Getting to ready to merge into rails/rails
* Initial stab at adding Action Cable to rails/masterDavid Heinemeier Hansson2015-12-1411-183/+76
|
* Get ready to merge into RailsDavid Heinemeier Hansson2015-12-1462-0/+3610