Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Channel#broadcast_to | Vladimir Dementyev | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Add streams assert methods to ActionCable channel test case | Sergey Ponomarev | 2018-12-18 | 1 | -2/+28 |
| | |||||
* | Add ActionCable::Channel::TestCase | Vladimir Dementyev | 2018-09-26 | 1 | -0/+188 |
ActionCable::Channel::TestCase provides an ability to unit-test channel classes. There are several reasons to write unit/functional cable tests: - Access control (who has access to the channel? who can perform action and with which argument? - Frontend-less applications have no system tests at all–and we still need a way to test channels logic. See also #27191 |