aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable/connection/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Stop trying to reconnect on unauthorized cable connectionsMick Staugaard2018-12-051-3/+8
* Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-171-4/+1
* [ci skip] Prefer cookies.encrypted over signed (#30129)Claudio B2017-08-071-1/+1
* 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
* Log any errors originating from the socketedwardmp2017-04-161-1/+2
* Privatize unneededly protected methods in Action CableAkira Matsuda2016-12-241-7/+7
* Describe what we are protectingAkira Matsuda2016-12-231-0/+2
* ActionCable::Connection::Base doc code sample syntax errorMSP-Greg2016-12-061-4/+1
* Permit same-origin connections by defaultMatthew Draper2016-10-111-2/+2
* Merge pull request #26568 from skateman/cable-sameorigin-as-hostMatthew Draper2016-10-111-0/+3
|\
| * Optionally allow ActionCable requests from the same host as originDávid Halász2016-09-211-0/+3
* | In-line the configuration points that only existed for Faye supportMatthew Draper2016-10-011-1/+1
|/
* [ci skip] Fix formatting in Action Cable Connection::Base module docsPrathamesh Sonpatki2016-09-071-1/+1
* applies new string literal convention in actioncable/libXavier Noria2016-08-061-8/+8
* Pass over Action Cable docsJon Moss2016-05-211-1/+1
* Fix typos in ActionCable Channel [ci skip]Tom Kadwill2016-04-181-1/+1
* Merge pull request #24224 from danielrhodes/actioncable-websocket-protocolsJeremy Daer2016-04-051-1/+2
|\
| * Added protocol negotiationDaniel Rhodes2016-04-051-1/+2
* | Cable message encodingJeremy Daer2016-03-311-14/+24
|/
* Merge pull request #23992 from matthewd/em-optionMatthew Draper2016-03-041-2/+2
|\
| * Support faye-websocket + EventMachine as an optionMatthew Draper2016-03-021-2/+2
* | Merge pull request #23976 from danielrhodes/enhancement/ac-ping-to-message-typeMatthew Draper2016-03-021-5/+5
|\ \ | |/ |/|
| * Make ping into a message typeDaniel Rhodes2016-03-011-1/+1
| * Added welcome message type and fix test hacksDaniel Rhodes2016-03-011-4/+4
* | Use AS::Executor / AS::Reloader to support reloading in ActionCableMatthew Draper2016-03-021-2/+3
|/
* Merge pull request #23813 from lifo/faye-websocketDavid Heinemeier Hansson2016-02-231-1/+8
|\
| * Confirm connection monitor subscription on openPratik Naik2016-02-231-1/+8
* | Full Action Cable documentation read throughJon Moss2016-02-171-9/+9
|/
* Fix grammar `a` to `an` [ci skip]Ryuta Kamizono2016-02-131-1/+1
* Merge remote-tracking branch 'origin/master' into actioncable_loggingkp2016-02-101-1/+1
|\
| * Fix arguments to on_closeMatthew Draper2016-01-301-1/+1
| * Revert "Revert "Eliminate the EventMachine dependency""Matthew Draper2016-01-301-12/+20
| * Revert "Eliminate the EventMachine dependency"David Heinemeier Hansson2016-01-271-20/+12
* | Logs successful and invalid connections separatelykp2016-02-101-8/+12
* | adds debug logging to actioncable connectkp2016-01-261-2/+12
|/
* Import the relevant portions of faye-websocketMatthew Draper2016-01-241-12/+20
* Fix code review commentsJon Moss2016-01-181-1/+1
* Pull the action methods directly onto the adapterMatthew Draper2016-01-181-1/+1
* Adapterize ActionCable storage and extract behaviorJon Moss2016-01-181-1/+1
* Revert "Merge pull request #22977 from rails/revert-22934-master"David Heinemeier Hansson2016-01-161-1/+1
* Revert "Move async execution from celluloid to concurrent-ruby"David Heinemeier Hansson2016-01-081-1/+1
* Move async execution from celluloid to concurrent-rubyMike Perham2016-01-051-1/+1
* [ActionCable] remove not needed protected call and newlinesJan Habermann2015-12-251-8/+1
* Remove warnings from actioncableArun Agrawal2015-12-171-1/+3
* Get ready to merge into RailsDavid Heinemeier Hansson2015-12-141-0/+219