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
*
ActionCable: don't allowlist keys passed to the Redis initializer
Blake Stoddard
2019-04-22
1
-2
/
+2
*
Output junit format test report
Fumiaki MATSUSHIMA
2019-04-04
1
-0
/
+2
*
Simplify ActionCable.createWebSocketURL and realphabetize exports (#35810)
rmacklin
2019-04-02
1
-2
/
+3
*
feat(js): Dynamic ActionCable URL (#35579)
Ryan Castner
2019-03-31
1
-2
/
+5
*
feat(js): Dynamic Actioncable WebSocket URL
Ryan Castner
2019-03-07
1
-0
/
+8
*
Address uninitialized constant PostgresqlAdapterTest::ChannelPrefixTest (Name...
Yasuo Honda
2019-02-15
1
-0
/
+1
*
feat: support channel_prefix in pg subscription adapter
Vladimir Dementyev
2019-02-14
1
-0
/
+1
*
Allow passing custom config to ActionCable::Server::Base
Vladimir Dementyev
2019-02-12
1
-9
/
+1
*
Respect ENV variables when finding DBs etc for the test suite
Matthew Draper
2019-02-06
1
-2
/
+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
1
-3
/
+12
*
Merge pull request #34959 from alkesh26/action-cable-typo-fixes
Rafael França
2019-01-18
2
-2
/
+2
|
\
|
*
typo fixes in action cable
alkesh26
2019-01-17
2
-2
/
+2
*
|
Replace `window` references in ActionCable with `self`
Richard Macklin
2019-01-14
1
-4
/
+4
|
/
*
Update Action Cable connection testing.
Kasper Timm Hansen
2019-01-14
1
-13
/
+18
*
feature: add ActionCable::Connection::TestCase
Vladimir Dementyev
2019-01-02
1
-0
/
+192
*
Merge pull request #34740 from sponomarev/feature/assert_has_stream
George Claghorn
2018-12-31
1
-2
/
+28
|
\
|
*
Add streams assert methods to ActionCable channel test case
Sergey Ponomarev
2018-12-18
1
-2
/
+28
*
|
Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block
Ryuta Kamizono
2018-12-21
2
-97
/
+85
|
/
*
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
[next]