aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable/engine.rb
Commit message (Expand)AuthorAgeFilesLines
* [Action Cable] require_relative => requireAkira Matsuda2017-10-211-1/+1
* Use frozen string literal in actioncable/Kir Shatrov2017-07-231-0/+2
* [Action Cable] require => require_relativeAkira Matsuda2017-07-011-1/+1
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* applies new string literal convention in actioncable/libXavier Noria2016-08-061-1/+1
* Allow actioncable connections from any port in developmentMichael Dever2016-06-161-1/+1
* Properly support reloading for Action Cable channelsMatthew Draper2016-06-021-5/+2
* renames ActionCable::Railtie to ActionCable::EngineXavier Noria2016-05-041-1/+1
* Share default mount path with client side .jsJavan Makhmali2016-03-031-1/+1
* Use AS::Executor / AS::Reloader to support reloading in ActionCableMatthew Draper2016-03-021-0/+25
* Enable Action Cable routes by defaultJon Moss2016-02-241-1/+12
* Default connection class to ActionCable::Connection::Base.Kasper Timm Hansen2016-02-141-0/+4
* Inject Rails' channel paths in engine.Kasper Timm Hansen2016-02-141-0/+2
* config_opts => cable, per @kaspthJon Moss2016-01-181-1/+1
* Adapterize ActionCable storage and extract behaviorJon Moss2016-01-181-3/+3
* Another stab at only mounting redis if the config is thereDavid Heinemeier Hansson2015-12-161-2/+2
* Assume that the cable server is running in-process by default, offer option t...David Heinemeier Hansson2015-12-161-0/+2
* Doh, should have read ff370ee61754b00f864f3ddd0af62be4dfa0de67David Heinemeier Hansson2015-12-161-0/+36
* We are using railtie, not engineDavid Heinemeier Hansson2015-12-161-36/+0
* Move the require to the right placeRafael Mendonça França2015-12-151-0/+1
* Configure the Action Cable's redis in the engineRafael Mendonça França2015-12-151-0/+5
* Action Cable need to be a engineRafael Mendonça França2015-12-151-0/+30
* Switch from engine to railtieDavid Heinemeier Hansson2015-12-151-30/+0
* Hook in ActionView::Base, not in ApplicationControllerRafael Mendonça França2015-12-141-2/+4
* Require the top level file in the engineRafael Mendonça França2015-12-141-0/+1
* Get ready to merge into RailsDavid Heinemeier Hansson2015-12-141-0/+27