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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the subscription factory method from the consumer to the subscriptions c...
David Heinemeier Hansson
2015-07-08
3
-9
/
+10
*
Rename SubscriptionManager/Subscriber -> Subscriptions
David Heinemeier Hansson
2015-07-08
6
-51
/
+63
*
Add URL to inspector
Javan Makhmali
2015-07-07
1
-1
/
+1
*
Add helper to inspect current state
Javan Makhmali
2015-07-07
4
-0
/
+17
*
Rework event handlers
Javan Makhmali
2015-07-07
1
-22
/
+36
*
websocket -> webSocket
Javan Makhmali
2015-07-06
1
-13
/
+13
*
Guard against opening multiple WebSocket connections
Javan Makhmali
2015-07-06
1
-7
/
+13
*
Rework connection monitor
Javan Makhmali
2015-06-27
4
-24
/
+49
*
Wait for connection to close before reopening it
Javan Makhmali
2015-06-27
1
-4
/
+7
*
Update connection API with #open, #close, #reopen
Javan Makhmali
2015-06-26
2
-20
/
+21
*
Fix misspelled variable
Javan Makhmali
2015-06-25
1
-1
/
+1
*
Cable.Consumer
Javan Makhmali
2015-06-25
5
-15
/
+31
*
Cable.Channel -> Cable.Subscription
Javan Makhmali
2015-06-25
1
-1
/
+1
*
Manage an array of subscribers since there may be more than one subscription ...
Javan Makhmali
2015-06-25
1
-13
/
+14
*
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
3
-72
/
+64
*
Assume subscribers have an identifier
Javan Makhmali
2015-06-25
2
-17
/
+24
*
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
3
-0
/
+150