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
/
client_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include `ActiveSupport::Testing::MethodCallAssertions` to `ActionCable::TestC...
bogdanvlviv
2018-06-08
1
-3
/
+0
*
assert_called
utilum
2018-04-26
1
-3
/
+7
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-1
/
+1
*
Use frozen string literal in actioncable/
Kir Shatrov
2017-07-23
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+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
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-11
/
+11
*
Use a branch of websocket-client-simple, to work around read/close race
Matthew Draper
2016-10-06
1
-7
/
+0
*
Use websocket-client-simple instead of Faye as a websockets client
Matthew Draper
2016-10-02
1
-57
/
+81
*
Remove Faye mode
Matthew Draper
2016-10-01
1
-1
/
+0
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-22
/
+22
*
applies new string literal convention in actioncable/test
Xavier Noria
2016-08-06
1
-28
/
+28
*
Make client test run individually.
Kasper Timm Hansen
2016-06-28
1
-1
/
+3
*
client test have not using Pathname and hashwithindifferent access
Gaurav Sharma
2016-06-26
1
-3
/
+0
*
Properly support reloading for Action Cable channels
Matthew Draper
2016-06-02
1
-25
/
+47
*
Cable: Extract stream handler construction
Jeremy Daer
2016-04-18
1
-1
/
+3
*
Cable message encoding
Jeremy Daer
2016-03-31
1
-18
/
+18
*
Merge pull request #23992 from matthewd/em-option
Matthew Draper
2016-03-04
1
-2
/
+3
|
\
|
*
Support faye-websocket + EventMachine as an option
Matthew Draper
2016-03-02
1
-2
/
+3
*
|
Merge pull request #23976 from danielrhodes/enhancement/ac-ping-to-message-type
Matthew Draper
2016-03-02
1
-1
/
+8
|
\
\
|
|
/
|
/
|
|
*
Make ping into a message type
Daniel Rhodes
2016-03-01
1
-1
/
+1
|
*
Added welcome message type and fix test hacks
Daniel Rhodes
2016-03-01
1
-0
/
+6
*
|
Use AS::Executor / AS::Reloader to support reloading in ActionCable
Matthew Draper
2016-03-02
1
-0
/
+20
|
/
*
Merge pull request #23715 from maclover7/fix-unsubscribe
Matthew Draper
2016-02-19
1
-0
/
+21
|
\
|
*
Fix `unsubscribed` server side behavior
Jon Moss
2016-02-18
1
-0
/
+21
*
|
Use a semaphore to signal message availability
Matthew Draper
2016-02-19
1
-7
/
+8
|
/
*
Don't rely on the global server as a receiver.
Kasper Timm Hansen
2016-02-14
1
-3
/
+1
*
Default connection class to ActionCable::Connection::Base.
Kasper Timm Hansen
2016-02-14
1
-8
/
+0
*
Inject Rails' channel paths in engine.
Kasper Timm Hansen
2016-02-14
1
-9
/
+1
*
Cant run on an out-of-the-box OSX installation without running out of TOO MAN...
David Heinemeier Hansson
2016-02-05
1
-1
/
+1
*
Merge pull request #23370 from maclover7/actioncable-main-travis-build
Guillermo Iguaran
2016-01-31
1
-9
/
+0
|
\
|
*
Remove unused method
Jon Moss
2016-01-31
1
-9
/
+0
*
|
Wait for EventMachine to finish starting
Matthew Draper
2016-02-01
1
-0
/
+1
|
/
*
Use a gentler disconnect
Matthew Draper
2016-01-30
1
-2
/
+2
*
Don't bother stopping EM between tests
Matthew Draper
2016-01-30
1
-38
/
+3
*
Keep the socket reference after close
Matthew Draper
2016-01-30
1
-3
/
+2
*
Reduce the client count, in hope of a more consistent test
Matthew Draper
2016-01-30
1
-3
/
+3
*
Be more patient while gathering the expected responses
Matthew Draper
2016-01-30
1
-4
/
+3
*
Handle more IO errors (especially, ECONNRESET)
Matthew Draper
2016-01-30
1
-0
/
+26
*
Add a couple of tests that connect with a WS client
Matthew Draper
2016-01-30
1
-0
/
+238