aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test
Commit message (Expand)AuthorAgeFilesLines
* Fix actionable test's assertionbogdanvlviv2018-05-281-1/+1
* remove unnecessary mocking in ActionCable testsutilum2018-05-225-39/+24
* assert_called_withutilum2018-04-261-4/+5
* assert_calledutilum2018-04-268-38/+71
* assert_not_calledutilum2018-04-262-4/+12
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-1/+1
* 2.6 warning: passing splat keyword arguments as a single Hashutilum2018-04-151-1/+1
* Make Mocha setup explcitly Minitest-specificJames Mead2018-04-071-1/+1
* Use assert_empty and assert_not_emptyDaniel Colson2018-01-251-3/+3
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-256-13/+13
* Change refute to assert_notDaniel Colson2018-01-251-1/+1
* Fix unstable test test_delegate_socket_errors_to_on_error_handlerFumiaki MATSUSHIMA2017-11-231-2/+10
* Action Cable: run Redis tests against a default config without a passwordJeremy Daer2017-11-131-2/+21
* Removed deprected evented redis adapterRafael Mendonça França2017-10-231-61/+0
* Fix RuboCop offensesKoichi ITO2017-08-161-1/+1
* Remove unused `close_connection` in Action Cable tests (#30195)Ryuta Kamizono2017-08-112-8/+0
* Use frozen string literal in actioncable/Kir Shatrov2017-07-2335-0/+70
* Fix postgresql adapter setup for ActionCable testspalkan2017-07-111-1/+1
* [Fix #28751] Hash stream long stream identifiers when using Postgres adapterpalkan2017-07-061-0/+14
* Remove redundant `assert_respond_to`Ryuta Kamizono2017-07-031-13/+3
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0235-35/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-0135-0/+35
* Allows for other common redis options to be in cable.yml, by defaultMarc Ignacio2017-06-222-2/+10
* Use `require_relative` instead of `require` with full pathbogdanvlviv2017-06-145-7/+7
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* Work around all the thingsMatthew Draper2017-04-061-1/+11
* Avoid "can't modify frozen IOError" failuresMatthew Draper2017-04-051-5/+16
* Fix a race in ActionCable stream testsMatthew Draper2017-03-231-0/+4
* Deprecate the EventedRedis subscription adapterMatthew Draper2017-02-231-1/+3
* correctly check error messageyuuji.yaginuma2017-01-251-3/+6
* Add channel_prefix support to ActionCable redis/evented_redis adapters.Chad Ingram2017-01-173-0/+40
* ActionCable should not raise when a connection is already openDuncan Grazier2017-01-061-2/+5
* Privatize unneededly protected methods in Action Cable testsAkira Matsuda2016-12-243-3/+3
* Prevent race condition when launching EventMachine reactorMatthew Draper2016-11-301-0/+26
* Add more Action Cable JavaScript testsJavan Makhmali2016-11-214-0/+78
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-294-14/+14
* 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
* | Use a branch of websocket-client-simple, to work around read/close raceMatthew Draper2016-10-061-7/+0
* | Don't shut down adapters that haven't been setMatthew Draper2016-10-041-1/+1
* | Add tests for Server::Base#restartJon Moss2016-10-021-0/+33
* | Use websocket-client-simple instead of Faye as a websockets clientMatthew Draper2016-10-021-57/+81
* | Shut down EventMachine before re-enabling warningsMatthew Draper2016-10-022-0/+9
* | In-line the configuration points that only existed for Faye supportMatthew Draper2016-10-011-1/+0
* | Remove Faye modeMatthew Draper2016-10-016-63/+4
* | Merge pull request #26547 from palkan/fix/actioncable-confirmation-race-condi...Matthew Draper2016-10-015-6/+47
|\ \
| * | Add Channel#ensure_confirmation_sent; call #subscribe_to_channel after initia...palkan2016-09-224-6/+15
| * | [Fix #25381] Avoid race condition on subscription confirmationpalkan2016-09-203-5/+37
| |/