1. 31 Mar, 2020 1 commit
  2. 30 Mar, 2020 1 commit
    • Some project clean up (#786) · 1c1c5850
      Andrew W. Lee authored
      This PR does the following:
      * moves code coverage generation to happen when `COVERAGE` environment variable is present.
      * makes integration tests run when when `INTEGRATION_TESTS` is present.
      * moves `ruby-head` from TravisCI build. Previously the configuration allowed for `ruby-head` to be ignored if it failed, but it conflicted with the gem release build job step.
  3. 24 Mar, 2020 1 commit
  4. 09 Mar, 2020 4 commits
  5. 08 Mar, 2020 3 commits
  6. 01 Mar, 2020 4 commits
  7. 25 Feb, 2020 1 commit
  8. 22 Feb, 2020 1 commit
  9. 20 Feb, 2020 5 commits
  10. 17 Feb, 2020 1 commit
  11. 13 Feb, 2020 3 commits
  12. 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 
  13. 06 Feb, 2020 1 commit
  14. 04 Feb, 2020 2 commits
  15. 03 Feb, 2020 1 commit
  16. 01 Feb, 2020 3 commits
  17. 27 Jan, 2020 3 commits
  18. 26 Jan, 2020 3 commits
  19. 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.