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
The initial URI implementation leans on Ruby's URI::Generic and acts as a URL, using the hostname as the app namespace and the first two path segments as model class and id.
Let's formalize this with an actual Global ID URI scheme that takes advantage of Ruby's parser and validation.
The text was updated successfully, but these errors were encountered:
The initial URI implementation leans on Ruby's URI::Generic and acts as a URL, using the hostname as the app namespace and the first two path segments as model class and id.
Let's formalize this with an actual Global ID URI scheme that takes advantage of Ruby's parser and validation.
The text was updated successfully, but these errors were encountered: