aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable/connection/web_socket.rb
Commit message (Collapse)AuthorAgeFilesLines
* Added protocol negotiationDaniel Rhodes2016-04-051-2/+6
| | | | | | | | | This is primarily for backwards compatibility for when or if the protocol is changed in future versions. If the server fails to respond with an acceptable protocol, the client disconnects and disables the monitor.
* 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
| | | | (as adapted to use concurrent-ruby / nio4r instead of eventmachine)
* Remove warnings from actioncableArun Agrawal2015-12-171-1/+1
| | | | Warnings coming from code and test are removed
* Get ready to merge into RailsDavid Heinemeier Hansson2015-12-141-0/+29