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
*
fixes remaining RuboCop issues [Vipul A M, Xavier Noria]
Xavier Noria
2016-09-01
2
-2
/
+2
*
Prevent invocation of channel action if rejected connection
Jon Moss
2016-08-19
2
-1
/
+16
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
3
-26
/
+26
*
Pass over changelogs [ci skip]
Vipul A M
2016-08-10
1
-1
/
+1
*
revises more Lint/EndAlignment offenses
Xavier Noria
2016-08-08
1
-6
/
+6
*
copy-edits an exception message
Xavier Noria
2016-08-07
1
-1
/
+1
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
2
-3
/
+0
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
2
-4
/
+3
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
2
-4
/
+4
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
5
-7
/
+7
*
modernizes hash syntax in actioncable
Xavier Noria
2016-08-06
1
-2
/
+2
*
applies new string literal convention to the rest of the project
Xavier Noria
2016-08-06
1
-6
/
+6
*
applies new string literal convention in the gemspecs
Xavier Noria
2016-08-06
1
-14
/
+14
*
applies new string literal convention in actioncable/test
Xavier Noria
2016-08-06
29
-260
/
+260
*
applies new string literal convention in actioncable/lib
Xavier Noria
2016-08-06
28
-90
/
+90
*
Give importance to rails command in the comment section.
Santosh Wadghule
2016-07-13
1
-1
/
+1
*
Correct changelog layout
Matthew Draper
2016-07-09
1
-8
/
+8
*
Insert changelog entry for #25615
Matthew Draper
2016-07-09
1
-0
/
+7
*
Merge pull request #25624 from tinco/actioncable_write_race
Matthew Draper
2016-07-09
2
-2
/
+12
|
\
|
*
fix race condition in websocket stream write
Tinco Andringa
2016-07-01
1
-0
/
+4
*
|
Merge pull request #24988 from mwear/action_cable_broadcast_notifications
Matthew Draper
2016-07-04
3
-6
/
+58
|
\
\
|
*
|
Add ActiveSupport::Notifications hook to Broadcaster#broadcast
Matthew Wear
2016-05-12
3
-6
/
+58
*
|
|
Merge pull request #25030 from mmmpa/pull_request
Matthew Draper
2016-07-04
2
-1
/
+22
|
\
\
\
|
*
|
|
Add guard to broadcast.
mmmpa
2016-05-26
2
-1
/
+22
*
|
|
|
Merge pull request #25293 from y-yagi/remove_needless_comments
Matthew Draper
2016-07-03
3
-5
/
+0
|
\
\
\
\
|
*
|
|
|
remove needless comments
yuuji.yaginuma
2016-06-06
3
-5
/
+0
*
|
|
|
|
close hijacked i/o socket after use (fixes #25613)
Tinco Andringa
2016-07-01
2
-0
/
+15
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Periodic timers: delegate async instance_exec to the worker pool
Jeremy Daer
2016-06-29
2
-7
/
+9
*
|
|
|
Merge pull request #24991 from maclover7/actioncable-npm-docs
Vipul A M
2016-06-29
1
-0
/
+68
|
\
\
\
\
|
*
|
|
|
Add documentation about Action Cable npm package
Jon Moss
2016-05-26
1
-0
/
+68
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Make client test run individually.
Kasper Timm Hansen
2016-06-28
1
-1
/
+3
*
|
|
|
Fix Action Cable README [ci skip]
Rafael Mendonça França
2016-06-26
1
-5
/
+14
*
|
|
|
Remove conflict line [ci skip]
Ryuta Kamizono
2016-06-27
1
-1
/
+0
*
|
|
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2016-06-26
1
-2
/
+143
|
\
\
\
\
|
*
|
|
|
Fix and make example generic in README as well [ci skip]
Vipul A M
2016-06-15
1
-3
/
+3
*
|
|
|
|
client test have not using Pathname and hashwithindifferent access
Gaurav Sharma
2016-06-26
1
-3
/
+0
*
|
|
|
|
Allow actioncable connections from any port in development
Michael Dever
2016-06-16
1
-1
/
+1
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Added "Download and Installation" section to Action Cable README [ci skip]
Prathamesh Sonpatki
2016-06-04
1
-0
/
+10
*
|
|
|
Trim Action Cable README [ci skip]
Prathamesh Sonpatki
2016-06-04
1
-161
/
+0
|
/
/
/
*
|
|
Properly support reloading for Action Cable channels
Matthew Draper
2016-06-02
8
-82
/
+56
*
|
|
Merge pull request #25170 from maclover7/add-configuration-cable
Jeremy Daer
2016-05-31
8
-51
/
+69
|
\
\
\
|
*
|
|
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
4
-6
/
+22
*
|
|
|
Merge pull request #25216 from javan/actioncable/tune-sauce-labs-tests
Jeremy Daer
2016-05-31
1
-6
/
+6
|
\
\
\
\
|
*
|
|
|
Test single latest browser version
Javan Makhmali
2016-05-31
1
-6
/
+6
|
|
/
/
/
*
/
/
/
fix grammar
Rajat Bansal
2016-05-31
2
-2
/
+2
|
/
/
/
*
/
/
Bash markdown syntax
Anubhav Saxena
2016-05-27
1
-1
/
+1
|
/
/
*
|
CI: run Action Cable browser tests in Sauce Labs
Jon Moss
2016-05-25
2
-2
/
+27
*
|
Remove package:clean task
Javan Makhmali
2016-05-24
1
-1
/
+0
[next]