1. 22 Jan, 2019 1 commit
  2. 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.
  3. 06 Sep, 2018 4 commits
  4. 28 Aug, 2018 1 commit
  5. 13 Jun, 2018 2 commits
  6. 10 May, 2018 1 commit
  7. 21 Apr, 2018 2 commits
  8. 20 Apr, 2018 3 commits
  9. 23 Mar, 2018 1 commit
  10. 23 Feb, 2018 2 commits
  11. 04 Dec, 2017 1 commit
  12. 01 Dec, 2017 1 commit
  13. 01 Nov, 2017 1 commit
  14. 25 Oct, 2017 1 commit
  15. 20 Oct, 2017 1 commit
  16. 18 Oct, 2017 3 commits
  17. 15 Oct, 2017 1 commit
  18. 13 Oct, 2017 1 commit
  19. 11 Oct, 2017 2 commits
  20. 03 Oct, 2017 1 commit
  21. 27 Jul, 2017 2 commits
  22. 25 Jul, 2017 5 commits
  23. 13 Jul, 2017 1 commit
  24. 12 Jul, 2017 1 commit
    • annotate --routes modifies only routes.rb (#485) · 5e3820b8
      Hitabis GmbH authored
      * annotate --routes modifies only routes.rb
      
      This change is a proposed solution to #357 and an alternative to the already proposed solution #361.
      In #361 it is needed to call `annotate --routes --ignore-models` to achieve the same as in this change with only `annotate --routes`.
      
      * Call eager_load only when models are included
      
      This to prevent activerecord model errors when using mongoid for example and calling `annotate --routes`