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
/
lib
/
assets
/
javascripts
/
cable.js.coffee
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Cable.Consumer
Javan Makhmali
2015-06-25
1
-16
/
+5
|
*
Cable.Channel -> Cable.Subscription
Javan Makhmali
2015-06-25
1
-3
/
+3
|
*
Extract connection monitoring and rewrite as a subscriber
Javan Makhmali
2015-06-25
1
-0
/
+2
|
*
Assume subscribers have an identifier
Javan Makhmali
2015-06-25
1
-5
/
+2
|
*
Move connection and subscriber code into their own classes
Javan Makhmali
2015-06-25
1
-124
/
+10
|
*
Update API to camel cased equivalent of WebSocket's API
Javan Makhmali
2015-06-24
1
-21
/
+26
|
*
Create JavaScript channels identified by their Ruby class name
Javan Makhmali
2015-06-24
1
-0
/
+5
|
*
Switch internal actions to be called commands instead, such that we can use ↵
David Heinemeier Hansson
2015-06-19
1
-3
/
+3
|
|
|
|
action as the routing word on the user side
*
Clear ping wait timeout when removing the connection
Pratik Naik
2015-04-03
1
-1
/
+2
|
*
Increase the stale timout
Pratik Naik
2015-03-24
1
-1
/
+1
|
*
Don't call connection#close directly
Pratik Naik
2015-03-23
1
-1
/
+1
|
*
Call reconnect() when a ping doesnt arrive in expected time
Pratik Naik
2015-02-26
1
-1
/
+1
|
*
Remove existing connection when trying to reconnect to ensure we dont end up ↵
Pratik Naik
2015-02-26
1
-0
/
+9
|
|
|
|
with multiple connections
*
Never stop attempting to reconnect
Pratik Naik
2015-02-26
1
-9
/
+2
|
*
Reconnect the websocket if the server doesnt send a ping every 6 seconds
Pratik Naik
2015-02-26
1
-4
/
+18
|
*
Move assets to the gem
Pratik Naik
2015-02-12
1
-0
/
+107