-
Notifications
You must be signed in to change notification settings - Fork 8
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
NoMethodError and rake aborted #17
Comments
I am seeing this as well. |
I don't have this issue, which version of Rails do you use ? I'm on Rails 5.1.6.2 |
I am seeing this on Rails 6.0.2 |
Same here. Rails 6.0.2 |
I’m on Rails 6.0.2.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello.
rake yeet_dba:find_invalid_columns
I'm receiving
NoMethodError: undefined method 'joins' for nil:NilClass
for almost the half of all tables. For now I just placed all such tables in yeet_dba.yml to skip it.
Is it the right behavior of gem? No any exceptions or outputs should be showed in such case?
The text was updated successfully, but these errors were encountered: