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
*
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
*
Work around all the things
Matthew Draper
2017-04-06
1
-1
/
+11
*
Avoid "can't modify frozen IOError" failures
Matthew Draper
2017-04-05
1
-5
/
+16
*
Fix a race in ActionCable stream tests
Matthew Draper
2017-03-23
1
-0
/
+4
*
Deprecate the EventedRedis subscription adapter
Matthew Draper
2017-02-23
1
-1
/
+3
*
correctly check error message
yuuji.yaginuma
2017-01-25
1
-3
/
+6
*
Add channel_prefix support to ActionCable redis/evented_redis adapters.
Chad Ingram
2017-01-17
3
-0
/
+40
*
ActionCable should not raise when a connection is already open
Duncan Grazier
2017-01-06
1
-2
/
+5
*
Privatize unneededly protected methods in Action Cable tests
Akira Matsuda
2016-12-24
3
-3
/
+3
*
Prevent race condition when launching EventMachine reactor
Matthew Draper
2016-11-30
1
-0
/
+26
*
Add more Action Cable JavaScript tests
Javan Makhmali
2016-11-21
4
-0
/
+78
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
4
-14
/
+14
*
Permit same-origin connections by default
Matthew Draper
2016-10-11
1
-1
/
+2
*
Merge pull request #26568 from skateman/cable-sameorigin-as-host
Matthew Draper
2016-10-11
1
-0
/
+8
|
\
|
*
Optionally allow ActionCable requests from the same host as origin
Dávid Halász
2016-09-21
1
-0
/
+8
*
|
Wait for the socket to be closed asynchronously
Matthew Draper
2016-10-06
1
-2
/
+10
*
|
Use a branch of websocket-client-simple, to work around read/close race
Matthew Draper
2016-10-06
1
-7
/
+0
*
|
Don't shut down adapters that haven't been set
Matthew Draper
2016-10-04
1
-1
/
+1
*
|
Add tests for Server::Base#restart
Jon Moss
2016-10-02
1
-0
/
+33
*
|
Use websocket-client-simple instead of Faye as a websockets client
Matthew Draper
2016-10-02
1
-57
/
+81
*
|
Shut down EventMachine before re-enabling warnings
Matthew Draper
2016-10-02
2
-0
/
+9
*
|
In-line the configuration points that only existed for Faye support
Matthew Draper
2016-10-01
1
-1
/
+0
*
|
Remove Faye mode
Matthew Draper
2016-10-01
6
-63
/
+4
*
|
Merge pull request #26547 from palkan/fix/actioncable-confirmation-race-condi...
Matthew Draper
2016-10-01
5
-6
/
+47
|
\
\
|
*
|
Add Channel#ensure_confirmation_sent; call #subscribe_to_channel after initia...
palkan
2016-09-22
4
-6
/
+15
|
*
|
[Fix #25381] Avoid race condition on subscription confirmation
palkan
2016-09-20
3
-5
/
+37
|
|
/
*
/
Buffer writes to the cable sockets
Matthew Draper
2016-09-28
1
-1
/
+3
|
/
*
Prevent invocation of channel action if rejected connection
Jon Moss
2016-08-19
1
-0
/
+15
[next]