aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable/connection/client_socket.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable autocorrect for `Lint/EndAlignment` copKoichi ITO2018-01-181-1/+1
* Enable `Style/RedundantReturn` rubocop rule, and fixed a couple moreRyuta Kamizono2017-11-011-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
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-2/+2
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-3/+3
* applies new string literal convention in actioncable/libXavier Noria2016-08-061-10/+10
* Merge pull request #24224 from danielrhodes/actioncable-websocket-protocolsJeremy Daer2016-04-051-2/+6
|\
| * Added protocol negotiationDaniel Rhodes2016-04-051-2/+6
* | Gracefully handle disconnected clientsJeremy Daer2016-03-201-0/+2
|/
* Support faye-websocket + EventMachine as an optionMatthew Draper2016-03-021-5/+5
* The async.callback call should live with the hijackMatthew Draper2016-02-261-4/+5
* Only hijack Rack socket when first neededJon Moss2016-02-241-0/+1
* Fix `unsubscribed` server side behaviorJon Moss2016-02-181-5/+2
* Fix arguments to on_closeMatthew Draper2016-01-301-4/+2
* Revert "Revert "Eliminate the EventMachine dependency""Matthew Draper2016-01-301-0/+152
* Revert "Eliminate the EventMachine dependency"David Heinemeier Hansson2016-01-271-152/+0
* Import the relevant portions of faye-websocketMatthew Draper2016-01-241-0/+152