You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to get annotate to annotate a new model I created, which is namespaced. It wasn't working. After trying several other things, using the --models caused it to correctly annotate the new model files.
IMHO, this should annotate the models without the --models option.
A thought struck me: I had run bundle update today. I checked and Annotate was one of the upgraded gems. I ran rails g annotate:install and overwrote the existing file. It's working correctly now.
Apologize for the change in expectation. This was also brought up in #663. Right now my priorities on this project is to get the integration tests working before I get back into touching the actual code. Happy to review any PRs for this.
I was trying to get annotate to annotate a new model I created, which is namespaced. It wasn't working. After trying several other things, using the
--models
caused it to correctly annotate the new model files.IMHO, this should annotate the models without the --models option.
Commands
Version
The text was updated successfully, but these errors were encountered: