| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Channel#broadcast_to | Vladimir Dementyev | 2019-01-22 | 1 | -1/+1 |
* | Move `channel_name` to Channel.broadcasting_for | Vladimir Dementyev | 2019-01-22 | 1 | -3/+12 |
* | Merge pull request #34740 from sponomarev/feature/assert_has_stream | George Claghorn | 2018-12-31 | 1 | -2/+28 |
|\ |
|
| * | Add streams assert methods to ActionCable channel test case | Sergey Ponomarev | 2018-12-18 | 1 | -2/+28 |
* | | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block | Ryuta Kamizono | 2018-12-21 | 1 | -57/+49 |
|/ |
|
* | Add Missing ActiveSupport::Rescuable to ActionCable::Channel | Ilia Kasianenko | 2018-12-12 | 1 | -1/+17 |
* | Fix typos | R.T. Lechow | 2018-10-01 | 1 | -1/+1 |
* | Add ActionCable::Channel::TestCase | Vladimir Dementyev | 2018-09-26 | 1 | -0/+188 |
* | Remove private def | Sakshi Jain | 2018-09-23 | 1 | -9/+10 |
* | Include `ActiveSupport::Testing::MethodCallAssertions` to `ActionCable::TestC... | bogdanvlviv | 2018-06-08 | 3 | -9/+0 |
* | Inherit all actioncable's test classes from `ActionCable::TestCase` | bogdanvlviv | 2018-06-08 | 5 | -5/+5 |
* | Use Ruby instead of mocha | utilum | 2018-05-31 | 1 | -1/+7 |
* | Use minitest/mock instead of mocha | utilum | 2018-05-31 | 5 | -37/+90 |
* | Fix actionable test's assertion | bogdanvlviv | 2018-05-28 | 1 | -1/+1 |
* | remove unnecessary mocking in ActionCable tests | utilum | 2018-05-22 | 1 | -5/+6 |
* | assert_called | utilum | 2018-04-26 | 1 | -8/+12 |
* | 2.6 warning: passing splat keyword arguments as a single Hash | utilum | 2018-04-15 | 1 | -1/+1 |
* | Use assert_predicate and assert_not_predicate | Daniel Colson | 2018-01-25 | 2 | -5/+5 |
* | Change refute to assert_not | Daniel Colson | 2018-01-25 | 1 | -1/+1 |
* | Fix RuboCop offenses | Koichi ITO | 2017-08-16 | 1 | -1/+1 |
* | Use frozen string literal in actioncable/ | Kir Shatrov | 2017-07-23 | 6 | -0/+12 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 6 | -6/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 6 | -0/+6 |
* | Fix a race in ActionCable stream tests | Matthew Draper | 2017-03-23 | 1 | -0/+4 |
* | correctly check error message | yuuji.yaginuma | 2017-01-25 | 1 | -3/+6 |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -1/+1 |
* | Add Channel#ensure_confirmation_sent; call #subscribe_to_channel after initia... | palkan | 2016-09-22 | 4 | -6/+15 |
* | [Fix #25381] Avoid race condition on subscription confirmation | palkan | 2016-09-20 | 2 | -5/+33 |
* | Prevent invocation of channel action if rejected connection | Jon Moss | 2016-08-19 | 1 | -0/+15 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -3/+3 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 1 | -1/+0 |
* | remove redundant curlies from hash arguments | Xavier Noria | 2016-08-06 | 4 | -5/+5 |
* | applies new string literal convention in actioncable/test | Xavier Noria | 2016-08-06 | 6 | -62/+62 |
* | Properly support reloading for Action Cable channels | Matthew Draper | 2016-06-02 | 1 | -4/+0 |
* | Cable: Extract stream handler construction | Jeremy Daer | 2016-04-18 | 1 | -0/+1 |
* | Cable: Periodic timers refresh | Jeremy Daer | 2016-04-18 | 1 | -10/+38 |
* | Run Action Cable callbacks through the worker pool | Sean Griffin | 2016-04-13 | 1 | -3/+25 |
* | Cable message encoding | Jeremy Daer | 2016-03-31 | 3 | -48/+118 |
* | Keep logging in the ActionCable::Channel::Base | Rafael Mendonça França | 2016-03-30 | 1 | -69/+0 |
* | Add AS::Notifications and LogSubscriber to ActionCable::Channel | Matthew Wear | 2016-03-04 | 2 | -0/+144 |
* | Support faye-websocket + EventMachine as an option | Matthew Draper | 2016-03-02 | 1 | -1/+1 |
* | Convert stream broadcasting to a string | Jay Hayes | 2016-02-24 | 1 | -0/+17 |
* | whitespace | Jay Hayes | 2016-02-24 | 1 | -1/+0 |
* | Revert "Revert "Eliminate the EventMachine dependency"" | Matthew Draper | 2016-01-30 | 2 | -15/+9 |
* | Revert "Eliminate the EventMachine dependency" | David Heinemeier Hansson | 2016-01-27 | 2 | -9/+15 |
* | Using a hacked faye-websocket, drop EventMachine | Matthew Draper | 2016-01-24 | 2 | -15/+9 |
* | Fix code review comments | Jon Moss | 2016-01-18 | 1 | -3/+3 |
* | All Redis deps are now optional, Postgres --> PostgreSQL adapter | Jon Moss | 2016-01-18 | 1 | -1/+0 |
* | Tests passing and small refactoring | Jon Moss | 2016-01-18 | 1 | -4/+5 |
* | [ActionCable] declare asset_logged private | Akshay Vishnoi | 2015-12-19 | 1 | -14/+14 |