-
Notifications
You must be signed in to change notification settings - Fork 631
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
# -*- SkipSchemaAnnotations can not work . #167
Comments
Please include the stack trace with "--trace" option. It is also helpful to include the necessary bits in user.rb. |
I'm having the same issue with |
Please provide more details: your version of ruby and annotate, Gem file, any other useful information. |
ruby: 2.1.2p95 I have added |
Potentially addresses issue# ctran#167 Annotate_model_file is called automatically on all files in models directory and does not check if model contains SkipSchemaAnnotations tag.
Potentially addresses issue# ctran#167 Annotate_model_file is called automatically on all files in models directory and does not check if model contains SkipSchemaAnnotations tag.
error message
Unable to annotate user.rb: stack level too deep
when i run migrate .i add
# -*- SkipSchemaAnnotations
in user.rb, but it not work yet , butskip_on_db_migrate=1 rake db:migrate
work well . thanksThe text was updated successfully, but these errors were encountered: