- 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 3 commits
-
-
Alexander Belozerov authored
-
Alexander Belozerov authored
-
Alexander Belozerov authored
-
- 15 Oct, 2017 1 commit
-
-
Doug Hammond authored
-
- 13 Oct, 2017 1 commit
-
-
Doug Hammond authored
* Hook up with-comment option to rake tasks and CL. * with_comment option handles commentless columns. * Style fixes.
-
- 11 Oct, 2017 2 commits
-
-
ryu39 authored
-
Shinichi Maeshima authored
-
- 03 Oct, 2017 1 commit
-
-
Hideki IGARASHI authored
* Refactor AnnotateModels#get_model_files * Add the tests for `AnnotateModels#get_model_files` * Remove unnecessary `reject` call
-