1. 16 Jun, 2019 1 commit
    • Update .travis.yml to unblock Ruby 2.2 builds (#628) · 681d5372
      Andrew W. Lee authored
      * Update Ruby 2.2.7 to 2.2.10
      
      There are 3 patch versions of security and vulnerability fixes and 2.2.7
      was released back in March 28 2017.
      
      * Use older version of RubyGems for Ruby 2.2
      
      The current build tries to update to RubyGems 3. This currently fails
      for Ruby 2.2 because RubyGems 3.0.0 drops support for Ruby 2.2.X.
      
      This change should support Ruby 2.2 by explicitly installing RubyGems
      2.7 after failing to find a compatible version of 3.
  2. 23 May, 2019 1 commit
  3. 08 May, 2019 1 commit
  4. 28 Apr, 2019 2 commits
  5. 22 Apr, 2019 2 commits
  6. 18 Apr, 2019 1 commit
  7. 08 Apr, 2019 2 commits
  8. 15 Feb, 2019 2 commits
  9. 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)
  10. 25 Jan, 2019 1 commit
  11. 22 Jan, 2019 1 commit
  12. 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.
  13. 06 Sep, 2018 4 commits
  14. 28 Aug, 2018 1 commit
  15. 13 Jun, 2018 2 commits
  16. 10 May, 2018 1 commit
  17. 21 Apr, 2018 2 commits
  18. 20 Apr, 2018 3 commits
  19. 23 Mar, 2018 1 commit
  20. 23 Feb, 2018 2 commits
  21. 04 Dec, 2017 1 commit
  22. 01 Dec, 2017 1 commit
  23. 01 Nov, 2017 1 commit
  24. 25 Oct, 2017 1 commit
  25. 20 Oct, 2017 1 commit
  26. 18 Oct, 2017 3 commits