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
*
Privatize unneededly protected methods in Action Cable tests
Akira Matsuda
2016-12-24
3
-3
/
+3
*
Prevent race condition when launching EventMachine reactor
Matthew Draper
2016-11-30
1
-0
/
+26
*
Add more Action Cable JavaScript tests
Javan Makhmali
2016-11-21
4
-0
/
+78
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
4
-14
/
+14
*
Permit same-origin connections by default
Matthew Draper
2016-10-11
1
-1
/
+2
*
Merge pull request #26568 from skateman/cable-sameorigin-as-host
Matthew Draper
2016-10-11
1
-0
/
+8
|
\
|
*
Optionally allow ActionCable requests from the same host as origin
Dávid Halász
2016-09-21
1
-0
/
+8
*
|
Wait for the socket to be closed asynchronously
Matthew Draper
2016-10-06
1
-2
/
+10
*
|
Use a branch of websocket-client-simple, to work around read/close race
Matthew Draper
2016-10-06
1
-7
/
+0
*
|
Don't shut down adapters that haven't been set
Matthew Draper
2016-10-04
1
-1
/
+1
*
|
Add tests for Server::Base#restart
Jon Moss
2016-10-02
1
-0
/
+33
*
|
Use websocket-client-simple instead of Faye as a websockets client
Matthew Draper
2016-10-02
1
-57
/
+81
*
|
Shut down EventMachine before re-enabling warnings
Matthew Draper
2016-10-02
2
-0
/
+9
*
|
In-line the configuration points that only existed for Faye support
Matthew Draper
2016-10-01
1
-1
/
+0
*
|
Remove Faye mode
Matthew Draper
2016-10-01
6
-63
/
+4
*
|
Merge pull request #26547 from palkan/fix/actioncable-confirmation-race-condi...
Matthew Draper
2016-10-01
5
-6
/
+47
|
\
\
|
*
|
Add Channel#ensure_confirmation_sent; call #subscribe_to_channel after initia...
palkan
2016-09-22
4
-6
/
+15
|
*
|
[Fix #25381] Avoid race condition on subscription confirmation
palkan
2016-09-20
3
-5
/
+37
|
|
/
*
/
Buffer writes to the cable sockets
Matthew Draper
2016-09-28
1
-1
/
+3
|
/
*
Prevent invocation of channel action if rejected connection
Jon Moss
2016-08-19
1
-0
/
+15
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
3
-26
/
+26
*
revises more Lint/EndAlignment offenses
Xavier Noria
2016-08-08
1
-6
/
+6
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-2
/
+0
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-3
/
+3
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
5
-7
/
+7
*
applies new string literal convention in actioncable/test
Xavier Noria
2016-08-06
29
-260
/
+260
*
Merge pull request #24988 from mwear/action_cable_broadcast_notifications
Matthew Draper
2016-07-04
1
-4
/
+49
|
\
|
*
Add ActiveSupport::Notifications hook to Broadcaster#broadcast
Matthew Wear
2016-05-12
1
-4
/
+49
*
|
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
[next]