- 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)
-
- 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.
-
- 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.
-
- 23 Feb, 2018 1 commit
-
-
Manuel Meurer authored
-
- 04 Dec, 2017 1 commit
-
-
0x01f7 authored
-
- 01 Nov, 2017 1 commit
-
-
Tony Ta authored
-
- 20 Oct, 2017 1 commit
-
-
Alexander Belozerov authored
-
- 18 Oct, 2017 3 commits
-
-
Alexander Belozerov authored
-
Alexander Belozerov authored
-
Alexander Belozerov 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 1 commit
-
-
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 1 commit
-
-
Alexander Belozerov authored
-
- 25 Jul, 2017 3 commits
-
-
Alexander Belozerov authored
-
Alexander Belozerov authored
-
Alexander Belozerov authored
Fix #436 where extra line break is added when using windows CRLF (#490)
-
- 12 Jul, 2017 1 commit
-
-
Alexander Belozerov authored
-
- 03 Jul, 2017 1 commit
-
-
Alexander Belozerov authored
-
- 02 Jul, 2017 1 commit
-
-
Alexander Belozerov authored
-
- 06 Jun, 2017 1 commit
-
-
Steve Klebanoff authored
* add show_complete_foreign_keys as setting * test for show_complete_foreign_keys setting
-
- 02 Jun, 2017 2 commits
-
-
motot authored
Support Database Comment for Rails 5 Added with_comment options
-
Daniel Hanke authored
-
- 01 May, 2017 1 commit
-
-
yhirano authored
-
- 02 Feb, 2017 1 commit
-
-
Adam Gaynor authored
Do not check if an index includes another column if the name is a String, instead of an Array. (#442) * Do not check if an index includes another column if the name is a String, instead of an Array. * Fix Rubocop test conditions.
-
- 17 Dec, 2016 2 commits
-
-
Guillermo Guerrero Ibarra authored
* --active-admin replaced as a flag. closes #363. * Implemented routes in markdown, closes #178
-
Guillermo Guerrero Ibarra authored
-
- 15 Dec, 2016 1 commit
-
-
Guillermo Guerrero Ibarra authored
* Fixed some offenses * Added test.
-
- 14 Dec, 2016 2 commits
-
-
Guillermo Guerrero Ibarra authored
Fixed some offenses
-
Guillermo Guerrero Ibarra authored
-
- 13 Dec, 2016 3 commits
-
-
Guillermo Guerrero Ibarra authored
* Added new gems.
-
Guillermo Guerrero Ibarra authored
* Fixed Posgresql index tables with `public`. Added indexes test. Added test not crash getting indexes. * Updated rake and rubocop.
-
Guillermo Guerrero Ibarra authored
-
- 24 Oct, 2016 1 commit
-
-
Tim Vergenz authored
* add(annotate_models_spec): test coverage * change(annotate_models#get_foreign_key_info): elide auto-generated fk names Closes #404.
-
- 29 Jul, 2016 2 commits
-
-
Cuong Tran authored
-
Andrey Krivko authored
* Provide :hide_default_column_types option to make hiding of default configurable * Use `NO_DEFAULT_COL_TYPES` as default when the `hide_default_column_types` option is not provided
-
- 13 Jun, 2016 1 commit
-
-
Jmarques authored
-
- 10 May, 2016 1 commit
-
-
Ethan authored
* add option to exclude STI subclasses from annotation
-
- 09 May, 2016 1 commit
-
-
cuong.tran authored
-