| Commit message (Expand) | Author | Age | Files | Lines |
* | Respect ENV variables when finding DBs etc for the test suite | Matthew Draper | 2019-02-06 | 2 | -3/+9 |
* | Use ES6 short style | David Heinemeier Hansson | 2019-02-04 | 1 | -3/+3 |
* | Match rails generator output | David Heinemeier Hansson | 2019-02-04 | 1 | -2/+2 |
* | Add ActionCable channel/connection load hooks | Vladimir Dementyev | 2019-01-29 | 3 | -0/+17 |
* | Add CHANGELOG entries for npm package renames [ci skip] | Javan Makhmali | 2019-01-28 | 1 | -0/+6 |
* | Merge pull request #35021 from palkan/refactor/broadcasting-for-testing | Kasper Timm Hansen | 2019-01-24 | 6 | -19/+55 |
|\ |
|
| * | fix fixture syntax in cable docs and guides | Vladimir Dementyev | 2019-01-22 | 1 | -3/+3 |
| * | Add note about broadcast_to/broadcasting_for to change log | Vladimir Dementyev | 2019-01-22 | 2 | -1/+25 |
| * | Add Channel#broadcast_to | Vladimir Dementyev | 2019-01-22 | 2 | -2/+2 |
| * | Move `channel_name` to Channel.broadcasting_for | Vladimir Dementyev | 2019-01-22 | 4 | -14/+26 |
* | | Fix attribute typo in ActionCable connection test request | Sergey Ponomarev | 2019-01-23 | 1 | -2/+0 |
|/ |
|
* | Preparing for 6.0.0.beta1 release | Rafael Mendonça França | 2019-01-18 | 3 | -2/+4 |
* | Merge pull request #34959 from alkesh26/action-cable-typo-fixes | Rafael França | 2019-01-18 | 3 | -3/+3 |
|\ |
|
| * | typo fixes in action cable | alkesh26 | 2019-01-17 | 3 | -3/+3 |
* | | Merge pull request #34941 from rmacklin/allow-actioncable-to-run-in-web-workers | Javan Makhmali | 2019-01-16 | 4 | -12/+12 |
|\ \ |
|
| * | | Remove explicit `document` receiver from add/removeEventListener calls | Richard Macklin | 2019-01-15 | 2 | -4/+4 |
| * | | Replace `window` references in ActionCable with `self` | Richard Macklin | 2019-01-14 | 3 | -8/+8 |
| |/ |
|
* / | Remove `frozen_string_literal` from Action Cable's template files | bogdanvlviv | 2019-01-16 | 1 | -2/+0 |
|/ |
|
* | Merge pull request #34934 from rmacklin/simplify-actioncable-methods-after-de... | Rafael França | 2019-01-14 | 3 | -16/+19 |
|\ |
|
| * | Simplify `this.isActive() && this.webSocket` into `this.isActive()` | Richard Macklin | 2019-01-14 | 2 | -2/+2 |
| * | Simplify ActionCable.getConfig, Connection#getProtocol, and Connection#close | Richard Macklin | 2019-01-14 | 3 | -7/+17 |
| * | Simplify ActionCable.createConsumer by using default argument | Richard Macklin | 2019-01-14 | 2 | -10/+3 |
* | | Add Action Cable Testing guides | Vladimir Dementyev | 2019-01-14 | 2 | -1/+5 |
* | | Add channel test generator | Vladimir Dementyev | 2019-01-13 | 4 | -1/+34 |
|/ |
|
* | Update Action Cable connection testing. | Kasper Timm Hansen | 2019-01-14 | 2 | -57/+57 |
* | Merge pull request #34930 from bogdanvlviv/merge-actioncable-README.md-to-the... | Ryuta Kamizono | 2019-01-14 | 1 | -544/+1 |
|\ |
|
| * | Merge `actioncable/README.md` to the Action Cable Overview guide [ci skip] | bogdanvlviv | 2019-01-13 | 1 | -544/+1 |
* | | Merge pull request #34845 from palkan/feature/action-cable-connection-testing | Kasper Timm Hansen | 2019-01-13 | 3 | -0/+434 |
|\ \
| |/
|/| |
|
| * | feature: add ActionCable::Connection::TestCase | Vladimir Dementyev | 2019-01-02 | 3 | -0/+434 |
* | | Move all npm packages to @rails scope | Javan Makhmali | 2019-01-10 | 3 | -5/+5 |
* | | Revert "Revert "Merge pull request #34387 from yhirano55/rails_info_propertie... | Kasper Timm Hansen | 2019-01-08 | 1 | -0/+3 |
* | | Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json" | Kasper Timm Hansen | 2019-01-08 | 1 | -3/+0 |
|/ |
|
* | Merge pull request #34831 from arunagw/bump-year-to-2019 | Arun Agrawal | 2018-12-31 | 2 | -2/+2 |
|\ |
|
| * | Bump license years for 2019 | Arun Agrawal | 2018-12-31 | 2 | -2/+2 |
* | | Merge pull request #34740 from sponomarev/feature/assert_has_stream | George Claghorn | 2018-12-31 | 2 | -6/+73 |
|\ \
| |/
|/| |
|
| * | Add streams assert methods to ActionCable channel test case | Sergey Ponomarev | 2018-12-18 | 2 | -6/+73 |
* | | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block | Ryuta Kamizono | 2018-12-21 | 3 | -104/+90 |
* | | Require Ruby 2.5 for Rails 6. | Kasper Timm Hansen | 2018-12-19 | 2 | -3/+3 |
|/ |
|
* | Add Missing ActiveSupport::Rescuable to ActionCable::Channel | Ilia Kasianenko | 2018-12-12 | 2 | -1/+21 |
* | Stop trying to reconnect on unauthorized cable connections | Mick Staugaard | 2018-12-05 | 9 | -10/+46 |
* | Add missing authorship to ActionCable changelog entry | Richard Macklin | 2018-12-02 | 1 | -0/+2 |
* | Merge pull request #34590 from rmacklin/use-websocket-adapter-in-getState | Javan Makhmali | 2018-12-02 | 5 | -4/+37 |
|\ |
|
| * | Replace reference to WebSocket global with ActionCable.adapters.WebSocket | Richard Macklin | 2018-12-01 | 5 | -4/+37 |
* | | Remove obsolete yarn.lock files and check in root yarn.lock file | Richard Macklin | 2018-12-02 | 1 | -4053/+0 |
|/ |
|
* | Remove circular dependency warnings in ActionCable javascript and publish sou... | rmacklin | 2018-12-01 | 15 | -289/+324 |
* | Convert ActionCable tests from CoffeeScript to ES2015 and replace Blade with ... | rmacklin | 2018-11-26 | 22 | -4778/+2479 |
* | Synchronize ActionCable JS source code with compiled bundle | Richard Macklin | 2018-11-16 | 1 | -3/+4 |
* | Allow patching polling interval logarithmic multiplier | Husam Bilal | 2018-11-14 | 1 | -3/+4 |
* | Amend CVE note and security guide section wordings | Gannon McGibbon | 2018-11-06 | 1 | -3/+3 |
* | Add CVE note to security guide and gemspecs | Gannon McGibbon | 2018-11-06 | 1 | -0/+3 |