We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there any way to ignore attributes? For example, I wrote the following attribute.
attribute :text, default: -> { Time.current.strftime("%Y/%m/%d %H:%M") }
annotate_models gem generated following annotate. It is a hindrance for version control.
# text :string default("2024/01/31 21:22"), not null
In my opinion, what we want to see is the DB definition. Reflecting an attribute seems like overkill. Is it possible to do any of the following?
exclude_files
$ bundle exec annotate
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there any way to ignore attributes? For example, I wrote the following attribute.
annotate_models gem generated following annotate. It is a hindrance for version control.
In my opinion, what we want to see is the DB definition. Reflecting an attribute seems like overkill.
Is it possible to do any of the following?
exclude_files
that do not target certain files for annotate_modelsCommands
Version
The text was updated successfully, but these errors were encountered: