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'm using this library and I'm running into a problem where I'm not sure if it's something I'm doing wrong or a bug when using it with upsert_all. I'm using the following version in a Rails 7.0.4.2 project with Ruby 3.0.3.
Are you aware of anything in this library that would cause issues when used like that?
Thank you!
Update
I found that by adding tag_list to the except list of @bookmark.as_json I can prevent this error, I'm leaving this open as I'm not sure if that's something that should be done on the library level or that I'm just using it wrong.
The text was updated successfully, but these errors were encountered:
Hey—
I'm using this library and I'm running into a problem where I'm not sure if it's something I'm doing wrong or a bug when using it with
upsert_all
. I'm using the following version in a Rails 7.0.4.2 project with Ruby 3.0.3.Setup
My model: Bookmark
Stacktrace
The line
inserted_bookmarks
is the one causing the issues in this case.Are you aware of anything in this library that would cause issues when used like that?
Thank you!
Update
I found that by adding
tag_list
to theexcept
list of@bookmark.as_json
I can prevent this error, I'm leaving this open as I'm not sure if that's something that should be done on the library level or that I'm just using it wrong.The text was updated successfully, but these errors were encountered: