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
*
Add Missing ActiveSupport::Rescuable to ActionCable::Channel
Ilia Kasianenko
2018-12-12
2
-1
/
+21
*
Stop trying to reconnect on unauthorized cable connections
Mick Staugaard
2018-12-05
9
-10
/
+46
*
Add missing authorship to ActionCable changelog entry
Richard Macklin
2018-12-02
1
-0
/
+2
*
Merge pull request #34590 from rmacklin/use-websocket-adapter-in-getState
Javan Makhmali
2018-12-02
5
-4
/
+37
|
\
|
*
Replace reference to WebSocket global with ActionCable.adapters.WebSocket
Richard Macklin
2018-12-01
5
-4
/
+37
*
|
Remove obsolete yarn.lock files and check in root yarn.lock file
Richard Macklin
2018-12-02
1
-4053
/
+0
|
/
*
Remove circular dependency warnings in ActionCable javascript and publish sou...
rmacklin
2018-12-01
15
-289
/
+324
*
Convert ActionCable tests from CoffeeScript to ES2015 and replace Blade with ...
rmacklin
2018-11-26
22
-4778
/
+2479
*
Synchronize ActionCable JS source code with compiled bundle
Richard Macklin
2018-11-16
1
-3
/
+4
*
Allow patching polling interval logarithmic multiplier
Husam Bilal
2018-11-14
1
-3
/
+4
*
Amend CVE note and security guide section wordings
Gannon McGibbon
2018-11-06
1
-3
/
+3
*
Add CVE note to security guide and gemspecs
Gannon McGibbon
2018-11-06
1
-0
/
+3
*
Convert ActionCable javascript to ES2015 modules with modern build environment
Richard Macklin
2018-11-02
16
-302
/
+2748
*
Refactor decaffeinate output to more natural/idiomatic javascript
Richard Macklin
2018-11-02
6
-279
/
+228
*
Run decaffeinate on action_cable/*.js
Richard Macklin
2018-11-02
6
-401
/
+581
*
Move actioncable javascript to app/javascript and change .coffee -> .js
Richard Macklin
2018-11-02
6
-0
/
+0
*
Update authorization.rb
Esquith Allen
2018-10-30
1
-1
/
+1
*
Remove unnecessary escape character
Francesco Rodríguez
2018-10-19
1
-2
/
+2
*
fix broken link in Action Cable guides and readme [ci skip]
Greg Molnar
2018-10-08
1
-1
/
+1
*
Fix typos
R.T. Lechow
2018-10-01
2
-3
/
+3
*
Make Webpacker the default JavaScript compiler for Rails 6 (#33079)
David Heinemeier Hansson
2018-09-30
6
-31
/
+16
*
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
1
-6
/
+6
*
Remove Rails 5.0 workaround from ActionCable::Channel::TestCase
Vladimir Dementyev
2018-09-27
1
-6
/
+2
*
Add ActionCable::Channel::TestCase
Vladimir Dementyev
2018-09-26
3
-0
/
+464
*
Merge pull request #33949 from sjain1107/no-private-def
Kasper Timm Hansen
2018-09-23
1
-9
/
+10
|
\
|
*
Remove private def
Sakshi Jain
2018-09-23
1
-9
/
+10
*
|
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
1
-1
/
+1
|
/
*
Fix test case to ensure default connection id is filled
Ryuta Kamizono
2018-09-07
1
-2
/
+2
*
ActionCable: add id option to redis adapter config
Ilia Kasianenko
2018-09-05
3
-3
/
+30
*
Update link for `Rack socket hijacking API`
nisusam
2018-09-04
1
-2
/
+2
*
DRY in `assert_broadcasts`
bogdanvlviv
2018-08-23
2
-2
/
+13
*
Simplify configuring of `ActionCable.server.config.logger` for actioncable tests
bogdanvlviv
2018-08-23
1
-1
/
+1
*
Clarify api docs of ActionCable::SubscriptionAdapter::Test
bogdanvlviv
2018-08-23
2
-2
/
+2
*
Add Action Cable test case and test helper
Vladimir Dementyev
2018-08-19
5
-0
/
+255
*
Add Action Cable test adapter
Vladimir Dementyev
2018-08-19
3
-0
/
+88
*
Enable Start/EndWith and RegexpMatch cops
Bart de Water
2018-07-28
1
-1
/
+1
*
Remove thirdparty FIXME
Alberto Almagro
2018-07-25
1
-2
/
+1
*
Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the future
Ryuta Kamizono
2018-07-12
1
-1
/
+0
*
Better compatibility with SPEC.
Samuel Williams
2018-07-04
1
-2
/
+4
*
Remove redundant accessors
utilum
2018-06-11
1
-2
/
+0
*
Merge pull request #33102 from bogdanvlviv/refactor-actioncable-tests
Rafael França
2018-06-08
18
-45
/
+12
|
\
|
*
Include `ActiveSupport::Testing::MethodCallAssertions` to `ActionCable::TestC...
bogdanvlviv
2018-06-08
13
-36
/
+3
|
*
Inherit all actioncable's test classes from `ActionCable::TestCase`
bogdanvlviv
2018-06-08
9
-9
/
+9
*
|
Merge pull request #27577 from maclover7/jm-fix-27547
Rafael Mendonça França
2018-06-08
2
-8
/
+47
|
\
\
|
|
/
|
/
|
|
*
Action Cable owns database connection, not Active Record
Jon Moss
2017-03-25
2
-8
/
+47
*
|
Remove mocha from ActionCable tests
utilum
2018-05-31
1
-1
/
+0
*
|
Use Ruby instead of mocha
utilum
2018-05-31
3
-6
/
+19
*
|
Use minitest/mock instead of mocha
utilum
2018-05-31
8
-45
/
+101
*
|
Fix actionable test's assertion
bogdanvlviv
2018-05-28
1
-1
/
+1
*
|
remove unnecessary mocking in ActionCable tests
utilum
2018-05-22
5
-39
/
+24
[next]