| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'v6.0.0.beta3' | eileencodes | 2019-03-13 | 3 | -2/+7 |
|\ |
|
| * | Prep release | eileencodes | 2019-03-11 | 3 | -2/+7 |
* | | Fix style issues and build source after #35525 | Kasper Timm Hansen | 2019-03-11 | 2 | -4/+5 |
* | | Merge pull request #35525 from audiolion/feature/dynamic-actioncable-websocke... | Kasper Timm Hansen | 2019-03-11 | 2 | -3/+13 |
|\ \ |
|
| * | | address pr feedback | Ryan Castner | 2019-03-09 | 1 | -6/+2 |
| * | | feat(js): Dynamic Actioncable WebSocket URL | Ryan Castner | 2019-03-07 | 2 | -3/+17 |
| |/ |
|
* / | Updated links from http to https in guides, docs, etc | Abhay Nikam | 2019-03-09 | 2 | -2/+2 |
|/ |
|
* | Preparing for 6.0.0.beta2 release | Rafael Mendonça França | 2019-02-25 | 3 | -2/+4 |
* | Address uninitialized constant PostgresqlAdapterTest::ChannelPrefixTest (Name... | Yasuo Honda | 2019-02-15 | 1 | -0/+1 |
* | feat: support channel_prefix in pg subscription adapter | Vladimir Dementyev | 2019-02-14 | 3 | -0/+9 |
* | Allow passing custom config to ActionCable::Server::Base | Vladimir Dementyev | 2019-02-12 | 3 | -11/+29 |
* | 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 |