| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | 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 |
* | | Bump license years for 2018 | Yoshiyuki Hirano | 2017-12-31 | 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 |
* | | Use .tt extension to all the template files | Rafael Mendonça França | 2017-11-13 | 6 | -0/+0 |
* | | 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 | 3 | -3/+3 |
* | | Merge pull request #30748 from jeremy/redis-rb-4.0.1 | Jeremy Daer | 2017-10-08 | 2 | -3/+3 |
|\ \ |
|
| * | | redis-rb 4.0 support | Jeremy Daer | 2017-10-08 | 2 | -3/+3 |
* | | | Distinguish missing adapter gems from load errors within the adapter | Jeremy Daer | 2017-10-08 | 1 | -3/+16 |
|/ / |
|
* | | ActionCable: use find method when unsubscribing | Richard Machielse | 2017-09-26 | 1 | -1/+1 |
* | | Clarify intentions around method redefinitions | Matthew Draper | 2017-09-01 | 1 | -0/+2 |
* | | Use typewriter in doc for Action Cable [ci skip] | Yoshiyuki Hirano | 2017-08-26 | 1 | -1/+1 |
* | | Attributes are protected, not private, to avoid the warning | Matthew Draper | 2017-08-20 | 1 | -1/+2 |
* | | Capitalize Redis | Jon Moss | 2017-08-17 | 1 | -1/+1 |
* | | [ci skip] Prefer cookies.encrypted over signed (#30129) | Claudio B | 2017-08-07 | 1 | -1/+1 |
* | | Use frozen string literal in actioncable/ | Kir Shatrov | 2017-07-23 | 42 | -1/+83 |
* | | Make actioncable ready for frozen strings | Kir Shatrov | 2017-07-23 | 1 | -1/+5 |
* | | [Fix #28751] Hash stream long stream identifiers when using Postgres adapter | palkan | 2017-07-06 | 1 | -3/+8 |
* | | [Action Cable] require => require_relative | Akira Matsuda | 2017-07-01 | 3 | -3/+3 |
* | | Allows for other common redis options to be in cable.yml, by default | Marc Ignacio | 2017-06-22 | 1 | -1/+3 |