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
While in ~/myapp/app/models:
$ annotate /var/lib/gems/1.9.1/gems/annotate-2.6.3/bin/annotate:146:in `<top (required)>': undefined method `blank?' for nil:NilClass (NoMethodError) from /usr/local/bin/annotate:23:in `load' from /usr/local/bin/annotate:23:in `<main>'
I didn't realize at the beginning that I was in the wrong directory, somehow moving back to the root of the project fixed the problem.
Maybe this should be validated in order to print an appropriate error message.
The text was updated successfully, but these errors were encountered:
Display an error message if not run from the root of the project, #186
d54e772
I get the same error message, also with 2.6.3, but from the project root.
Sorry, something went wrong.
Oh, turns out it's due to some optimizations in our app that make the "environment" task hard to find. So it's not you, it's us ;)
ctran
No branches or pull requests
While in ~/myapp/app/models:
I didn't realize at the beginning that I was in the wrong directory, somehow moving back to the root of the project fixed the problem.
Maybe this should be validated in order to print an appropriate error message.
The text was updated successfully, but these errors were encountered: