aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test/channel/stream_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix typosR.T. Lechow2018-10-011-1/+1
* Remove private defSakshi Jain2018-09-231-9/+10
* Include `ActiveSupport::Testing::MethodCallAssertions` to `ActionCable::TestC...bogdanvlviv2018-06-081-3/+0
* Use Ruby instead of mochautilum2018-05-311-1/+7
* Use minitest/mock instead of mochautilum2018-05-311-12/+25
* Fix actionable test's assertionbogdanvlviv2018-05-281-1/+1
* remove unnecessary mocking in ActionCable testsutilum2018-05-221-5/+6
* assert_calledutilum2018-04-261-8/+12
* 2.6 warning: passing splat keyword arguments as a single Hashutilum2018-04-151-1/+1
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-2/+2
* Change refute to assert_notDaniel Colson2018-01-251-1/+1
* Fix RuboCop offensesKoichi ITO2017-08-161-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
* Fix a race in ActionCable stream testsMatthew Draper2017-03-231-0/+4
* Add Channel#ensure_confirmation_sent; call #subscribe_to_channel after initia...palkan2016-09-221-2/+4
* [Fix #25381] Avoid race condition on subscription confirmationpalkan2016-09-201-4/+25
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-2/+2
* applies new string literal convention in actioncable/testXavier Noria2016-08-061-15/+15
* Properly support reloading for Action Cable channelsMatthew Draper2016-06-021-4/+0
* Cable: Extract stream handler constructionJeremy Daer2016-04-181-0/+1
* Run Action Cable callbacks through the worker poolSean Griffin2016-04-131-3/+25
* Cable message encodingJeremy Daer2016-03-311-45/+115
* Convert stream broadcasting to a stringJay Hayes2016-02-241-0/+17
* whitespaceJay Hayes2016-02-241-1/+0
* Revert "Revert "Eliminate the EventMachine dependency""Matthew Draper2016-01-301-14/+8
* Revert "Eliminate the EventMachine dependency"David Heinemeier Hansson2016-01-271-8/+14
* Using a hacked faye-websocket, drop EventMachineMatthew Draper2016-01-241-14/+8
* Fix code review commentsJon Moss2016-01-181-3/+3
* All Redis deps are now optional, Postgres --> PostgreSQL adapterJon Moss2016-01-181-1/+0
* Tests passing and small refactoringJon Moss2016-01-181-4/+5
* Remove warnings from actioncableArun Agrawal2015-12-171-1/+1
* Get ready to merge into RailsDavid Heinemeier Hansson2015-12-141-0/+80