| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove mocha from ActionCable tests | utilum | 2018-05-31 | 1 | -1/+0 |
* | Use Ruby instead of mocha | utilum | 2018-05-31 | 3 | -6/+19 |
* | Use minitest/mock instead of mocha | utilum | 2018-05-31 | 8 | -45/+101 |
* | Fix actionable test's assertion | bogdanvlviv | 2018-05-28 | 1 | -1/+1 |
* | remove unnecessary mocking in ActionCable tests | utilum | 2018-05-22 | 5 | -39/+24 |
* | assert_called_with | utilum | 2018-04-26 | 1 | -4/+5 |
* | assert_called | utilum | 2018-04-26 | 8 | -38/+71 |
* | assert_not_called | utilum | 2018-04-26 | 2 | -4/+12 |
* | Strip duplicated suffixes more strictly | Ryuta Kamizono | 2018-04-22 | 1 | -1/+1 |
* | Replace `assert !` with `assert_not` | Daniel Colson | 2018-04-19 | 1 | -1/+1 |
* | 2.6 warning: passing splat keyword arguments as a single Hash | utilum | 2018-04-15 | 1 | -1/+1 |
* | Make Mocha setup explcitly Minitest-specific | James Mead | 2018-04-07 | 1 | -1/+1 |
* | Class methods in the `class_methods` blocks are wrongly appeared in the doc | Ryuta Kamizono | 2018-04-04 | 4 | -4/+4 |
* | Remove changelog header for unreleased version | Rafael Mendonça França | 2018-03-13 | 1 | -2/+0 |
* | Rails 6 requires Ruby 2.4.1+ | Jeremy Daer | 2018-02-17 | 2 | -1/+6 |
* | Clean up and consolidate .gitignores | bogdanvlviv | 2018-02-17 | 1 | -2/+2 |
* | Rails 6 requires Ruby 2.3+ | Jeremy Daer | 2018-02-17 | 4 | -16/+4 |
* | Remove support to Ruby 2.2 | Rafael Mendonça França | 2018-02-16 | 1 | -1/+1 |
* | Start Rails 6.0 development!!! | Rafael Mendonça França | 2018-01-30 | 3 | -36/+5 |
* | Use assert_empty and assert_not_empty | Daniel Colson | 2018-01-25 | 1 | -3/+3 |
* | Use assert_predicate and assert_not_predicate | Daniel Colson | 2018-01-25 | 6 | -13/+13 |
* | Change refute to assert_not | Daniel Colson | 2018-01-25 | 1 | -1/+1 |
* | Merge pull request #31732 from koic/enable_autocorrect_for_lint_end_alignment... | Matthew Draper | 2018-01-19 | 1 | -1/+1 |
|\ |
|
| * | Enable autocorrect for `Lint/EndAlignment` cop | Koichi ITO | 2018-01-18 | 1 | -1/+1 |
* | | Testing actioncable against websocket-driver 0.7.0 (#30711) | Jared Beck | 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 | 2 | -2/+2 |
* | Preparing for 5.2.0.beta2 release | Rafael Mendonça França | 2017-11-28 | 3 | -2/+7 |
* | Fix typos and add a few suggestions | Fatos Morina | 2017-11-28 | 1 | -1/+1 |
* | Preparing for 5.2.0.beta1 release | Rafael Mendonça França | 2017-11-27 | 3 | -2/+4 |
* | Fix unstable test test_delegate_socket_errors_to_on_error_handler | Fumiaki MATSUSHIMA | 2017-11-23 | 1 | -2/+10 |
* | Use .tt extension to all the template files | Rafael Mendonça França | 2017-11-13 | 6 | -0/+0 |
* | Action Cable: run Redis tests against a default config without a password | Jeremy Daer | 2017-11-13 | 1 | -2/+21 |
* | Enable `Style/RedundantReturn` rubocop rule, and fixed a couple more | Ryuta Kamizono | 2017-11-01 | 1 | -1/+1 |
* | Remove CHANGELOG entry that was backported to Rails 5.1.3. [ci skip] (#30986) | प्रथमेश Sonpatki | 2017-10-25 | 1 | -7/+0 |
* | Removed deprected evented redis adapter | Rafael Mendonça França | 2017-10-23 | 4 | -151/+5 |
* | [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 | 3 | -3/+7 |
|\ |
|
| * | redis-rb 4.0 support | Jeremy Daer | 2017-10-08 | 3 | -3/+7 |
* | | 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 |
* | Fix quotes [ci skip] | Yauheni Dakuka | 2017-09-18 | 1 | -2/+2 |
* | 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 |
* | Update MIT licenses link [ci skip] | Yoshiyuki Hirano | 2017-08-22 | 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 |
* | Fix RuboCop offenses | Koichi ITO | 2017-08-16 | 1 | -1/+1 |
* | Remove unused `close_connection` in Action Cable tests (#30195) | Ryuta Kamizono | 2017-08-11 | 2 | -8/+0 |
* | [ci skip] Prefer cookies.encrypted over signed (#30129) | Claudio B | 2017-08-07 | 2 | -2/+2 |