aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test/connection/client_socket_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Stop trying to reconnect on unauthorized cable connectionsMick Staugaard2018-12-051-1/+1
* Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the futureRyuta Kamizono2018-07-121-1/+0
* Include `ActiveSupport::Testing::MethodCallAssertions` to `ActionCable::TestC...bogdanvlviv2018-06-081-3/+0
* Use minitest/mock instead of mochautilum2018-05-311-3/+4
* assert_not_calledutilum2018-04-261-2/+6
* Fix unstable test test_delegate_socket_errors_to_on_error_handlerFumiaki MATSUSHIMA2017-11-231-2/+10
* 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
* Wait for the socket to be closed asynchronouslyMatthew Draper2016-10-061-2/+10
* Remove Faye modeMatthew Draper2016-10-011-4/+0
* applies new string literal convention in actioncable/testXavier Noria2016-08-061-14/+14
* close hijacked i/o socket after use (fixes #25613)Tinco Andringa2016-07-011-0/+14
* - Fixed ActionCable::Connection::ClientSocketTest that was overriding ActionC...Vipul A M2016-04-151-3/+2
* Gracefully handle disconnected clientsJeremy Daer2016-03-201-0/+65