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
*
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