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
Added locate_many(ignore_missing: true) option that'll use #where ins…
…tead of #find for bulk location, which via Active Record means missing records will be ignored instead of raise an exception
Release 0.3.0
* Rename model.gid -> model.to_gid so we don't collide with existing methods
rails#36
* Customize gid locator per gid://appname
rails#15
* Signed Global IDs now have expiry timestamps and a specific purpose
rails#20rails#29