6 ms·
Any popular Rails apps that use to_global_id?
by moondowner 9mo ago
Any popular Rails apps that use to_global_id?
- kayodelycaon 9mo agoThe built-in ActiveJob api uses them.
- rmosolgo 9mo agoShopify: https://shopify.dev/docs/api/usage/gids#global-id-structure https://shopify.dev/docs/api/usage/gids#global-id-structure
- hahahacorn 9mo agoShopify https://shopify.dev/docs/api/usage/gids https://shopify.dev/docs/api/usage/gids
- rco8786 9mo agoAlmost any modern rails apps that have a job queue will use this at some point