aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable/connection/web_socket.rb
Commit message (Expand)AuthorAgeFilesLines
* Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-171-3/+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
* nodoc AC::Connection::WebSocketT.J. Schuck2017-06-161-1/+1
* Describe what we are protectingAkira Matsuda2016-12-231-0/+2
* In-line the configuration points that only existed for Faye supportMatthew Draper2016-10-011-2/+2
* applies new string literal convention in actioncable/libXavier Noria2016-08-061-1/+1
* Added protocol negotiationDaniel Rhodes2016-04-051-2/+6
* Support faye-websocket + EventMachine as an optionMatthew Draper2016-03-021-2/+2
* Revert "Revert "Eliminate the EventMachine dependency""Matthew Draper2016-01-301-8/+14
* Revert "Eliminate the EventMachine dependency"David Heinemeier Hansson2016-01-271-14/+8
* Import the relevant portions of faye-websocketMatthew Draper2016-01-241-8/+14
* Remove warnings from actioncableArun Agrawal2015-12-171-1/+1
* Get ready to merge into RailsDavid Heinemeier Hansson2015-12-141-0/+29