| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable `Layout/EmptyLinesAroundAccessModifier` cop | Ryuta Kamizono | 2019-06-13 | 1 | -1/+0 |
* | ActionCable: optimize logger.debug calling | Alex Emelyanov | 2019-06-08 | 1 | -1/+1 |
* | Start Rails 6.1 development | Rafael Mendonça França | 2019-04-24 | 1 | -2/+2 |
* | ActionCable: don't allowlist keys passed to the Redis initializer | Blake Stoddard | 2019-04-22 | 1 | -1/+3 |
* | url -> URL where apt except inside actionpack/ | Sharang Dashputre | 2019-04-01 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | typo fixes in action cable | alkesh26 | 2019-01-17 | 1 | -1/+1 |
* | Add Action Cable Testing guides | Vladimir Dementyev | 2019-01-14 | 1 | -1/+1 |
* | Update Action Cable connection testing. | Kasper Timm Hansen | 2019-01-14 | 1 | -44/+39 |
* | feature: add ActionCable::Connection::TestCase | Vladimir Dementyev | 2019-01-02 | 2 | -0/+242 |
* | 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 | 2 | -4/+11 |
* | Update authorization.rb | Esquith Allen | 2018-10-30 | 1 | -1/+1 |
* | Fix typos | R.T. Lechow | 2018-10-01 | 1 | -2/+2 |
* | 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 | 2 | -0/+143 |
* | 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 |
* | | 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 |
* | | Enable autocorrect for `Lint/EndAlignment` cop | Koichi ITO | 2018-01-18 | 1 | -1/+1 |
* | | PostgreSQL: Allow pg-1.0 gem to be used with ActiveRecord | Lars Kanis | 2018-01-10 | 1 | -1/+1 |
* | | Preparing for 5.2.0.beta2 release | Rafael Mendonça França | 2017-11-28 | 1 | -1/+1 |
* | | Preparing for 5.2.0.beta1 release | Rafael Mendonça França | 2017-11-27 | 1 | -1/+1 |
* | | Enable `Style/RedundantReturn` rubocop rule, and fixed a couple more | Ryuta Kamizono | 2017-11-01 | 1 | -1/+1 |
* | | Removed deprected evented redis adapter | Rafael Mendonça França | 2017-10-23 | 1 | -89/+0 |
* | | [Action Cable] require_relative => require | Akira Matsuda | 2017-10-21 | 2 | -2/+2 |
* | | Merge pull request #30748 from jeremy/redis-rb-4.0.1 | Jeremy Daer | 2017-10-08 | 2 | -3/+3 |
|\ \ |
|