- 16 Jun, 2019 2 commits
-
-
dependabot-preview[bot] authored
* Update rubocop requirement from ~> 0.67.2 to ~> 0.68.1 Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.67.2...v0.68.1) * Rerun rubocop --auto-gen-config The cop Layout/IndexHash was renamed to Layout/IndentFirstHashElement causing CI to fail. By rerunning the config generator this updates the correct cop name so that Rubocop no longer fails in CI.
-
Andrew W. Lee authored
* Update Ruby 2.2.7 to 2.2.10 There are 3 patch versions of security and vulnerability fixes and 2.2.7 was released back in March 28 2017. * Use older version of RubyGems for Ruby 2.2 The current build tries to update to RubyGems 3. This currently fails for Ruby 2.2 because RubyGems 3.0.0 drops support for Ruby 2.2.X. This change should support Ruby 2.2 by explicitly installing RubyGems 2.7 after failing to find a compatible version of 3.
-
- 23 May, 2019 1 commit
-
-
Colby Melvin authored
Handle potential negative padding in `#mb_chars_ljust` when having a `col_length` > 16, the default hardcoded value of `bare_type_allowance`.
-
- 08 May, 2019 1 commit
-
-
Cuong Tran authored
Travis was trying to publish gem multiple times in the matrix builds. This should restrict the gem publish to a single build.
-
- 28 Apr, 2019 2 commits
-
-
Shu Fujita authored
In AnnotateRoutes, there were many public methods that is not used in other classes or modules. Before my extension, I made these methods private and sort them in order of appearance. All tests were passed. Please trace each commits carefully. I didn't nothing special. The commits consist of coordinating code.
-
dependabot[bot] authored
Updates the requirements on [ruby_dep](https://github.com/e2/ruby_dep) to permit the latest version. - [Release notes](https://github.com/e2/ruby_dep/releases) - [Commits](https://github.com/e2/ruby_dep/compare/v1.3.1...v1.5.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
- 22 Apr, 2019 2 commits
-
-
Andrew W. Lee authored
-
Andrew W. Lee authored
-
- 18 Apr, 2019 1 commit
-
-
dependabot[bot] authored
* Update rubocop requirement from ~> 0.46.0 to ~> 0.67.2 Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.46.0...v0.67.2) Signed-off-by: dependabot[bot] <support@dependabot.com> * Make changes to let Rubocop pass in CI
-
- 08 Apr, 2019 2 commits
-
-
Daisuke Yokomoto authored
Add --frozen option to abort instead of write annotation. This is mainly for CI environment to detect missing annotation. Similar motivation with bundle install --frozen. works like: ``` $ rake db:migrate frozen=yes annotate error. spec/models/user_spec.rb needs to be updated, but annotate was run with `--frozen ```
-
Andrew W. Lee authored
* Update rubocop requirement from ~> 0.46.0 to ~> 0.65.0 Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.46.0...v0.65.0) Signed-off-by: dependabot[bot] <support@dependabot.com> * Regenerate .rubocop_todo.yml
-
- 15 Feb, 2019 2 commits
-
-
Ben Brook authored
-
Artem Rashev authored
Since Rails full engines run as non-namespaced applications but all their app-related tasks still prefixed with `app:`
-
- 14 Feb, 2019 1 commit
-
-
Yuichi Tanikawa authored
- Use Rake::Task#enhance insteaad of defining same tasks again - Remove hooking db:migrate:change task which doesn't exist - Fix hooking db:migrate:reset task so that the annotation runs after all migration tasks (#548)
-
- 25 Jan, 2019 1 commit
-
-
Miklós Fazekas authored
-
- 22 Jan, 2019 1 commit
-
-
Tim Perkins authored
-
- 09 Sep, 2018 1 commit
-
-
oieioi authored
This fixes alignment of Japanese, Korean and Chinese fullwidth character comments. The displayed widths of multi-byte fullwidth characters are generally twice as large as the ASCII characters, but String#size returns only the number of characters. So if the column comment contains fullwidth multibyte characters, the alignment is broken.
-
- 06 Sep, 2018 4 commits
-
-
Jeremy Mickelson authored
* refactor and simplify returns for annotate_one_file * fix rubocop offenses
-
Jeremy Mickelson authored
-
Jeremy Mickelson authored
-
Jeremy Mickelson authored
-
- 28 Aug, 2018 1 commit
-
-
Michael Siegfried authored
In rails 4, columns do not respond to `bigint?`. However, in both rails 4 and rails 5, columns do respond to `sql_type`. This way, annotations should work in both versions.
-
- 13 Jun, 2018 2 commits
-
-
Cuong Tran authored
-
yhirano55 authored
-
- 10 May, 2018 1 commit
-
-
yhirano55 authored
* :with_comment option is flag * It should use `true?` instead of `fallback`.
-
- 21 Apr, 2018 2 commits
-
-
cuong.tran authored
-
cuong.tran authored
-
- 20 Apr, 2018 3 commits
-
-
Cuong Tran authored
-
Trevor authored
-
- 23 Mar, 2018 1 commit
-
-
Shou Ya authored
-
- 23 Feb, 2018 2 commits
-
-
Manuel Meurer authored
-
ramaboo-deliv authored
-
- 04 Dec, 2017 1 commit
-
-
0x01f7 authored
-
- 01 Dec, 2017 1 commit
-
-
0x01f7 authored
-
- 01 Nov, 2017 1 commit
-
-
Tony Ta authored
-
- 25 Oct, 2017 1 commit
-
-
AleksandrKudashkin authored
-
- 20 Oct, 2017 1 commit
-
-
Alexander Belozerov authored
-
- 18 Oct, 2017 2 commits
-
-
Alexander Belozerov authored
-
Alexander Belozerov authored
-