| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix missing bracket. | Eugene | 2017-01-14 | 1 | -1/+1 |
* | Reduce string objects by using \ instead of + or << for concatenating strings | Akira Matsuda | 2017-01-12 | 1 | -2/+2 |
* | ActionCable should not raise when a connection is already open | Duncan Grazier | 2017-01-06 | 2 | -3/+6 |
* | `self.` is not needed when calling its own instance method | Akira Matsuda | 2017-01-05 | 2 | -3/+3 |
* | Merge pull request #25626 from maclover7/jm-standardize-ac-readme | Rafael França | 2017-01-03 | 1 | -0/+9 |
|\ |
|
| * | Standardize Action Cable README.md | Jon Moss | 2016-07-02 | 1 | -0/+9 |
* | | Bump license years for 2017 | Jon Moss | 2016-12-31 | 2 | -2/+2 |
* | | Upgrade to nio4r 2.0.0 | Tony Arcieri | 2016-12-28 | 1 | -1/+1 |
* | | Small edits to actioncable/CHANGELOG.md | Jon Moss | 2016-12-27 | 1 | -2/+2 |
* | | Privatize unneededly protected methods in Action Cable | Akira Matsuda | 2016-12-24 | 5 | -25/+24 |
* | | Privatize unneededly protected methods in Action Cable tests | Akira Matsuda | 2016-12-24 | 3 | -3/+3 |
* | | Describe what we are protecting | Akira Matsuda | 2016-12-23 | 4 | -0/+8 |
* | | Fix typo in channel generator usage message | Carlos Eduardo Monti | 2016-12-19 | 1 | -2/+2 |
* | | ActionCable::Connection::Base doc code sample syntax error | MSP-Greg | 2016-12-06 | 1 | -4/+1 |
* | | Prevent race condition when launching EventMachine reactor | Matthew Draper | 2016-11-30 | 2 | -2/+28 |
* | | Add more Action Cable JavaScript tests | Javan Makhmali | 2016-11-21 | 4 | -0/+78 |
* | | use correct value in example [ci skip] | yuuji.yaginuma | 2016-11-14 | 1 | -1/+1 |
* | | Changelog edits | Vipul A M | 2016-11-12 | 1 | -4/+4 |
* | | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 8 | -18/+18 |
* | | Lazy-load blade for actioncable tests; no blade on JRuby. | Charles Oliver Nutter | 2016-10-21 | 1 | -1/+2 |
* | | Permit same-origin connections by default | Matthew Draper | 2016-10-11 | 5 | -8/+21 |
* | | Merge pull request #26568 from skateman/cable-sameorigin-as-host | Matthew Draper | 2016-10-11 | 4 | -1/+18 |
|\ \ |
|
| * | | Optionally allow ActionCable requests from the same host as origin | Dávid Halász | 2016-09-21 | 4 | -1/+18 |
* | | | Merge pull request #26714 from matthewd/close-race | Matthew Draper | 2016-10-07 | 4 | -10/+11 |
|\ \ \ |
|
| * | | | Wait for the socket to be closed asynchronously | Matthew Draper | 2016-10-06 | 1 | -2/+10 |
| * | | | Use a branch of websocket-client-simple, to work around read/close race | Matthew Draper | 2016-10-06 | 1 | -7/+0 |
| * | | | Close the IO from the read loop thread | Matthew Draper | 2016-10-06 | 2 | -1/+1 |
* | | | | Change page:change to turbolinks:load in README.md [ci skip] | kenta-s | 2016-10-05 | 1 | -1/+1 |
|/ / / |
|
* | | | Don't shut down adapters that haven't been set | Matthew Draper | 2016-10-04 | 1 | -1/+1 |
* | | | Shut down the worker pool - don't kill it | Matthew Draper | 2016-10-03 | 1 | -1/+1 |
* | | | Add tests for Server::Base#restart | Jon Moss | 2016-10-02 | 1 | -0/+33 |
* | | | Move behavior to Server::Base, and flush pubsub | Jon Moss | 2016-10-02 | 2 | -3/+6 |
* | | | Shutdown pubsub connection before classes are reloaded | Jon Moss | 2016-10-02 | 1 | -0/+1 |
* | | | Use websocket-client-simple instead of Faye as a websockets client | Matthew Draper | 2016-10-02 | 1 | -57/+81 |
* | | | Shut down EventMachine before re-enabling warnings | Matthew Draper | 2016-10-02 | 2 | -0/+9 |
* | | | In-line the configuration points that only existed for Faye support | Matthew Draper | 2016-10-01 | 5 | -13/+4 |
* | | | Remove Faye mode | Matthew Draper | 2016-10-01 | 10 | -168/+7 |
* | | | Merge pull request #26547 from palkan/fix/actioncable-confirmation-race-condi... | Matthew Draper | 2016-10-01 | 9 | -24/+83 |
|\ \ \ |
|
| * | | | Add Channel#ensure_confirmation_sent; call #subscribe_to_channel after initia... | palkan | 2016-09-22 | 7 | -33/+39 |
| * | | | [Fix #25381] Avoid race condition on subscription confirmation | palkan | 2016-09-20 | 6 | -15/+60 |
* | | | | Buffer writes to the cable sockets | Matthew Draper | 2016-09-28 | 4 | -12/+100 |
| |/ /
|/| | |
|
* | | | [ci skip] Fix formatting of documentation of worker_pool method from AC::Serv... | Prathamesh Sonpatki | 2016-09-07 | 1 | -1/+1 |
* | | | [ci skip] Fix formatting in Action Cable Connection::Base module docs | Prathamesh Sonpatki | 2016-09-07 | 1 | -1/+1 |
* | | | [ci fix] Fix API documentation for Streams module from Action Cable | Prathamesh Sonpatki | 2016-09-06 | 1 | -4/+4 |
|/ / |
|
* | | fixes remaining RuboCop issues [Vipul A M, Xavier Noria] | Xavier Noria | 2016-09-01 | 2 | -2/+2 |
* | | Prevent invocation of channel action if rejected connection | Jon Moss | 2016-08-19 | 2 | -1/+16 |
* | | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 3 | -26/+26 |
* | | Pass over changelogs [ci skip] | Vipul A M | 2016-08-10 | 1 | -1/+1 |
* | | revises more Lint/EndAlignment offenses | Xavier Noria | 2016-08-08 | 1 | -6/+6 |
* | | copy-edits an exception message | Xavier Noria | 2016-08-07 | 1 | -1/+1 |