Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to export annotations to a single file, support :with_comment_column in markdown, annotate Enumerize model attributes #1020

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    916e679 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a656f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1701438 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0facbd6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3019556 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    785af91 View commit details
    Browse the repository at this point in the history
  7. bump version to 3.2.1

    ksouthworth committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    1da3d2f View commit details
    Browse the repository at this point in the history
  8. don't document Enumerize values in model classes

    it's redundant to document Enumerize values in model annotations, since the values are already specified by the `enumerize` class method
    ksouthworth committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    764185f View commit details
    Browse the repository at this point in the history
  9. fix Rubocop warnings

    ksouthworth committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    7f8ad3d View commit details
    Browse the repository at this point in the history
  10. fix rubocop warning

    ksouthworth committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    34a00b0 View commit details
    Browse the repository at this point in the history