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
/
javascript
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix style issues and build source after #35525
Kasper Timm Hansen
2019-03-11
1
-1
/
+1
*
address pr feedback
Ryan Castner
2019-03-09
1
-6
/
+2
*
feat(js): Dynamic Actioncable WebSocket URL
Ryan Castner
2019-03-07
1
-3
/
+9
*
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
2
-3
/
+9
*
Simplify ActionCable.createConsumer by using default argument
Richard Macklin
2019-01-14
1
-5
/
+1
*
Stop trying to reconnect on unauthorized cable connections
Mick Staugaard
2018-12-05
1
-1
/
+4
*
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
7
-66
/
+70
*
Synchronize ActionCable JS source code with compiled bundle
Richard Macklin
2018-11-16
1
-3
/
+4
*
Convert ActionCable javascript to ES2015 modules with modern build environment
Richard Macklin
2018-11-02
6
-256
/
+261
*
Refactor decaffeinate output to more natural/idiomatic javascript
Richard Macklin
2018-11-02
6
-279
/
+228
*
Run decaffeinate on action_cable/*.js
Richard Macklin
2018-11-02
6
-401
/
+581
*
Move actioncable javascript to app/javascript and change .coffee -> .js
Richard Macklin
2018-11-02
6
-0
/
+433