| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #33102 from bogdanvlviv/refactor-actioncable-tests | Rafael França | 2018-06-08 | 18 | -45/+12 |
|\ |
|
| * | Include `ActiveSupport::Testing::MethodCallAssertions` to `ActionCable::TestC... | bogdanvlviv | 2018-06-08 | 13 | -36/+3 |
| * | Inherit all actioncable's test classes from `ActionCable::TestCase` | bogdanvlviv | 2018-06-08 | 9 | -9/+9 |
* | | Merge pull request #27577 from maclover7/jm-fix-27547 | Rafael Mendonça França | 2018-06-08 | 1 | -0/+23 |
|\ \
| |/
|/| |
|
| * | Action Cable owns database connection, not Active Record | Jon Moss | 2017-03-25 | 1 | -0/+23 |
* | | Remove mocha from ActionCable tests | utilum | 2018-05-31 | 1 | -1/+0 |
* | | Use Ruby instead of mocha | utilum | 2018-05-31 | 3 | -6/+19 |
* | | Use minitest/mock instead of mocha | utilum | 2018-05-31 | 8 | -45/+101 |
* | | Fix actionable test's assertion | bogdanvlviv | 2018-05-28 | 1 | -1/+1 |
* | | remove unnecessary mocking in ActionCable tests | utilum | 2018-05-22 | 5 | -39/+24 |
* | | assert_called_with | utilum | 2018-04-26 | 1 | -4/+5 |
* | | assert_called | utilum | 2018-04-26 | 8 | -38/+71 |
* | | assert_not_called | utilum | 2018-04-26 | 2 | -4/+12 |
* | | Replace `assert !` with `assert_not` | Daniel Colson | 2018-04-19 | 1 | -1/+1 |
* | | 2.6 warning: passing splat keyword arguments as a single Hash | utilum | 2018-04-15 | 1 | -1/+1 |
* | | Make Mocha setup explcitly Minitest-specific | James Mead | 2018-04-07 | 1 | -1/+1 |
* | | Use assert_empty and assert_not_empty | Daniel Colson | 2018-01-25 | 1 | -3/+3 |
* | | Use assert_predicate and assert_not_predicate | Daniel Colson | 2018-01-25 | 6 | -13/+13 |
* | | Change refute to assert_not | Daniel Colson | 2018-01-25 | 1 | -1/+1 |
* | | Fix unstable test test_delegate_socket_errors_to_on_error_handler | Fumiaki MATSUSHIMA | 2017-11-23 | 1 | -2/+10 |
* | | Action Cable: run Redis tests against a default config without a password | Jeremy Daer | 2017-11-13 | 1 | -2/+21 |
* | | Removed deprected evented redis adapter | Rafael Mendonça França | 2017-10-23 | 1 | -61/+0 |
* | | Fix RuboCop offenses | Koichi ITO | 2017-08-16 | 1 | -1/+1 |
* | | Remove unused `close_connection` in Action Cable tests (#30195) | Ryuta Kamizono | 2017-08-11 | 2 | -8/+0 |
* | | Use frozen string literal in actioncable/ | Kir Shatrov | 2017-07-23 | 35 | -0/+70 |
* | | Fix postgresql adapter setup for ActionCable tests | palkan | 2017-07-11 | 1 | -1/+1 |
* | | [Fix #28751] Hash stream long stream identifiers when using Postgres adapter | palkan | 2017-07-06 | 1 | -0/+14 |
* | | Remove redundant `assert_respond_to` | Ryuta Kamizono | 2017-07-03 | 1 | -13/+3 |
* | | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 35 | -35/+0 |
* | | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 35 | -0/+35 |
* | | Allows for other common redis options to be in cable.yml, by default | Marc Ignacio | 2017-06-22 | 2 | -2/+10 |
* | | Use `require_relative` instead of `require` with full path | bogdanvlviv | 2017-06-14 | 5 | -7/+7 |
* | | Define path with __dir__ | bogdanvlviv | 2017-05-23 | 1 | -1/+1 |
* | | Work around all the things | Matthew Draper | 2017-04-06 | 1 | -1/+11 |
* | | Avoid "can't modify frozen IOError" failures | Matthew Draper | 2017-04-05 | 1 | -5/+16 |
|/ |
|
* | Fix a race in ActionCable stream tests | Matthew Draper | 2017-03-23 | 1 | -0/+4 |
* | Deprecate the EventedRedis subscription adapter | Matthew Draper | 2017-02-23 | 1 | -1/+3 |
* | correctly check error message | yuuji.yaginuma | 2017-01-25 | 1 | -3/+6 |
* | Add channel_prefix support to ActionCable redis/evented_redis adapters. | Chad Ingram | 2017-01-17 | 3 | -0/+40 |
* | ActionCable should not raise when a connection is already open | Duncan Grazier | 2017-01-06 | 1 | -2/+5 |
* | Privatize unneededly protected methods in Action Cable tests | Akira Matsuda | 2016-12-24 | 3 | -3/+3 |
* | Prevent race condition when launching EventMachine reactor | Matthew Draper | 2016-11-30 | 1 | -0/+26 |
* | Add more Action Cable JavaScript tests | Javan Makhmali | 2016-11-21 | 4 | -0/+78 |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 4 | -14/+14 |
* | Permit same-origin connections by default | Matthew Draper | 2016-10-11 | 1 | -1/+2 |
* | Merge pull request #26568 from skateman/cable-sameorigin-as-host | Matthew Draper | 2016-10-11 | 1 | -0/+8 |
|\ |
|
| * | Optionally allow ActionCable requests from the same host as origin | Dávid Halász | 2016-09-21 | 1 | -0/+8 |
* | | Wait for the socket to be closed asynchronously | Matthew Draper | 2016-10-06 | 1 | -2/+10 |
* | | Use a branch of websocket-client-simple, to work around read/close race | Matthew Draper | 2016-10-06 | 1 | -7/+0 |
* | | Don't shut down adapters that haven't been set | Matthew Draper | 2016-10-04 | 1 | -1/+1 |