aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test
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
* Use match? where we don't need MatchDataAkira Matsuda2019-07-291-1/+1
* ActionCable: don't allowlist keys passed to the Redis initializerBlake Stoddard2019-04-221-2/+2
* Output junit format test reportFumiaki MATSUSHIMA2019-04-041-0/+2
* Simplify ActionCable.createWebSocketURL and realphabetize exports (#35810)rmacklin2019-04-021-2/+3
* feat(js): Dynamic ActionCable URL (#35579)Ryan Castner2019-03-311-2/+5
* feat(js): Dynamic Actioncable WebSocket URLRyan Castner2019-03-071-0/+8
* Address uninitialized constant PostgresqlAdapterTest::ChannelPrefixTest (Name...Yasuo Honda2019-02-151-0/+1
* feat: support channel_prefix in pg subscription adapterVladimir Dementyev2019-02-141-0/+1
* Allow passing custom config to ActionCable::Server::BaseVladimir Dementyev2019-02-121-9/+1
* Respect ENV variables when finding DBs etc for the test suiteMatthew Draper2019-02-061-2/+6
* Add Channel#broadcast_toVladimir Dementyev2019-01-221-1/+1
* Move `channel_name` to Channel.broadcasting_forVladimir Dementyev2019-01-221-3/+12
* Merge pull request #34959 from alkesh26/action-cable-typo-fixesRafael França2019-01-182-2/+2
|\
| * typo fixes in action cablealkesh262019-01-172-2/+2
* | Replace `window` references in ActionCable with `self`Richard Macklin2019-01-141-4/+4
|/
* Update Action Cable connection testing.Kasper Timm Hansen2019-01-141-13/+18
* feature: add ActionCable::Connection::TestCaseVladimir Dementyev2019-01-021-0/+192
* Merge pull request #34740 from sponomarev/feature/assert_has_streamGeorge Claghorn2018-12-311-2/+28
|\
| * Add streams assert methods to ActionCable channel test caseSergey Ponomarev2018-12-181-2/+28
* | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-212-97/+85
|/
* Add Missing ActiveSupport::Rescuable to ActionCable::ChannelIlia Kasianenko2018-12-121-1/+17
* Stop trying to reconnect on unauthorized cable connectionsMick Staugaard2018-12-053-4/+7
* Replace reference to WebSocket global with ActionCable.adapters.WebSocketRichard Macklin2018-12-012-0/+29
* Remove circular dependency warnings in ActionCable javascript and publish sou...rmacklin2018-12-013-18/+8
* Convert ActionCable tests from CoffeeScript to ES2015 and replace Blade with ...rmacklin2018-11-2615-4713/+232
* Fix typosR.T. Lechow2018-10-011-1/+1
* Add ActionCable::Channel::TestCaseVladimir Dementyev2018-09-261-0/+188
* Remove private defSakshi Jain2018-09-231-9/+10
* Fix test case to ensure default connection id is filledRyuta Kamizono2018-09-071-2/+2
* ActionCable: add id option to redis adapter configIlia Kasianenko2018-09-051-2/+10
* DRY in `assert_broadcasts`bogdanvlviv2018-08-231-0/+10
* Simplify configuring of `ActionCable.server.config.logger` for actioncable testsbogdanvlviv2018-08-231-1/+1
* Add Action Cable test case and test helperVladimir Dementyev2018-08-192-0/+110
* Add Action Cable test adapterVladimir Dementyev2018-08-191-0/+47
* Remove thirdparty FIXMEAlberto Almagro2018-07-251-2/+1
* Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the futureRyuta Kamizono2018-07-121-1/+0
* Remove redundant accessorsutilum2018-06-111-2/+0
* Merge pull request #33102 from bogdanvlviv/refactor-actioncable-testsRafael França2018-06-0818-45/+12
|\
| * Include `ActiveSupport::Testing::MethodCallAssertions` to `ActionCable::TestC...bogdanvlviv2018-06-0813-36/+3
| * Inherit all actioncable's test classes from `ActionCable::TestCase`bogdanvlviv2018-06-089-9/+9
* | Merge pull request #27577 from maclover7/jm-fix-27547Rafael Mendonça França2018-06-081-0/+23
|\ \ | |/ |/|
| * Action Cable owns database connection, not Active RecordJon Moss2017-03-251-0/+23
* | Remove mocha from ActionCable testsutilum2018-05-311-1/+0
* | Use Ruby instead of mochautilum2018-05-313-6/+19
* | Use minitest/mock instead of mochautilum2018-05-318-45/+101
* | 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