1. 20 Feb, 2020 3 commits
  2. 17 Feb, 2020 1 commit
  3. 13 Feb, 2020 3 commits
  4. 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 
  5. 06 Feb, 2020 1 commit
  6. 04 Feb, 2020 2 commits
  7. 03 Feb, 2020 1 commit
  8. 01 Feb, 2020 3 commits
  9. 27 Jan, 2020 3 commits
  10. 26 Jan, 2020 3 commits
  11. 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.
  12. 22 Jan, 2020 1 commit
  13. 20 Jan, 2020 5 commits
  14. 19 Jan, 2020 4 commits
  15. 18 Jan, 2020 2 commits
    • Refactor AnnotateModels::Helpers (#723) · 1c5deb09
      Shu Fujita authored
      I refactored two methods in AnnotateModels::Helpers for readability.
    • Refactor AnnotateRoutes.routes_file_exist? (#716) · 9a8db1b7
      Shu Fujita authored
      I refactored `AnnotateRoutes.routes_exists?` and methods using this.
      The points are as follows.
      
      *   Removing `puts` in `AnnotateRoutes.routes_exists?`
      *   Using `File.exist?` instead of `File.exists?` because `File.exists?` is deprecated
      *   Renaming `AnnotateRoutes.routes_exists?` to `AnnotateRoutes.routes_file_exists?` in order to make the name of method more explanatory
  16. 16 Jan, 2020 4 commits
  17. 15 Jan, 2020 2 commits