aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable
Commit message (Collapse)AuthorAgeFilesLines
...
* Action Cable need to be a engineRafael Mendonça França2015-12-151-0/+30
| | | | Otherwise assets will not work
* Bring latest changes over from actioncable/masterJavan Makhmali2015-12-152-4/+15
|
* 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