aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable/server/configuration.rb
Commit message (Expand)AuthorAgeFilesLines
* Distinguish missing adapter gems from load errors within the adapterJeremy Daer2017-10-081-3/+16
* Use frozen string literal in actioncable/Kir Shatrov2017-07-231-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Permit same-origin connections by defaultMatthew Draper2016-10-111-1/+1
* Merge pull request #26568 from skateman/cable-sameorigin-as-hostMatthew Draper2016-10-111-1/+2
|\
| * Optionally allow ActionCable requests from the same host as originDávid Halász2016-09-211-1/+2
* | In-line the configuration points that only existed for Faye supportMatthew Draper2016-10-011-8/+0
* | Remove Faye modeMatthew Draper2016-10-011-11/+3
|/
* applies new string literal convention in actioncable/libXavier Noria2016-08-061-2/+2
* 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