aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test/connection
Commit message (Expand)AuthorAgeFilesLines
* Update Action Cable connection testing.Kasper Timm Hansen2019-01-141-13/+18
* feature: add ActionCable::Connection::TestCaseVladimir Dementyev2019-01-021-0/+192
* Stop trying to reconnect on unauthorized cable connectionsMick Staugaard2018-12-053-4/+7
* Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the futureRyuta Kamizono2018-07-121-1/+0
* Include `ActiveSupport::Testing::MethodCallAssertions` to `ActionCable::TestC...bogdanvlviv2018-06-086-18/+0
* Use Ruby instead of mochautilum2018-05-311-5/+8
* Use minitest/mock instead of mochautilum2018-05-312-7/+10
* remove unnecessary mocking in ActionCable testsutilum2018-05-224-34/+18
* assert_called_withutilum2018-04-261-4/+5
* assert_calledutilum2018-04-265-21/+40
* assert_not_calledutilum2018-04-262-4/+12
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-1/+1
* Use assert_empty and assert_not_emptyDaniel Colson2018-01-251-3/+3
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-252-6/+6
* Fix unstable test test_delegate_socket_errors_to_on_error_handlerFumiaki MATSUSHIMA2017-11-231-2/+10
* Remove unused `close_connection` in Action Cable tests (#30195)Ryuta Kamizono2017-08-112-8/+0
* Use frozen string literal in actioncable/Kir Shatrov2017-07-239-0/+18
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-029-9/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-019-0/+9
* Privatize unneededly protected methods in Action Cable testsAkira Matsuda2016-12-243-3/+3
* Permit same-origin connections by defaultMatthew Draper2016-10-111-1/+2
* Merge pull request #26568 from skateman/cable-sameorigin-as-hostMatthew Draper2016-10-111-0/+8
|\
| * Optionally allow ActionCable requests from the same host as originDávid Halász2016-09-211-0/+8
* | Wait for the socket to be closed asynchronouslyMatthew Draper2016-10-061-2/+10
* | Remove Faye modeMatthew Draper2016-10-012-6/+0
|/
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-2/+2
* applies new string literal convention in actioncable/testXavier Noria2016-08-069-85/+85
* close hijacked i/o socket after use (fixes #25613)Tinco Andringa2016-07-011-0/+14
* Properly support reloading for Action Cable channelsMatthew Draper2016-06-021-1/+0
* - Fixed ActionCable::Connection::ClientSocketTest that was overriding ActionC...Vipul A M2016-04-152-5/+3
* Cable message encodingJeremy Daer2016-03-312-5/+3
* Gracefully handle disconnected clientsJeremy Daer2016-03-202-0/+132
* Merge pull request #23992 from matthewd/em-optionMatthew Draper2016-03-047-9/+10
|\
| * Support faye-websocket + EventMachine as an optionMatthew Draper2016-03-027-9/+10
* | Accept JSON with no backslashes/escapingJon Moss2016-03-021-2/+2
* | Added welcome message type and fix test hacksDaniel Rhodes2016-03-011-1/+1
|/
* Only hijack Rack socket when first neededJon Moss2016-02-241-0/+20
* Confirm connection monitor subscription on openPratik Naik2016-02-231-1/+1
* Revert "Revert "Eliminate the EventMachine dependency""Matthew Draper2016-01-303-13/+14
* Revert "Eliminate the EventMachine dependency"David Heinemeier Hansson2016-01-273-14/+13
* Import the relevant portions of faye-websocketMatthew Draper2016-01-243-7/+7
* Using a hacked faye-websocket, drop EventMachineMatthew Draper2016-01-241-6/+7
* Fix code review commentsJon Moss2016-01-181-4/+4
* Tests passing and small refactoringJon Moss2016-01-181-5/+5
* Revert "Merge pull request #22977 from rails/revert-22934-master"David Heinemeier Hansson2016-01-165-5/+0
* Revert "Move async execution from celluloid to concurrent-ruby"David Heinemeier Hansson2016-01-085-0/+5
* Remove celluloid referencesMike Perham2016-01-055-5/+0
* Remove warnings from actioncableArun Agrawal2015-12-171-1/+1
* Get ready to merge into RailsDavid Heinemeier Hansson2015-12-147-0/+510