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
Using `#to_i` can cause confusing failure messages b/c non-integer
values are cast to `0`. Now those values will fail to case, and we'll
get a useful error message, where the fix is probably to NOT do the
casting (e.g., use `json_ids` rather than `json_ids(true)`).
0 commit comments