aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test/test_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "MethodCallAssertions is a regular player of the team ActiveSupport::T...Rafael Mendonça França2019-08-021-0/+3
* MethodCallAssertions is a regular player of the team ActiveSupport::TestCase nowAkira Matsuda2019-08-021-3/+0
* Output junit format test reportFumiaki MATSUSHIMA2019-04-041-0/+2
* Simplify configuring of `ActionCable.server.config.logger` for actioncable testsbogdanvlviv2018-08-231-1/+1
* Add Action Cable test case and test helperVladimir Dementyev2018-08-191-0/+4
* Include `ActiveSupport::Testing::MethodCallAssertions` to `ActionCable::TestC...bogdanvlviv2018-06-081-0/+3
* Remove mocha from ActionCable testsutilum2018-05-311-1/+0
* Make Mocha setup explcitly Minitest-specificJames Mead2018-04-071-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
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* Remove Faye modeMatthew Draper2016-10-011-43/+1
* [Fix #25381] Avoid race condition on subscription confirmationpalkan2016-09-201-0/+4
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies new string literal convention in actioncable/testXavier Noria2016-08-061-10/+10
* Cable: Extract stream handler constructionJeremy Daer2016-04-181-4/+7
* Cable message encodingJeremy Daer2016-03-311-3/+5
* Merge pull request #23992 from matthewd/em-optionMatthew Draper2016-03-041-1/+43
|\
| * Support faye-websocket + EventMachine as an optionMatthew Draper2016-03-021-1/+43
* | Accept JSON with no backslashes/escapingJon Moss2016-03-021-0/+1
* | Remove load_paths fileArthur Neves2016-02-271-3/+0
|/
* Revert "Revert "Eliminate the EventMachine dependency""Matthew Draper2016-01-301-19/+7
* Revert "Eliminate the EventMachine dependency"David Heinemeier Hansson2016-01-271-7/+19
* Using a hacked faye-websocket, drop EventMachineMatthew Draper2016-01-241-19/+7
* Add tests for the ActionCable adaptersMatthew Draper2016-01-241-0/+4
* All Redis deps are now optional, Postgres --> PostgreSQL adapterJon Moss2016-01-181-1/+0
* Revert "Merge pull request #22977 from rails/revert-22934-master"David Heinemeier Hansson2016-01-161-5/+0
* Revert "Move async execution from celluloid to concurrent-ruby"David Heinemeier Hansson2016-01-081-0/+5
* Move async execution from celluloid to concurrent-rubyMike Perham2016-01-051-5/+0
* Quiet warningsDavid Heinemeier Hansson2015-12-161-2/+2
* Initial stab at adding Action Cable to rails/masterDavid Heinemeier Hansson2015-12-141-10/+5
* Get ready to merge into RailsDavid Heinemeier Hansson2015-12-141-0/+47