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
...
|
*
Fix typos in ActionCable Channel [ci skip]
Tom Kadwill
2016-04-18
4
-5
/
+5
*
|
don't remove `cable.js`
yuuji.yaginuma
2016-04-16
1
-1
/
+3
*
|
Merge pull request #24559 from vipulnsward/fix-ac-tests
Jeremy Daer
2016-04-15
2
-5
/
+3
|
\
\
|
*
|
- Fixed ActionCable::Connection::ClientSocketTest that was overriding ActionC...
Vipul A M
2016-04-15
2
-5
/
+3
*
|
|
Merge pull request #24557 from y-yagi/update_example_to_specify_ac_mount_path
Vipul A M
2016-04-15
1
-4
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
update example to specify the Action Cable mount path [ci skip]
yuuji.yaginuma
2016-04-15
1
-4
/
+4
*
|
|
Run Action Cable callbacks through the worker pool
Sean Griffin
2016-04-13
2
-5
/
+30
|
/
/
*
/
Generate `cable.js` file if does not exist when generating channel
Prathamesh Sonpatki
2016-04-12
2
-0
/
+14
|
/
*
Cable typo: isSupportedProtocol -> isProtocolSupported
Jeremy Daer
2016-04-05
1
-1
/
+1
*
Merge pull request #24224 from danielrhodes/actioncable-websocket-protocols
Jeremy Daer
2016-04-05
9
-24
/
+93
|
\
|
*
Added protocol negotiation
Daniel Rhodes
2016-04-05
8
-24
/
+73
*
|
Cable message encoding
Jeremy Daer
2016-03-31
18
-154
/
+245
*
|
Cable: reconcile default worker pool size with low db conn pool size
Jeremy Daer
2016-03-30
2
-2
/
+12
*
|
Fix CHANGELOG entry [ci skip]
Rafael Mendonça França
2016-03-30
1
-1
/
+1
*
|
Keep logging in the ActionCable::Channel::Base
Rafael Mendonça França
2016-03-30
3
-110
/
+6
*
|
Merge pull request #23723 from mwear/action_cable_notifications
Rafael Mendonça França
2016-03-29
5
-8
/
+204
|
\
\
|
*
|
Add AS::Notifications and LogSubscriber to ActionCable::Channel
Matthew Wear
2016-03-04
5
-8
/
+204
*
|
|
Cable: Shush pop warnings when skipping Postgres tests.
Kasper Timm Hansen
2016-03-26
1
-0
/
+1
*
|
|
Shush up EM::Hiredis when running tests.
Kasper Timm Hansen
2016-03-26
1
-0
/
+11
*
|
|
Cable: fix Faye periodic timer shutdown typo
Jeremy Daer
2016-03-24
1
-1
/
+1
*
|
|
Merge pull request #24259 from jeremy/cable/disconnected-client-errors
Jeremy Daer
2016-03-23
5
-1
/
+136
|
\
\
\
|
*
|
|
Gracefully handle disconnected clients
Jeremy Daer
2016-03-20
5
-1
/
+136
*
|
|
|
Fix WebSocket already open log message typo
Jon Evans
2016-03-22
1
-1
/
+1
*
|
|
|
Cable: add isolated tests and FAYE=1 test runs
Jeremy Daer
2016-03-20
1
-0
/
+8
|
/
/
/
*
|
/
Evented Redis adapter: log reconnect failures as errors, not just info
Jeremy Daer
2016-03-17
1
-1
/
+1
|
|
/
|
/
|
*
|
AC: skip PG adapter tests if the db isn't available
Jeremy Daer
2016-03-11
1
-0
/
+7
*
|
Remove redundant regexp escapes in generators
Gadzhi Gadzhiev
2016-03-08
1
-1
/
+1
|
/
*
Return subscription object(s) when updating the collection
Javan Makhmali
2016-03-04
1
-3
/
+4
*
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
|
\
\
\
|
|
/
/
|
/
|
|
[prev]
[next]