aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test/connection/base_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Stop trying to reconnect on unauthorized cable connectionsMick Staugaard2018-12-051-1/+1
* Include `ActiveSupport::Testing::MethodCallAssertions` to `ActionCable::TestC...bogdanvlviv2018-06-081-3/+0
* remove unnecessary mocking in ActionCable testsutilum2018-05-221-1/+0
* assert_called_withutilum2018-04-261-4/+5
* assert_calledutilum2018-04-261-8/+13
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-1/+1
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-3/+3
* 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
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-2/+2
* applies new string literal convention in actioncable/testXavier Noria2016-08-061-8/+8
* Merge pull request #23992 from matthewd/em-optionMatthew Draper2016-03-041-3/+4
|\
| * Support faye-websocket + EventMachine as an optionMatthew Draper2016-03-021-3/+4
* | 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-301-9/+10
* Revert "Eliminate the EventMachine dependency"David Heinemeier Hansson2016-01-271-10/+9
* Import the relevant portions of faye-websocketMatthew Draper2016-01-241-3/+3
* Using a hacked faye-websocket, drop EventMachineMatthew Draper2016-01-241-6/+7
* Revert "Merge pull request #22977 from rails/revert-22934-master"David Heinemeier Hansson2016-01-161-1/+0
* Revert "Move async execution from celluloid to concurrent-ruby"David Heinemeier Hansson2016-01-081-0/+1
* Remove celluloid referencesMike Perham2016-01-051-1/+0
* Get ready to merge into RailsDavid Heinemeier Hansson2015-12-141-0/+118