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
/
lib
/
action_cable
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Keep logging in the ActionCable::Channel::Base
Rafael Mendonça França
2016-03-30
2
-41
/
+6
*
|
Merge pull request #23723 from mwear/action_cable_notifications
Rafael Mendonça França
2016-03-29
2
-8
/
+56
|
\
\
|
*
|
Add AS::Notifications and LogSubscriber to ActionCable::Channel
Matthew Wear
2016-03-04
2
-8
/
+56
|
|
/
*
|
Cable: fix Faye periodic timer shutdown typo
Jeremy Daer
2016-03-24
1
-1
/
+1
*
|
Gracefully handle disconnected clients
Jeremy Daer
2016-03-20
3
-1
/
+4
*
|
Evented Redis adapter: log reconnect failures as errors, not just info
Jeremy Daer
2016-03-17
1
-1
/
+1
|
/
*
Share default mount path with client side .js
Javan Makhmali
2016-03-03
1
-1
/
+1
*
Merge pull request #23992 from matthewd/em-option
Matthew Draper
2016-03-04
16
-34
/
+154
|
\
|
*
Support faye-websocket + EventMachine as an option
Matthew Draper
2016-03-02
16
-34
/
+154
*
|
Accept JSON with no backslashes/escaping
Jon Moss
2016-03-02
1
-6
/
+19
*
|
Merge pull request #23976 from danielrhodes/enhancement/ac-ping-to-message-type
Matthew Draper
2016-03-02
1
-5
/
+5
|
\
\
|
|
/
|
/
|
|
*
Make ping into a message type
Daniel Rhodes
2016-03-01
1
-1
/
+1
|
*
Added welcome message type and fix test hacks
Daniel Rhodes
2016-03-01
1
-4
/
+4
*
|
Use AS::Executor / AS::Reloader to support reloading in ActionCable
Matthew Draper
2016-03-02
5
-24
/
+67
|
/
*
Merge pull request #23811 from iamvery/string-channel
David Heinemeier Hansson
2016-02-28
2
-1
/
+2
|
\
|
*
Ensure server broadcasts are to string queue names
Jay Hayes
2016-02-24
1
-1
/
+1
|
*
Convert stream broadcasting to a string
Jay Hayes
2016-02-24
1
-0
/
+1
*
|
Add small Action Cable documentation fixes
Hayley Anderson
2016-02-27
3
-8
/
+8
*
|
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
2
-10
/
+9
|
\
\
\
|
*
|
|
Only hijack Rack socket when first needed
Jon Moss
2016-02-24
2
-10
/
+9
|
|
|
/
|
|
/
|
*
/
|
Enable Action Cable routes by default
Jon Moss
2016-02-24
3
-4
/
+26
|
/
/
*
|
Prep release for Rails 5 beta3
eileencodes
2016-02-24
1
-1
/
+1
*
|
Merge pull request #23813 from lifo/faye-websocket
David Heinemeier Hansson
2016-02-23
1
-1
/
+8
|
\
\
|
*
|
Confirm connection monitor subscription on open
Pratik Naik
2016-02-23
1
-1
/
+8
|
|
/
*
|
Merge pull request #23668 from maclover7/cable-docs
Rafael França
2016-02-22
15
-58
/
+55
|
\
\
|
|
/
|
/
|
|
*
Full Action Cable documentation read through
Jon Moss
2016-02-17
15
-58
/
+55
*
|
Fixed typo
Chashmeet Singh
2016-02-21
1
-1
/
+1
*
|
Merge pull request #23709 from jankeesvw/set-action-cable-logging-to-debug
David Heinemeier Hansson
2016-02-19
1
-1
/
+1
|
\
\
|
*
|
Truncate ActionCable broadcast message to 300 chars
Jankees van Woezik
2016-02-18
1
-1
/
+1
|
|
/
*
/
Fix `unsubscribed` server side behavior
Jon Moss
2016-02-18
2
-6
/
+3
|
/
*
Merge pull request #23505 from kaspth/inject-rails-config-through-railtie
Kasper Timm Hansen
2016-02-14
2
-11
/
+10
|
\
|
*
Default connection class to ActionCable::Connection::Base.
Kasper Timm Hansen
2016-02-14
2
-2
/
+6
|
*
Inject Rails' channel paths in engine.
Kasper Timm Hansen
2016-02-14
2
-9
/
+4
*
|
Fix grammar `a` to `an` [ci skip]
Ryuta Kamizono
2016-02-13
2
-2
/
+2
*
|
Merge remote-tracking branch 'origin/master' into actioncable_logging
kp
2016-02-10
14
-105
/
+349
|
\
|
|
*
Allow for non-standard redis connectors
David Heinemeier Hansson
2016-02-04
2
-3
/
+15
|
*
[ci skip] Several ActionCable documentation updates:
Nick Quaranto
2016-02-02
4
-40
/
+53
|
*
Preparing for Rails 5.0.0.beta2
Sean Griffin
2016-02-01
1
-1
/
+1
|
*
Switch the default redis adapter to a single-stream model
Matthew Draper
2016-02-01
2
-30
/
+193
|
*
Handle more IO errors (especially, ECONNRESET)
Matthew Draper
2016-01-30
1
-21
/
+47
|
*
Synchronize the lazy setters in Server
Matthew Draper
2016-01-30
5
-15
/
+47
|
*
Fix arguments to on_close
Matthew Draper
2016-01-30
2
-5
/
+3
|
*
Revert "Revert "Eliminate the EventMachine dependency""
Matthew Draper
2016-01-30
16
-46
/
+349
|
*
Revert "Eliminate the EventMachine dependency"
David Heinemeier Hansson
2016-01-27
16
-349
/
+46
*
|
Logs successful and invalid connections separately
kp
2016-02-10
1
-8
/
+12
*
|
adds debug logging to actioncable connect
kp
2016-01-26
1
-2
/
+12
|
/
*
Merge branch '5-0-beta-sec'
Aaron Patterson
2016-01-25
1
-1
/
+1
|
\
[prev]
[next]