Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Action Cable need to be a engine | Rafael Mendonça França | 2015-12-15 | 1 | -0/+30 |
| | | | | Otherwise assets will not work | ||||
* | Switch from engine to railtie | David Heinemeier Hansson | 2015-12-15 | 1 | -5/+5 |
| | |||||
* | Hook in ActionView::Base, not in ApplicationController | Rafael Mendonça França | 2015-12-14 | 1 | -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 engine | Rafael Mendonça França | 2015-12-14 | 1 | -0/+1 |
| | |||||
* | Initial stab at adding Action Cable to rails/master | David Heinemeier Hansson | 2015-12-14 | 2 | -2/+22 |
| | |||||
* | Get ready to merge into Rails | David Heinemeier Hansson | 2015-12-14 | 28 | -0/+1515 |