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
*
Fix RuboCop offenses
Koichi ITO
2017-08-16
1
-1
/
+1
*
Remove unused `close_connection` in Action Cable tests (#30195)
Ryuta Kamizono
2017-08-11
2
-8
/
+0
*
Use frozen string literal in actioncable/
Kir Shatrov
2017-07-23
35
-0
/
+70
*
Fix postgresql adapter setup for ActionCable tests
palkan
2017-07-11
1
-1
/
+1
*
[Fix #28751] Hash stream long stream identifiers when using Postgres adapter
palkan
2017-07-06
1
-0
/
+14
*
Remove redundant `assert_respond_to`
Ryuta Kamizono
2017-07-03
1
-13
/
+3
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
35
-35
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
35
-0
/
+35
*
Allows for other common redis options to be in cable.yml, by default
Marc Ignacio
2017-06-22
2
-2
/
+10
*
Use `require_relative` instead of `require` with full path
bogdanvlviv
2017-06-14
5
-7
/
+7
*
Define path with __dir__
bogdanvlviv
2017-05-23
1
-1
/
+1
*
Work around all the things
Matthew Draper
2017-04-06
1
-1
/
+11
*
Avoid "can't modify frozen IOError" failures
Matthew Draper
2017-04-05
1
-5
/
+16
*
Fix a race in ActionCable stream tests
Matthew Draper
2017-03-23
1
-0
/
+4
*
Deprecate the EventedRedis subscription adapter
Matthew Draper
2017-02-23
1
-1
/
+3
*
correctly check error message
yuuji.yaginuma
2017-01-25
1
-3
/
+6
*
Add channel_prefix support to ActionCable redis/evented_redis adapters.
Chad Ingram
2017-01-17
3
-0
/
+40
*
ActionCable should not raise when a connection is already open
Duncan Grazier
2017-01-06
1
-2
/
+5
*
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
[next]