aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable/server/configuration.rb
Commit message (Expand)AuthorAgeFilesLines
* 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