| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable `Lint/AmbiguousOperator` and `Lint/AmbiguousRegexpLiteral` cops | Ryuta Kamizono | 2019-03-06 | 1 | -0/+6 |
* | Enable `Performance/ReverseEach` cop to avoid newly adding `reverse.each` | Ryuta Kamizono | 2019-03-06 | 1 | -0/+3 |
* | Enable `Lint/ErbNewArguments` cop to avoid the deprecated arguments warning | Ryuta Kamizono | 2019-02-01 | 1 | -0/+3 |
* | Add foreign key to active_storage_attachments for `blob_id` via new migration | bogdanvlviv | 2019-01-16 | 1 | -0/+1 |
* | Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904) | Ryuta Kamizono | 2019-01-09 | 1 | -0/+3 |
* | Enable `Lint/DeprecatedClassMethods` cop to avoid using deprecated methods | yuuji.yaginuma | 2019-01-09 | 1 | -0/+3 |
* | Import Action Text | George Claghorn | 2019-01-04 | 1 | -0/+2 |
* | Enable `Lint/ShadowingOuterLocalVariable` cop to avoid newly adding the warning | Ryuta Kamizono | 2018-12-28 | 1 | -0/+3 |
* | Import Action Mailbox | George Claghorn | 2018-12-25 | 1 | -0/+2 |
* | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block | Ryuta Kamizono | 2018-12-21 | 1 | -0/+3 |
* | Require Ruby 2.5 for Rails 6. | Kasper Timm Hansen | 2018-12-19 | 1 | -1/+1 |
* | Enable `Layout/SpaceAfterSemicolon` cop to avoid newly adding odd spacing | Ryuta Kamizono | 2018-12-13 | 1 | -2/+5 |
* | Use RuboCop 0.60.0 and remove exclude files for `Style/RedundantFreeze` | Yasuo Honda | 2018-11-08 | 1 | -3/+0 |
* | Skip node_modules dir in the rubocop check | Prathamesh Sonpatki | 2018-10-05 | 1 | -0/+1 |
* | Add `Style/RedundantFreeze` to remove redudant `.freeze` | Yasuo Honda | 2018-09-29 | 1 | -0/+6 |
* | Change the empty block style to have space inside of the block | Rafael Mendonça França | 2018-09-25 | 1 | -0/+1 |
* | Enable `Performance/UnfreezeString` cop | yuuji.yaginuma | 2018-09-23 | 1 | -0/+3 |
* | Enable Style/ParenthesesAroundCondition cop | Ryuta Kamizono | 2018-08-19 | 1 | -0/+3 |
* | Enable Lint/UriEscapeUnescape cop not to allow using obsolete methods in the ... | Ryuta Kamizono | 2018-08-16 | 1 | -0/+3 |
* | Enable Start/EndWith and RegexpMatch cops | Bart de Water | 2018-07-28 | 1 | -0/+9 |
* | Remove Rubocop's comments from Rails code base | bogdanvlviv | 2018-07-26 | 1 | -0/+4 |
* | Bump RuboCop to 0.58.2 | Koichi ITO | 2018-07-26 | 1 | -6/+7 |
* | Turn on performance based cops | Dillon Welch | 2018-07-23 | 1 | -0/+9 |
* | Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the future | Ryuta Kamizono | 2018-07-12 | 1 | -0/+3 |
* | Enable `Lint/StringConversionInInterpolation` rubocop rule | Ryuta Kamizono | 2018-05-21 | 1 | -0/+3 |
* | Rubocop 0.54 | Bart de Water | 2018-04-21 | 1 | -7/+7 |
* | Allow rubocop check more files | bogdanvlviv | 2018-04-19 | 1 | -2/+2 |
* | Merge pull request #32605 from composerinteralia/assert-not | Rafael França | 2018-04-19 | 1 | -0/+5 |
|\ |
|
| * | Add RuboCop for `assert_not` over `assert !` | Daniel Colson | 2018-04-19 | 1 | -0/+5 |
* | | Add exculude condition in rubocop.yml | Yoshiyuki Hirano | 2018-04-20 | 1 | -0/+1 |
|/ |
|
* | Add custom RuboCop for `assert_not` over `refute` | Daniel Colson | 2018-04-03 | 1 | -0/+7 |
* | Add cop for preferring 'Foo.method' over 'Foo::method' | Andrew White | 2018-02-22 | 1 | -0/+4 |
* | Rails 6 requires Ruby 2.4.1+ | Jeremy Daer | 2018-02-17 | 1 | -1/+1 |
* | Remove usage of strip_heredoc in the framework in favor of <<~ | Rafael Mendonça França | 2018-02-16 | 1 | -1/+1 |
* | Enable autocorrect for `Lint/EndAlignment` cop | Koichi ITO | 2018-01-18 | 1 | -0/+4 |
* | Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the future | Ryuta Kamizono | 2017-12-14 | 1 | -0/+3 |
* | Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed more | Ryuta Kamizono | 2017-12-12 | 1 | -0/+3 |
* | Enable `Style/DefWithParentheses` rubocop rule | Ryuta Kamizono | 2017-11-27 | 1 | -0/+3 |
* | Enable `Style/RedundantReturn` rubocop rule, and fixed a couple more | Ryuta Kamizono | 2017-11-01 | 1 | -0/+4 |
* | Merge pull request #31005 from shuheiktgw/remove_unnecessary_semicolons | Matthew Draper | 2017-10-28 | 1 | -0/+4 |
* | Remove frozen_string_literal comment from activestorage's migration | bogdanvlviv | 2017-08-22 | 1 | -0/+1 |
* | Fix RuboCop offenses | Koichi ITO | 2017-08-16 | 1 | -0/+1 |
* | Adding frozen_string_literal pragma to Railties. | Pat Allan | 2017-08-14 | 1 | -1/+0 |
* | Remove unnecessary Include parameter in rubocop.yml | Koichi ITO | 2017-08-14 | 1 | -1/+0 |
* | Use frozen string literal in root files | Koichi ITO | 2017-08-13 | 1 | -13/+1 |
* | Use frozen string literal in ci/ | Koichi ITO | 2017-08-13 | 1 | -0/+1 |
* | Use frozen string literal in tools/ | Koichi ITO | 2017-08-13 | 1 | -0/+1 |
* | Use frozen string literal in tasks/ | Koichi ITO | 2017-08-13 | 1 | -0/+1 |
* | Use frozen string literal in guides/ | Koichi ITO | 2017-08-13 | 1 | -0/+1 |
* | Use frozen string literal in Active Storage | Koichi ITO | 2017-08-12 | 1 | -0/+1 |