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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge pull request #25030 from mmmpa/pull_request
Matthew Draper
2016-07-04
1
-0
/
+17
|
\
\
|
*
|
Add guard to broadcast.
mmmpa
2016-05-26
1
-0
/
+17
|
|
/
*
|
close hijacked i/o socket after use (fixes #25613)
Tinco Andringa
2016-07-01
1
-0
/
+14
*
|
Make client test run individually.
Kasper Timm Hansen
2016-06-28
1
-1
/
+3
*
|
client test have not using Pathname and hashwithindifferent access
Gaurav Sharma
2016-06-26
1
-3
/
+0
*
|
Properly support reloading for Action Cable channels
Matthew Draper
2016-06-02
4
-52
/
+47
*
|
Add helper for testing against a mock WebSocket and server
Javan Makhmali
2016-05-31
5
-56
/
+48
*
|
Reorganize `MockWebSocket`
Jon Moss
2016-05-31
2
-22
/
+32
*
|
Add configuration for `WebSocket` and `logger`
Jon Moss
2016-05-31
2
-4
/
+18
|
/
*
Kick off initial JavaScript tests
Javan Makhmali
2016-05-09
6
-0
/
+4617
*
Cable: Extract stream handler construction
Jeremy Daer
2016-04-18
4
-7
/
+13
*
Cable: Periodic timers refresh
Jeremy Daer
2016-04-18
2
-20
/
+38
*
- Fixed ActionCable::Connection::ClientSocketTest that was overriding ActionC...
Vipul A M
2016-04-15
2
-5
/
+3
*
Run Action Cable callbacks through the worker pool
Sean Griffin
2016-04-13
1
-3
/
+25
*
Cable message encoding
Jeremy Daer
2016-03-31
10
-88
/
+168
*
Keep logging in the ActionCable::Channel::Base
Rafael Mendonça França
2016-03-30
1
-69
/
+0
*
Merge pull request #23723 from mwear/action_cable_notifications
Rafael Mendonça França
2016-03-29
2
-0
/
+144
|
\
|
*
Add AS::Notifications and LogSubscriber to ActionCable::Channel
Matthew Wear
2016-03-04
2
-0
/
+144
*
|
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
*
|
Gracefully handle disconnected clients
Jeremy Daer
2016-03-20
2
-0
/
+132
*
|
AC: skip PG adapter tests if the db isn't available
Jeremy Daer
2016-03-11
1
-0
/
+7
|
/
*
Merge pull request #23992 from matthewd/em-option
Matthew Draper
2016-03-04
13
-17
/
+73
|
\
|
*
Support faye-websocket + EventMachine as an option
Matthew Draper
2016-03-02
13
-17
/
+73
*
|
Accept JSON with no backslashes/escaping
Jon Moss
2016-03-02
2
-2
/
+3
*
|
Merge pull request #23976 from danielrhodes/enhancement/ac-ping-to-message-type
Matthew Draper
2016-03-02
2
-2
/
+9
|
\
\
|
*
|
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
2
-1
/
+7
*
|
|
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
*
|
|
Use AS::Executor / AS::Reloader to support reloading in ActionCable
Matthew Draper
2016-03-02
2
-0
/
+24
|
|
/
|
/
|
*
|
Merge pull request #23811 from iamvery/string-channel
David Heinemeier Hansson
2016-02-28
2
-0
/
+31
|
\
\
|
|
/
|
/
|
|
*
Ensure server broadcasts are to string queue names
Jay Hayes
2016-02-24
1
-0
/
+15
|
*
Convert stream broadcasting to a string
Jay Hayes
2016-02-24
1
-0
/
+17
|
*
whitespace
Jay Hayes
2016-02-24
1
-1
/
+0
*
|
Only hijack Rack socket when first needed
Jon Moss
2016-02-24
1
-0
/
+20
|
/
*
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
*
|
Confirm connection monitor subscription on open
Pratik Naik
2016-02-23
1
-1
/
+1
|
/
*
Merge pull request #23715 from maclover7/fix-unsubscribe
Matthew Draper
2016-02-19
2
-0
/
+25
|
\
|
*
Fix `unsubscribed` server side behavior
Jon Moss
2016-02-18
2
-0
/
+25
*
|
Use a semaphore to signal message availability
Matthew Draper
2016-02-19
1
-7
/
+8
|
/
*
Don't rely on the global server as a receiver.
Kasper Timm Hansen
2016-02-14
3
-10
/
+4
*
Default connection class to ActionCable::Connection::Base.
Kasper Timm Hansen
2016-02-14
2
-16
/
+0
*
Inject Rails' channel paths in engine.
Kasper Timm Hansen
2016-02-14
2
-17
/
+1
*
Cant run on an out-of-the-box OSX installation without running out of TOO MAN...
David Heinemeier Hansson
2016-02-05
1
-1
/
+1
*
Merge pull request #23381 from matthewd/uneventful-redis
Matthew Draper
2016-02-02
2
-1
/
+17
|
\
|
*
Switch the default redis adapter to a single-stream model
Matthew Draper
2016-02-01
2
-1
/
+17
*
|
Merge pull request #23370 from maclover7/actioncable-main-travis-build
Guillermo Iguaran
2016-01-31
1
-9
/
+0
|
\
\
|
*
|
Remove unused method
Jon Moss
2016-01-31
1
-9
/
+0
|
|
/
[prev]
[next]