Releases: rails/globalid
Releases · rails/globalid
v0.3.7
Release 0.3.6
-
Raise
MissingModelIdError
when a Global ID is created without a model id.Faraz Yashar
-
Encode model id's to support non-alphanumeric characters.
Thomas Drake-Brockman
-
Add support for Global ID params to
to_global_id
andto_gid_param
.Ray Zane
-
Locating Global ID models prefers an
unscoped
lookup if the model responds to it.Kasper Timm Hansen
Release 0.3.5
Same as 0.3.4 but working in all the supported versions of Ruby.
Release 0.3.4
- Added
locate_many(ignore_missing: true)
option that'll use#where
instead of#find
for bulk location, which via Active Record means missing records will be ignored instead of raise an exception.
Release 0.3.3
- Fixed purpose not passed on to Locator.locate_many_signed(strings, for: 'purpose')
DHH
Release 0.3.2
-
Added
to_gid_param
andto_sgid_param
convenience methods 64fb44b.DHH
Release 0.3.1
Release 0.3.0
Release 0.2.3
- Add :verifier support
Release 0.2.2
Bump for the parse fix