aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #33102 from bogdanvlviv/refactor-actioncable-testsRafael França2018-06-0818-45/+12
|\
| * Include `ActiveSupport::Testing::MethodCallAssertions` to `ActionCable::TestC...bogdanvlviv2018-06-0813-36/+3
| * Inherit all actioncable's test classes from `ActionCable::TestCase`bogdanvlviv2018-06-089-9/+9
* | Merge pull request #27577 from maclover7/jm-fix-27547Rafael Mendonça França2018-06-082-8/+47
|\ \ | |/ |/|
| * Action Cable owns database connection, not Active RecordJon Moss2017-03-252-8/+47
* | Remove mocha from ActionCable testsutilum2018-05-311-1/+0
* | Use Ruby instead of mochautilum2018-05-313-6/+19
* | Use minitest/mock instead of mochautilum2018-05-318-45/+101
* | Fix actionable test's assertionbogdanvlviv2018-05-281-1/+1
* | remove unnecessary mocking in ActionCable testsutilum2018-05-225-39/+24
* | assert_called_withutilum2018-04-261-4/+5
* | assert_calledutilum2018-04-268-38/+71
* | assert_not_calledutilum2018-04-262-4/+12
* | Strip duplicated suffixes more strictlyRyuta Kamizono2018-04-221-1/+1
* | Replace `assert !` with `assert_not`Daniel Colson2018-04-191-1/+1
* | 2.6 warning: passing splat keyword arguments as a single Hashutilum2018-04-151-1/+1
* | Make Mocha setup explcitly Minitest-specificJames Mead2018-04-071-1/+1
* | Class methods in the `class_methods` blocks are wrongly appeared in the docRyuta Kamizono2018-04-044-4/+4
* | Remove changelog header for unreleased versionRafael Mendonça França2018-03-131-2/+0
* | Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-172-1/+6
* | Clean up and consolidate .gitignoresbogdanvlviv2018-02-171-2/+2
* | Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-174-16/+4
* | Remove support to Ruby 2.2Rafael Mendonça França2018-02-161-1/+1
* | Start Rails 6.0 development!!!Rafael Mendonça França2018-01-303-36/+5
* | Use assert_empty and assert_not_emptyDaniel Colson2018-01-251-3/+3
* | Use assert_predicate and assert_not_predicateDaniel Colson2018-01-256-13/+13
* | Change refute to assert_notDaniel Colson2018-01-251-1/+1
* | Merge pull request #31732 from koic/enable_autocorrect_for_lint_end_alignment...Matthew Draper2018-01-191-1/+1
|\ \
| * | Enable autocorrect for `Lint/EndAlignment` copKoichi ITO2018-01-181-1/+1
* | | Testing actioncable against websocket-driver 0.7.0 (#30711)Jared Beck2018-01-181-1/+1
|/ /
* | PostgreSQL: Allow pg-1.0 gem to be used with ActiveRecordLars Kanis2018-01-101-1/+1
* | Bump license years for 2018Yoshiyuki Hirano2017-12-312-2/+2
* | Preparing for 5.2.0.beta2 releaseRafael Mendonça França2017-11-283-2/+7
* | Fix typos and add a few suggestionsFatos Morina2017-11-281-1/+1
* | Preparing for 5.2.0.beta1 releaseRafael Mendonça França2017-11-273-2/+4
* | Fix unstable test test_delegate_socket_errors_to_on_error_handlerFumiaki MATSUSHIMA2017-11-231-2/+10
* | Use .tt extension to all the template filesRafael Mendonça França2017-11-136-0/+0
* | Action Cable: run Redis tests against a default config without a passwordJeremy Daer2017-11-131-2/+21
* | Enable `Style/RedundantReturn` rubocop rule, and fixed a couple moreRyuta Kamizono2017-11-011-1/+1
* | Remove CHANGELOG entry that was backported to Rails 5.1.3. [ci skip] (#30986)प्रथमेश Sonpatki2017-10-251-7/+0
* | Removed deprected evented redis adapterRafael Mendonça França2017-10-234-151/+5
* | [Action Cable] require_relative => requireAkira Matsuda2017-10-213-3/+3
* | Merge pull request #30748 from jeremy/redis-rb-4.0.1Jeremy Daer2017-10-083-3/+7
|\ \
| * | redis-rb 4.0 supportJeremy Daer2017-10-083-3/+7
* | | Distinguish missing adapter gems from load errors within the adapterJeremy Daer2017-10-081-3/+16
|/ /
* | ActionCable: use find method when unsubscribingRichard Machielse2017-09-261-1/+1
* | Fix quotes [ci skip]Yauheni Dakuka2017-09-181-2/+2
* | Clarify intentions around method redefinitionsMatthew Draper2017-09-011-0/+2
* | Use typewriter in doc for Action Cable [ci skip]Yoshiyuki Hirano2017-08-261-1/+1
* | Update MIT licenses link [ci skip]Yoshiyuki Hirano2017-08-221-1/+1