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
Commit message (
Expand
)
Author
Age
Files
Lines
*
event -> callbackName
Javan Makhmali
2015-06-25
1
-4
/
+4
*
Add "initialized" notification
Javan Makhmali
2015-06-25
1
-0
/
+1
*
Extract connection monitoring and rewrite as a subscriber
Javan Makhmali
2015-06-25
4
-72
/
+66
*
Assume subscribers have an identifier
Javan Makhmali
2015-06-25
3
-22
/
+26
*
Switch back to original API and callback naming
Javan Makhmali
2015-06-25
3
-7
/
+7
*
Move connection and subscriber code into their own classes
Javan Makhmali
2015-06-25
4
-130
/
+141
*
Update API to camel cased equivalent of WebSocket's API
Javan Makhmali
2015-06-24
2
-31
/
+35
*
Create JavaScript channels identified by their Ruby class name
Javan Makhmali
2015-06-24
2
-25
/
+23
*
Require Cable.Channel constructors to define their channel name
Javan Makhmali
2015-06-23
1
-7
/
+6
*
Assume channel names include the _channel extension
David Heinemeier Hansson
2015-06-20
1
-1
/
+1
*
Add new convention method for performing channel actions
David Heinemeier Hansson
2015-06-20
1
-0
/
+7
*
Switch internal actions to be called commands instead, such that we can use a...
David Heinemeier Hansson
2015-06-19
1
-3
/
+3
*
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
*
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
2
-0
/
+134