aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test/client_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-291-1/+1
* typo fixes in action cablealkesh262019-01-171-1/+1
* Include `ActiveSupport::Testing::MethodCallAssertions` to `ActionCable::TestC...bogdanvlviv2018-06-081-3/+0
* assert_calledutilum2018-04-261-3/+7
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-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
* Work around all the thingsMatthew Draper2017-04-061-1/+11
* Avoid "can't modify frozen IOError" failuresMatthew Draper2017-04-051-5/+16
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-11/+11
* Use a branch of websocket-client-simple, to work around read/close raceMatthew Draper2016-10-061-7/+0
* Use websocket-client-simple instead of Faye as a websockets clientMatthew Draper2016-10-021-57/+81
* Remove Faye modeMatthew Draper2016-10-011-1/+0
* Add three new rubocop rulesRafael Mendonça França2016-08-161-22/+22
* applies new string literal convention in actioncable/testXavier Noria2016-08-061-28/+28
* Make client test run individually.Kasper Timm Hansen2016-06-281-1/+3
* client test have not using Pathname and hashwithindifferent accessGaurav Sharma2016-06-261-3/+0
* Properly support reloading for Action Cable channelsMatthew Draper2016-06-021-25/+47
* Cable: Extract stream handler constructionJeremy Daer2016-04-181-1/+3
* Cable message encodingJeremy Daer2016-03-311-18/+18
* Merge pull request #23992 from matthewd/em-optionMatthew Draper2016-03-041-2/+3
|\
| * Support faye-websocket + EventMachine as an optionMatthew Draper2016-03-021-2/+3
* | Merge pull request #23976 from danielrhodes/enhancement/ac-ping-to-message-typeMatthew Draper2016-03-021-1/+8
|\ \ | |/ |/|
| * Make ping into a message typeDaniel Rhodes2016-03-011-1/+1
| * Added welcome message type and fix test hacksDaniel Rhodes2016-03-011-0/+6
* | Use AS::Executor / AS::Reloader to support reloading in ActionCableMatthew Draper2016-03-021-0/+20
|/
* Merge pull request #23715 from maclover7/fix-unsubscribeMatthew Draper2016-02-191-0/+21
|\
| * Fix `unsubscribed` server side behaviorJon Moss2016-02-181-0/+21
* | Use a semaphore to signal message availabilityMatthew Draper2016-02-191-7/+8
|/
* Don't rely on the global server as a receiver.Kasper Timm Hansen2016-02-141-3/+1
* Default connection class to ActionCable::Connection::Base.Kasper Timm Hansen2016-02-141-8/+0
* Inject Rails' channel paths in engine.Kasper Timm Hansen2016-02-141-9/+1
* Cant run on an out-of-the-box OSX installation without running out of TOO MAN...David Heinemeier Hansson2016-02-051-1/+1
* Merge pull request #23370 from maclover7/actioncable-main-travis-buildGuillermo Iguaran2016-01-311-9/+0
|\
| * Remove unused methodJon Moss2016-01-311-9/+0
* | Wait for EventMachine to finish startingMatthew Draper2016-02-011-0/+1
|/
* Use a gentler disconnectMatthew Draper2016-01-301-2/+2
* Don't bother stopping EM between testsMatthew Draper2016-01-301-38/+3
* Keep the socket reference after closeMatthew Draper2016-01-301-3/+2
* Reduce the client count, in hope of a more consistent testMatthew Draper2016-01-301-3/+3
* Be more patient while gathering the expected responsesMatthew Draper2016-01-301-4/+3
* Handle more IO errors (especially, ECONNRESET)Matthew Draper2016-01-301-0/+26
* Add a couple of tests that connect with a WS clientMatthew Draper2016-01-301-0/+238