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
...
*
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
*
|
assert_called_with
utilum
2018-04-26
1
-4
/
+5
*
|
assert_called
utilum
2018-04-26
8
-38
/
+71
*
|
assert_not_called
utilum
2018-04-26
2
-4
/
+12
*
|
Strip duplicated suffixes more strictly
Ryuta Kamizono
2018-04-22
1
-1
/
+1
*
|
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
1
-1
/
+1
*
|
2.6 warning: passing splat keyword arguments as a single Hash
utilum
2018-04-15
1
-1
/
+1
*
|
Make Mocha setup explcitly Minitest-specific
James Mead
2018-04-07
1
-1
/
+1
*
|
Class methods in the `class_methods` blocks are wrongly appeared in the doc
Ryuta Kamizono
2018-04-04
4
-4
/
+4
*
|
Remove changelog header for unreleased version
Rafael Mendonça França
2018-03-13
1
-2
/
+0
*
|
Rails 6 requires Ruby 2.4.1+
Jeremy Daer
2018-02-17
2
-1
/
+6
*
|
Clean up and consolidate .gitignores
bogdanvlviv
2018-02-17
1
-2
/
+2
*
|
Rails 6 requires Ruby 2.3+
Jeremy Daer
2018-02-17
4
-16
/
+4
*
|
Remove support to Ruby 2.2
Rafael Mendonça França
2018-02-16
1
-1
/
+1
*
|
Start Rails 6.0 development!!!
Rafael Mendonça França
2018-01-30
3
-36
/
+5
*
|
Use assert_empty and assert_not_empty
Daniel Colson
2018-01-25
1
-3
/
+3
*
|
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
6
-13
/
+13
[prev]
[next]