Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: javan/globalid

Tags

v0.3.6

Toggle v0.3.6's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Version 0.3.6

v0.3.5

Toggle v0.3.5's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Version 0.3.5

v0.3.4

Toggle v0.3.4's commit message
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

v0.3.3

Toggle v0.3.3's commit message
New release for Locator.locate_many_signed fix

v0.3.2

Toggle v0.3.2's commit message
Added #to_gid_param and #to_sgid_param as short-cuts for to_gid.to_pa…

…ram and to_sgid.to_param for convenience

v0.3.1

Toggle v0.3.1's commit message
Bump version for new feature

v0.3.0

Toggle v0.3.0's commit message
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#20
  rails#29

v0.2.3

Toggle v0.2.3's commit message
Release 0.2.3 with :verifier support

v0.2.2

Toggle v0.2.2's commit message
Bump for the parse fix

v0.2.1

Toggle v0.2.1's commit message
Bump version for the latest fixes and improvements