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
When i try to update a table in this case lessons and they contain tags. The gem throws a "No implicit conversion of nil into String error."
upon investigation i found that line 285 fails in the gem fails
When i change the code to create an instance first and then save. It works
The postgres adapter gets nil at some point in the chain and this object creation fails
This is the lesson object
The gem is receiving all props. Nothing is nil. but create still throws an error
This is the same lesson object as above
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When i try to update a table in this case lessons and they contain tags. The gem throws a "No implicit conversion of nil into String error."
upon investigation i found that line 285 fails in the gem fails
When i change the code to create an instance first and then save. It works
The postgres adapter gets nil at some point in the chain and this object creation fails
This is the lesson object
The gem is receiving all props. Nothing is nil. but create still throws an error
This is the same lesson object as above
The text was updated successfully, but these errors were encountered: