index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actioncable
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Missing ActiveSupport::Rescuable to ActionCable::Channel
Ilia Kasianenko
2018-12-12
1
-1
/
+17
*
Stop trying to reconnect on unauthorized cable connections
Mick Staugaard
2018-12-05
3
-4
/
+7
*
Replace reference to WebSocket global with ActionCable.adapters.WebSocket
Richard Macklin
2018-12-01
2
-0
/
+29
*
Remove circular dependency warnings in ActionCable javascript and publish sou...
rmacklin
2018-12-01
3
-18
/
+8
*
Convert ActionCable tests from CoffeeScript to ES2015 and replace Blade with ...
rmacklin
2018-11-26
15
-4713
/
+232
*
Fix typos
R.T. Lechow
2018-10-01
1
-1
/
+1
*
Add ActionCable::Channel::TestCase
Vladimir Dementyev
2018-09-26
1
-0
/
+188
*
Remove private def
Sakshi Jain
2018-09-23
1
-9
/
+10
*
Fix test case to ensure default connection id is filled
Ryuta Kamizono
2018-09-07
1
-2
/
+2
*
ActionCable: add id option to redis adapter config
Ilia Kasianenko
2018-09-05
1
-2
/
+10
*
DRY in `assert_broadcasts`
bogdanvlviv
2018-08-23
1
-0
/
+10
*
Simplify configuring of `ActionCable.server.config.logger` for actioncable tests
bogdanvlviv
2018-08-23
1
-1
/
+1
*
Add Action Cable test case and test helper
Vladimir Dementyev
2018-08-19
2
-0
/
+110
*
Add Action Cable test adapter
Vladimir Dementyev
2018-08-19
1
-0
/
+47
*
Remove thirdparty FIXME
Alberto Almagro
2018-07-25
1
-2
/
+1
*
Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the future
Ryuta Kamizono
2018-07-12
1
-1
/
+0
*
Remove redundant accessors
utilum
2018-06-11
1
-2
/
+0
*
Merge pull request #33102 from bogdanvlviv/refactor-actioncable-tests
Rafael França
2018-06-08
18
-45
/
+12
|
\
|
*
Include `ActiveSupport::Testing::MethodCallAssertions` to `ActionCable::TestC...
bogdanvlviv
2018-06-08
13
-36
/
+3
|
*
Inherit all actioncable's test classes from `ActionCable::TestCase`
bogdanvlviv
2018-06-08
9
-9
/
+9
*
|
Merge pull request #27577 from maclover7/jm-fix-27547
Rafael Mendonça França
2018-06-08
1
-0
/
+23
|
\
\
|
|
/
|
/
|
|
*
Action Cable owns database connection, not Active Record
Jon Moss
2017-03-25
1
-0
/
+23
*
|
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
*
|
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
*
|
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
*
|
Fix unstable test test_delegate_socket_errors_to_on_error_handler
Fumiaki MATSUSHIMA
2017-11-23
1
-2
/
+10
*
|
Action Cable: run Redis tests against a default config without a password
Jeremy Daer
2017-11-13
1
-2
/
+21
*
|
Removed deprected evented redis adapter
Rafael Mendonça França
2017-10-23
1
-61
/
+0
*
|
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
*
|
Use frozen string literal in actioncable/
Kir Shatrov
2017-07-23
35
-0
/
+70
*
|
Fix postgresql adapter setup for ActionCable tests
palkan
2017-07-11
1
-1
/
+1
*
|
[Fix #28751] Hash stream long stream identifiers when using Postgres adapter
palkan
2017-07-06
1
-0
/
+14
*
|
Remove redundant `assert_respond_to`
Ryuta Kamizono
2017-07-03
1
-13
/
+3
*
|
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
35
-35
/
+0
*
|
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
35
-0
/
+35
*
|
Allows for other common redis options to be in cable.yml, by default
Marc Ignacio
2017-06-22
2
-2
/
+10
*
|
Use `require_relative` instead of `require` with full path
bogdanvlviv
2017-06-14
5
-7
/
+7
*
|
Define path with __dir__
bogdanvlviv
2017-05-23
1
-1
/
+1
[next]