| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Do not change the entire codebase style only because of active_storage | Rafael Mendonça França | 2017-08-03 | 1 | -1/+0 |
* | Fix all rubocop violations | Rafael Mendonça França | 2017-08-03 | 1 | -4/+1 |
* | Use frozen string literal in actionpack/ | Kir Shatrov | 2017-07-29 | 1 | -0/+3 |
* | Use frozen string literal in actionview/ | Kir Shatrov | 2017-07-24 | 1 | -0/+4 |
* | Use frozen string literal in actioncable/ | Kir Shatrov | 2017-07-23 | 1 | -0/+1 |
* | Use frozen string literal in actionmailer/ | Kir Shatrov | 2017-07-23 | 1 | -0/+1 |
* | Use frozen-string-literal in ActiveRecord | Kir Shatrov | 2017-07-19 | 1 | -0/+1 |
* | Enable `Layout/FirstParameterIndentation` cop | Ryuta Kamizono | 2017-07-17 | 1 | -0/+3 |
* | Use frozen string literal in activemodel/ | Kir Shatrov | 2017-07-16 | 1 | -0/+1 |
* | Enable Layout/EmptyLineAfterMagicComment cop | Koichi ITO | 2017-07-11 | 1 | -0/+3 |
* | Use frozen-string-literal in ActiveJob | Kir Shatrov | 2017-07-09 | 1 | -0/+1 |
* | Use frozen-string-literal in ActiveSupport | Kir Shatrov | 2017-07-09 | 1 | -0/+6 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -4/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+4 |
* | rubocop namespace changes from `Style` to `Layout` | Yasuo Honda | 2017-05-24 | 1 | -21/+21 |
* | Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp... | Ryuta Kamizono | 2017-02-12 | 1 | -0/+4 |
* | Rename AlignWith to EnforcedStyleAlignWith | toshimaru | 2017-01-16 | 1 | -1/+1 |
* | Shave a couple of allocations off Journey scan & parse | Matthew Draper | 2016-12-25 | 1 | -0/+1 |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -0/+21 |
* | Set target ruby version for rubocop to 2.2 instead 2.3. | Igor Zubkov | 2016-10-11 | 1 | -1/+1 |
* | Fix broken comments indentation caused by rubocop auto-correct [ci skip] | Ryuta Kamizono | 2016-09-14 | 1 | -0/+4 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -0/+12 |
* | Fix a typo | Vijay Dev | 2016-08-07 | 1 | -1/+1 |
* | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines | Ryuta Kamizono | 2016-08-07 | 1 | -0/+4 |
* | adds a few cops and sorts | Xavier Noria | 2016-08-06 | 1 | -21/+48 |
* | explain the meaning of some RuboCop config options [ci skip] | Xavier Noria | 2016-07-21 | 1 | -0/+8 |
* | Add a new rule to rubocop | Rafael Mendonça França | 2016-07-20 | 1 | -10/+13 |
* | Enable a few more rubocop rules | Rafael Mendonça França | 2016-07-17 | 1 | -0/+13 |
* | Move code style configuration files to root directory | Jon Moss | 2016-06-16 | 1 | -0/+27 |