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
/
app
/
assets
/
javascripts
/
action_cable.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify ActionCable.createWebSocketURL and realphabetize exports (#35810)
rmacklin
2019-04-02
1
-5
/
+7
*
feat(js): Dynamic ActionCable URL (#35579)
Ryan Castner
2019-03-31
1
-12
/
+34
*
Fix style issues and build source after #35525
Kasper Timm Hansen
2019-03-11
1
-3
/
+4
*
Remove explicit `document` receiver from add/removeEventListener calls
Richard Macklin
2019-01-15
1
-2
/
+2
*
Replace `window` references in ActionCable with `self`
Richard Macklin
2019-01-14
1
-2
/
+2
*
Simplify `this.isActive() && this.webSocket` into `this.isActive()`
Richard Macklin
2019-01-14
1
-1
/
+1
*
Simplify ActionCable.getConfig, Connection#getProtocol, and Connection#close
Richard Macklin
2019-01-14
1
-4
/
+8
*
Simplify ActionCable.createConsumer by using default argument
Richard Macklin
2019-01-14
1
-5
/
+2
*
Stop trying to reconnect on unauthorized cable connections
Mick Staugaard
2018-12-05
1
-1
/
+13
*
Replace reference to WebSocket global with ActionCable.adapters.WebSocket
Richard Macklin
2018-12-01
1
-2
/
+2
*
Remove circular dependency warnings in ActionCable javascript and publish sou...
rmacklin
2018-12-01
1
-200
/
+203
*
Allow patching polling interval logarithmic multiplier
Husam Bilal
2018-11-14
1
-3
/
+4
*
Convert ActionCable javascript to ES2015 modules with modern build environment
Richard Macklin
2018-11-02
1
-0
/
+475