Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block | Ryuta Kamizono | 2018-12-21 | 1 | -40/+36 |
* | Include `ActiveSupport::Testing::MethodCallAssertions` to `ActionCable::TestC... | bogdanvlviv | 2018-06-08 | 1 | -3/+0 |
* | Inherit all actioncable's test classes from `ActionCable::TestCase` | bogdanvlviv | 2018-06-08 | 2 | -2/+2 |
* | assert_called | utilum | 2018-04-26 | 1 | -6/+12 |
* | Use frozen string literal in actioncable/ | Kir Shatrov | 2017-07-23 | 2 | -0/+4 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 2 | -2/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 2 | -0/+2 |
* | Add tests for Server::Base#restart | Jon Moss | 2016-10-02 | 1 | -0/+33 |
* | Add ActiveSupport::Notifications hook to Broadcaster#broadcast | Matthew Wear | 2016-05-12 | 1 | -4/+49 |
* | Ensure server broadcasts are to string queue names | Jay Hayes | 2016-02-24 | 1 | -0/+15 |