Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Remove Alpha disclaimer from ActionCable | claudiob | 2015-12-14 | 1 | -21/+0 |
| | | | | [ci skip] Getting to ready to merge into rails/rails | ||||
* | Initial stab at adding Action Cable to rails/master | David Heinemeier Hansson | 2015-12-14 | 11 | -183/+76 |
| | |||||
* | Get ready to merge into Rails | David Heinemeier Hansson | 2015-12-14 | 62 | -0/+3610 |