aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable/server/configuration.rb
Commit message (Expand)AuthorAgeFilesLines
* Properly support reloading for Action Cable channelsMatthew Draper2016-06-021-9/+1
* Cable: reconcile default worker pool size with low db conn pool sizeJeremy Daer2016-03-301-1/+1
* Support faye-websocket + EventMachine as an optionMatthew Draper2016-03-021-1/+17
* Enable Action Cable routes by defaultJon Moss2016-02-241-1/+1
* Full Action Cable documentation read throughJon Moss2016-02-171-1/+1
* Default connection class to ActionCable::Connection::Base.Kasper Timm Hansen2016-02-141-2/+2
* Inject Rails' channel paths in engine.Kasper Timm Hansen2016-02-141-9/+2
* Rename channels_path var and fix channel_paths method for ActionCable configSergey Novikov2016-01-231-5/+5
* Allow adding custom paths for action_cable channelsSergey Novikov2016-01-221-2/+4
* Merge pull request #22950 from maclover7/adapterize-storage-actioncableMatthew Draper2016-01-201-3/+21
|\
| * Fix code review commentsJon Moss2016-01-181-5/+14
| * Small PostgreSQL adapter refactors / cleanupJon Moss2016-01-181-1/+0
| * ActionCable::StorageAdapter ==> ActionCable::SubscriptionAdapterJon Moss2016-01-181-3/+5
| * config_opts => cable, per @kaspthJon Moss2016-01-181-2/+2
| * Refactor storage_adapterJon Moss2016-01-181-11/+3
| * Adapterize ActionCable storage and extract behaviorJon Moss2016-01-181-2/+18
|/
* Don't log Action Cable to STDOUT in developmenteileencodes2015-12-171-8/+0
* Move the require to the right placeRafael Mendonça França2015-12-151-2/+0
* Remove the default loggerRafael Mendonça França2015-12-151-1/+0
* Configure the Action Cable's redis in the engineRafael Mendonça França2015-12-151-22/+1
* Get ready to merge into RailsDavid Heinemeier Hansson2015-12-141-0/+67