| Commit message (Expand) | Author | Age | Files | Lines |
* | Prep release | eileencodes | 2019-03-11 | 1 | -1/+1 |
* | Preparing for 6.0.0.beta2 release | Rafael Mendonça França | 2019-02-25 | 1 | -1/+1 |
* | feat: support channel_prefix in pg subscription adapter | Vladimir Dementyev | 2019-02-14 | 1 | -0/+2 |
* | Allow passing custom config to ActionCable::Server::Base | Vladimir Dementyev | 2019-02-12 | 1 | -2/+5 |
* | 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 | 2 | -0/+4 |
* | Merge pull request #35021 from palkan/refactor/broadcasting-for-testing | Kasper Timm Hansen | 2019-01-24 | 3 | -15/+23 |
|\ |
|
| * | 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 | 1 | -1/+6 |
| * | Add Channel#broadcast_to | Vladimir Dementyev | 2019-01-22 | 1 | -1/+1 |
| * | Move `channel_name` to Channel.broadcasting_for | Vladimir Dementyev | 2019-01-22 | 3 | -11/+14 |
* | | 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 | 1 | -1/+1 |
* | Merge pull request #34959 from alkesh26/action-cable-typo-fixes | Rafael França | 2019-01-18 | 1 | -1/+1 |
|\ |
|
| * | typo fixes in action cable | alkesh26 | 2019-01-17 | 1 | -1/+1 |
* | | Remove `frozen_string_literal` from Action Cable's template files | bogdanvlviv | 2019-01-16 | 1 | -2/+0 |
|/ |
|
* | Add Action Cable Testing guides | Vladimir Dementyev | 2019-01-14 | 1 | -1/+1 |
* | Add channel test generator | Vladimir Dementyev | 2019-01-13 | 4 | -1/+34 |
* | Update Action Cable connection testing. | Kasper Timm Hansen | 2019-01-14 | 1 | -44/+39 |
* | Merge pull request #34845 from palkan/feature/action-cable-connection-testing | Kasper Timm Hansen | 2019-01-13 | 2 | -0/+242 |
|\ |
|
| * | feature: add ActionCable::Connection::TestCase | Vladimir Dementyev | 2019-01-02 | 2 | -0/+242 |
* | | Move all npm packages to @rails scope | Javan Makhmali | 2019-01-10 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #34831 from arunagw/bump-year-to-2019 | Arun Agrawal | 2018-12-31 | 1 | -1/+1 |
|\ |
|
| * | Bump license years for 2019 | Arun Agrawal | 2018-12-31 | 1 | -1/+1 |
* | | Merge pull request #34740 from sponomarev/feature/assert_has_stream | George Claghorn | 2018-12-31 | 1 | -4/+45 |
|\ \
| |/
|/| |
|
| * | Add streams assert methods to ActionCable channel test case | Sergey Ponomarev | 2018-12-18 | 1 | -4/+45 |
* | | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block | Ryuta Kamizono | 2018-12-21 | 1 | -7/+5 |
|/ |
|
* | Add Missing ActiveSupport::Rescuable to ActionCable::Channel | Ilia Kasianenko | 2018-12-12 | 1 | -0/+4 |
* | Stop trying to reconnect on unauthorized cable connections | Mick Staugaard | 2018-12-05 | 3 | -4/+17 |
* | Update authorization.rb | Esquith Allen | 2018-10-30 | 1 | -1/+1 |
* | Remove unnecessary escape character | Francesco Rodríguez | 2018-10-19 | 1 | -2/+2 |
* | Fix typos | R.T. Lechow | 2018-10-01 | 1 | -2/+2 |
* | Make Webpacker the default JavaScript compiler for Rails 6 (#33079) | David Heinemeier Hansson | 2018-09-30 | 6 | -31/+16 |
* | Add `Style/RedundantFreeze` to remove redudant `.freeze` | Yasuo Honda | 2018-09-29 | 1 | -6/+6 |
* | Remove Rails 5.0 workaround from ActionCable::Channel::TestCase | Vladimir Dementyev | 2018-09-27 | 1 | -6/+2 |
* | Add ActionCable::Channel::TestCase | Vladimir Dementyev | 2018-09-26 | 2 | -0/+276 |
* | Enable `Performance/UnfreezeString` cop | yuuji.yaginuma | 2018-09-23 | 1 | -1/+1 |
* | ActionCable: add id option to redis adapter config | Ilia Kasianenko | 2018-09-05 | 1 | -1/+2 |
* | DRY in `assert_broadcasts` | bogdanvlviv | 2018-08-23 | 1 | -2/+3 |
* | Clarify api docs of ActionCable::SubscriptionAdapter::Test | bogdanvlviv | 2018-08-23 | 2 | -2/+2 |
* | Add Action Cable test case and test helper | Vladimir Dementyev | 2018-08-19 | 3 | -0/+145 |
* | Add Action Cable test adapter | Vladimir Dementyev | 2018-08-19 | 2 | -0/+41 |
* | Better compatibility with SPEC. | Samuel Williams | 2018-07-04 | 1 | -2/+4 |
* | Merge pull request #27577 from maclover7/jm-fix-27547 | Rafael Mendonça França | 2018-06-08 | 1 | -8/+24 |
|\ |
|
| * | Action Cable owns database connection, not Active Record | Jon Moss | 2017-03-25 | 1 | -8/+24 |
* | | Strip duplicated suffixes more strictly | Ryuta Kamizono | 2018-04-22 | 1 | -1/+1 |
* | | Class methods in the `class_methods` blocks are wrongly appeared in the doc | Ryuta Kamizono | 2018-04-04 | 4 | -4/+4 |
* | | Rails 6 requires Ruby 2.3+ | Jeremy Daer | 2018-02-17 | 4 | -16/+4 |
* | | Start Rails 6.0 development!!! | Rafael Mendonça França | 2018-01-30 | 1 | -3/+3 |