1. 08 Mar, 2020 2 commits
  2. 01 Mar, 2020 4 commits
  3. 25 Feb, 2020 1 commit
  4. 22 Feb, 2020 1 commit
  5. 20 Feb, 2020 5 commits
  6. 17 Feb, 2020 1 commit
  7. 13 Feb, 2020 3 commits
  8. 11 Feb, 2020 1 commit
    • Add integration tests to project (#747) · ec0b3b61
      Andrew W. Lee authored
      Adds integration tests to the project that's able to run in CI across different ruby versions.
      
      * Adds a Rails 5.2.4.1 app
      * Adds a Rails 6.0.2.1 app
      
      Fixes #733 
  9. 06 Feb, 2020 1 commit
  10. 04 Feb, 2020 2 commits
  11. 03 Feb, 2020 1 commit
  12. 01 Feb, 2020 3 commits
  13. 27 Jan, 2020 3 commits
  14. 26 Jan, 2020 3 commits
  15. 24 Jan, 2020 1 commit
    • Support YARD notation (#724) · 06255470
      tvallois authored
      The scope of this pull request is to allow annotate_models to generate models documentation using YARD. This is the first step, I'll add more features later.
  16. 22 Jan, 2020 1 commit
  17. 20 Jan, 2020 5 commits
  18. 19 Jan, 2020 2 commits
    • Refactor AnnotateRoutes.annotate_routes and .rewrite_contents_with_header (#729) · 3333c359
      Shu Fujita authored
      I refactored `AnnotateRoutes.annotate_routes` and `.rewrite_contents_with_header` in order to add an empty string to `new_content` array in `.annotate_routes`.
      
      I will refactor `.rewrite_contents_with_header` more, and remove `. rewrite_contents_with_header` in the next PR.
    • Refactor AnnotateModels::Parser (#728) · 13eeb969
      Shu Fujita authored
      # Summary
      
      *   I replaced `#blank?` of ActiveSupport to `#present?`
      *   I moved `AnnotateModels::Parser#commit` after `#parser ` because `#commit` is used after `#parser` in `#parse`.