1. 18 Apr, 2019 1 commit
  2. 08 Apr, 2019 1 commit
    • Add frozen option for CI environment (#603) · fe172282
      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
      ```
  3. 14 Feb, 2019 1 commit
    • Refactor hooking ActiveRecord migration tasks (#588) · dc827279
      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)
  4. 22 Jan, 2019 1 commit
  5. 09 Sep, 2018 1 commit
    • Fix alignment of multi-byte fullwidth character comments (#575) · 26142667
      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.
  6. 28 Aug, 2018 1 commit
  7. 23 Feb, 2018 1 commit
  8. 04 Dec, 2017 1 commit
  9. 01 Nov, 2017 1 commit
  10. 20 Oct, 2017 1 commit
  11. 18 Oct, 2017 3 commits
  12. 13 Oct, 2017 1 commit
  13. 11 Oct, 2017 1 commit
  14. 03 Oct, 2017 1 commit
  15. 27 Jul, 2017 1 commit
  16. 25 Jul, 2017 3 commits
  17. 12 Jul, 2017 1 commit
  18. 03 Jul, 2017 1 commit
  19. 02 Jul, 2017 1 commit
  20. 06 Jun, 2017 1 commit
  21. 02 Jun, 2017 2 commits
  22. 01 May, 2017 1 commit
  23. 02 Feb, 2017 1 commit
  24. 17 Dec, 2016 2 commits
  25. 15 Dec, 2016 1 commit
  26. 14 Dec, 2016 2 commits
  27. 13 Dec, 2016 3 commits
  28. 24 Oct, 2016 1 commit
  29. 29 Jul, 2016 2 commits
  30. 13 Jun, 2016 1 commit