| Commit message (Expand) | Author | Age | Files | Lines |
* | Output junit format test report | Fumiaki MATSUSHIMA | 2019-04-04 | 1 | -0/+2 |
* | Simplify configuring of `ActionCable.server.config.logger` for actioncable tests | bogdanvlviv | 2018-08-23 | 1 | -1/+1 |
* | Add Action Cable test case and test helper | Vladimir Dementyev | 2018-08-19 | 1 | -0/+4 |
* | Include `ActiveSupport::Testing::MethodCallAssertions` to `ActionCable::TestC... | bogdanvlviv | 2018-06-08 | 1 | -0/+3 |
* | Remove mocha from ActionCable tests | utilum | 2018-05-31 | 1 | -1/+0 |
* | Make Mocha setup explcitly Minitest-specific | James Mead | 2018-04-07 | 1 | -1/+1 |
* | Use frozen string literal in actioncable/ | Kir Shatrov | 2017-07-23 | 1 | -0/+2 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Define path with __dir__ | bogdanvlviv | 2017-05-23 | 1 | -1/+1 |
* | Remove Faye mode | Matthew Draper | 2016-10-01 | 1 | -43/+1 |
* | [Fix #25381] Avoid race condition on subscription confirmation | palkan | 2016-09-20 | 1 | -0/+4 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -1/+1 |
* | applies new string literal convention in actioncable/test | Xavier Noria | 2016-08-06 | 1 | -10/+10 |
* | Cable: Extract stream handler construction | Jeremy Daer | 2016-04-18 | 1 | -4/+7 |
* | Cable message encoding | Jeremy Daer | 2016-03-31 | 1 | -3/+5 |
* | Merge pull request #23992 from matthewd/em-option | Matthew Draper | 2016-03-04 | 1 | -1/+43 |
|\ |
|
| * | Support faye-websocket + EventMachine as an option | Matthew Draper | 2016-03-02 | 1 | -1/+43 |
* | | Accept JSON with no backslashes/escaping | Jon Moss | 2016-03-02 | 1 | -0/+1 |
* | | Remove load_paths file | Arthur Neves | 2016-02-27 | 1 | -3/+0 |
|/ |
|
* | Revert "Revert "Eliminate the EventMachine dependency"" | Matthew Draper | 2016-01-30 | 1 | -19/+7 |
* | Revert "Eliminate the EventMachine dependency" | David Heinemeier Hansson | 2016-01-27 | 1 | -7/+19 |
* | Using a hacked faye-websocket, drop EventMachine | Matthew Draper | 2016-01-24 | 1 | -19/+7 |
* | Add tests for the ActionCable adapters | Matthew Draper | 2016-01-24 | 1 | -0/+4 |
* | All Redis deps are now optional, Postgres --> PostgreSQL adapter | Jon Moss | 2016-01-18 | 1 | -1/+0 |
* | Revert "Merge pull request #22977 from rails/revert-22934-master" | David Heinemeier Hansson | 2016-01-16 | 1 | -5/+0 |
* | Revert "Move async execution from celluloid to concurrent-ruby" | David Heinemeier Hansson | 2016-01-08 | 1 | -0/+5 |
* | Move async execution from celluloid to concurrent-ruby | Mike Perham | 2016-01-05 | 1 | -5/+0 |
* | Quiet warnings | David Heinemeier Hansson | 2015-12-16 | 1 | -2/+2 |
* | Initial stab at adding Action Cable to rails/master | David Heinemeier Hansson | 2015-12-14 | 1 | -10/+5 |
* | Get ready to merge into Rails | David Heinemeier Hansson | 2015-12-14 | 1 | -0/+47 |