- 30 May, 2016 31 commits
-
-
Connor Shea authored
Devise (3.5.4 => 4.1.1) Changelog: https://github.com/plataformatec/devise/blob/master/CHANGELOG.md devise-two-factor (2.0.1 => 3.0.0) Changelog: https://github.com/tinfoil/devise-two-factor/blob/master/CHANGELOG.md These are reliant on each other, so they have to be upgraded together. devise-async is no longer necessary as Devise 4.1 fixes a bug with the ActiveJob integration.
-
Robert Speicher authored
Enable Style/SpaceBeforeComma rubocop cop No spaces before commas. See #17478 See merge request !4360
-
Robert Speicher authored
Enable Performance/TimesMap Rubocop cop Use Array.new with a block instead of `.times.collect` / `.times.map`. See #17478 See merge request !4357
-
Robert Speicher authored
Enable Style/NegatedIf Rubocop cop Favor `unless` over `if` for negative conditions (or control flow ||). ```ruby # bad do_something if !some_condition # bad do_something if not some_condition # good do_something unless some_condition # good some_condition || do_something ``` See #17478 See merge request !4355
-
Robert Speicher authored
Enable Lint/LiteralInCondition rubocop cop Detects literals used in conditions. See #17478 See merge request !4354
-
Robert Speicher authored
Enable Style/MultilineIfThen rubocop cop Do not use then for multi-line if. See #7478. See merge request !4353
-
Robert Speicher authored
Enable Style/MethodDefParentheses rubocop cop Use def with parentheses when there are parameters. See #17478 See merge request !4352
-
Robert Speicher authored
Enable Style/IndentAssignment Rubocop style cop Checks the indentation of the first line of the right-hand-side of a multi-line assignment. See #17478 See merge request !4348
-
Robert Speicher authored
Enable Style/WhileUntilDo rubocop style cop Checks for redundant `do` after `while` or `until`. See #17478 See merge request !4350
-
Robert Speicher authored
Enable Style/EndOfLine Rubocop style cop Use Unix-style line endings. Removed carriage return character from end of each line in `app/controllers/projects/find_file_controller.rb` See #17478 See merge request !4347
-
Robert Speicher authored
Enable Lint/BlockAlignment Rubocop cop See #17478 See merge request !4346
-
Robert Speicher authored
Enable Style/RedundantParentheses rubocop cop Checks for parentheses that seem not to serve any purpose. See #17478 See merge request !4361
-
Robert Speicher authored
Enable Style/SpaceBeforeComment rubocop cop See #17478 See merge request !4358
-
Robert Speicher authored
Enable Style/SpaceAfterMethodName rubocop cop Do not put a space between a method name and the opening parenthesis in a method definition. See #17478 See merge request !4359
-
Grzegorz Bizon authored
See #17478
-
Grzegorz Bizon authored
No spaces before commas. See #17478
-
Grzegorz Bizon authored
See #17478
-
Grzegorz Bizon authored
See #17478
-
Grzegorz Bizon authored
Use Array.new with a block instead of `.times.collect` / `.times.map`. See #17478
-
Grzegorz Bizon authored
Favor `unless` over `if` for negative conditions (or control flow ||). See #17478
-
Grzegorz Bizon authored
Checks of literals used in conditions. See #17478
-
Grzegorz Bizon authored
Do not use then for multi-line if. See #7478.
-
Grzegorz Bizon authored
Use def with parentheses when there are parameters. See #17478
-
Grzegorz Bizon authored
See #17478
-
Yorick Peterse authored
Add DB index on users.state See merge request !4336
-
Grzegorz Bizon authored
See #17478
-
Grzegorz Bizon authored
Use Unix-style line endings. See #17478.
-
Grzegorz Bizon authored
See #17478
-
Stan Hu authored
Closes #17920
-
Robert Speicher authored
Improve note validation This MR improves note validation. Originates from #15577. Closes #17260 See merge request !4024
-
Robert Speicher authored
❤
-
- 29 May, 2016 9 commits
-
-
Robert Speicher authored
Use absolute paths in .gitignore See merge request !4335
-
Ruben Davila authored
-
Ruben Davila authored
It's working fine now but by making it more explicit we can make tools like 'The Silver Searcher' to parse properly the .gitignore file
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-