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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make sure ActionCable.Subscriptions#create always returns the newly created s...
Pratik Naik
2016-03-04
1
-0
/
+2
*
Store reference to Subscriptions instance for convenience
Javan Makhmali
2016-03-03
1
-5
/
+6
*
Implicity add Subscription instance to subscriptions collection
Javan Makhmali
2016-03-03
2
-13
/
+12
*
Share default mount path with client side .js
Javan Makhmali
2016-03-03
3
-3
/
+4
*
Fix location of default mount path value
Javan Makhmali
2016-03-03
1
-2
/
+3
*
Defer starting connection monitor until a connection is opened
Javan Makhmali
2016-03-03
3
-41
/
+52
*
Establish WebSocket connection when first subscription is created. Fixes #24026
Javan Makhmali
2016-03-03
3
-9
/
+10
*
Merge pull request #23992 from matthewd/em-option
Matthew Draper
2016-03-04
29
-51
/
+227
|
\
|
*
Support faye-websocket + EventMachine as an option
Matthew Draper
2016-03-02
29
-51
/
+227
*
|
ConnectionMonitor is once again notified of disconnect
Daniel Rhodes
2016-03-03
2
-0
/
+2
*
|
Fix CHANGELOG spacing [ci skip]
Jeremy Daer
2016-03-02
1
-12
/
+12
*
|
Accept JSON with no backslashes/escaping
Jon Moss
2016-03-02
4
-8
/
+27
*
|
Merge pull request #23976 from danielrhodes/enhancement/ac-ping-to-message-type
Matthew Draper
2016-03-02
7
-19
/
+24
|
\
\
|
*
|
Make ping into a message type
Daniel Rhodes
2016-03-01
6
-15
/
+10
|
*
|
Added welcome message type and fix test hacks
Daniel Rhodes
2016-03-01
5
-5
/
+14
*
|
|
Merge pull request #23932 from arthurnn/arthurnn/remove_load_paths
Arthur Nogueira Neves
2016-03-01
1
-3
/
+0
|
\
\
\
|
*
|
|
Remove load_paths file
Arthur Neves
2016-02-27
1
-3
/
+0
*
|
|
|
Merge pull request #23935 from y-yagi/convert_cable_coffee_to_javascript
Rafael França
2016-03-01
1
-1
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
convert cable.coffee to cable.js
yuuji.yaginuma
2016-02-28
1
-1
/
+1
*
|
|
|
Use AS::Executor / AS::Reloader to support reloading in ActionCable
Matthew Draper
2016-03-02
8
-24
/
+96
*
|
|
|
Remove inconsistency in the Action Cable README [ci skip]
Bouke van der Bijl
2016-02-29
1
-6
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #23811 from iamvery/string-channel
David Heinemeier Hansson
2016-02-28
5
-1
/
+37
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Update changelog
Jay Hayes
2016-02-24
1
-0
/
+4
|
*
|
Ensure server broadcasts are to string queue names
Jay Hayes
2016-02-24
2
-1
/
+16
|
*
|
Convert stream broadcasting to a string
Jay Hayes
2016-02-24
2
-0
/
+18
|
*
|
whitespace
Jay Hayes
2016-02-24
1
-1
/
+0
*
|
|
Add small Action Cable documentation fixes
Hayley Anderson
2016-02-27
4
-13
/
+13
|
|
/
|
/
|
*
|
Merge pull request #23916 from lifo/same-redis-connection-for-subscription-an...
Jeremy Daer
2016-02-26
1
-2
/
+6
|
\
\
|
*
|
Use redis_connector to create redis connections for both subscriptions and br...
Pratik Naik
2016-02-26
1
-2
/
+6
*
|
|
The async.callback call should live with the hijack
Matthew Draper
2016-02-26
1
-4
/
+5
*
|
|
Merge pull request #23843 from maclover7/fix-23471
Matthew Draper
2016-02-25
3
-10
/
+29
|
\
\
\
|
*
|
|
Only hijack Rack socket when first needed
Jon Moss
2016-02-24
3
-10
/
+29
|
|
|
/
|
|
/
|
*
|
|
Only open Action Cable connection if data is being sent
Jon Moss
2016-02-24
1
-1
/
+3
*
|
|
Enable Action Cable routes by default
Jon Moss
2016-02-24
4
-5
/
+27
|
/
/
*
|
Add Ruby formatting to CHANGELOG entry
claudiob
2016-02-24
1
-4
/
+5
*
|
Preparing for 5.0.0.beta3 release
eileencodes
2016-02-24
1
-0
/
+2
*
|
Prep release for Rails 5 beta3
eileencodes
2016-02-24
1
-1
/
+1
*
|
Merge pull request #23789 from wisetara/wisetara/deprecate-args-ActiveSupport...
Rafael França
2016-02-23
1
-3
/
+3
|
\
\
|
*
|
remove args from assert_nothing_raised in tests
Tara Scherner de la Fuente
2016-02-22
1
-3
/
+3
*
|
|
Merge pull request #23813 from lifo/faye-websocket
David Heinemeier Hansson
2016-02-23
5
-7
/
+51
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix isAlive condition and add more logging
Javan Makhmali
2016-02-23
1
-5
/
+7
|
*
|
ActionCable.log
Javan Makhmali
2016-02-23
3
-14
/
+25
|
*
|
Uninstall event handlers when replacing WebSocket instance
Javan Makhmali
2016-02-23
1
-0
/
+6
|
*
|
Connection#isAlive
Javan Makhmali
2016-02-23
1
-3
/
+3
|
*
|
Log ConnectionMonitor connect
Pratik Naik
2016-02-23
1
-0
/
+1
|
*
|
Confirm connection monitor subscription on open
Pratik Naik
2016-02-23
2
-2
/
+9
|
*
|
Treat 'closing' state as closed.
Pratik Naik
2016-02-23
1
-3
/
+6
|
*
|
Add client-side console logging to help debug reconnect issues
Javan Makhmali
2016-02-23
2
-1
/
+15
|
|
/
*
|
Action Cable readme fix [ci skip]
Mehmet Emin İNAÇ
2016-02-23
1
-4
/
+4
*
|
Merge pull request #23668 from maclover7/cable-docs
Rafael França
2016-02-22
16
-70
/
+67
|
\
\
[prev]
[next]