1. 28 Apr, 2019 1 commit
    • Make methods private in AnnotateRoutes (#598) · 289621b8
      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.
  2. 22 Apr, 2019 1 commit
  3. 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
      ```
  4. 15 Feb, 2019 2 commits
  5. 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)
  6. 22 Jan, 2019 1 commit
  7. 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.
  8. 06 Sep, 2018 4 commits
  9. 28 Aug, 2018 1 commit
  10. 13 Jun, 2018 1 commit
  11. 10 May, 2018 1 commit
  12. 21 Apr, 2018 1 commit
  13. 20 Apr, 2018 1 commit
  14. 23 Mar, 2018 1 commit
  15. 23 Feb, 2018 1 commit
  16. 04 Dec, 2017 1 commit
  17. 01 Dec, 2017 1 commit
  18. 01 Nov, 2017 1 commit
  19. 20 Oct, 2017 1 commit
  20. 18 Oct, 2017 3 commits
  21. 13 Oct, 2017 1 commit
  22. 11 Oct, 2017 2 commits
  23. 03 Oct, 2017 1 commit
  24. 27 Jul, 2017 1 commit
  25. 25 Jul, 2017 5 commits
  26. 12 Jul, 2017 2 commits
  27. 03 Jul, 2017 1 commit
  28. 02 Jul, 2017 1 commit