- 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
-
- 27 Jul, 2017 2 commits
-
-
Alexander Belozerov authored
-
Cuong Tran authored
-
- 25 Jul, 2017 5 commits
-
-
Alexander Belozerov authored
-
yuemori authored
-
Alexander Belozerov authored
-
Alexander Belozerov authored
Fix #436 where extra line break is added when using windows CRLF (#490)
-
yhirano55 authored
* Fix InstallGenerator to require annotate * Fix README
-