ulid-rails
ulid-rails copied to clipboard
ULID primary keys and foreign keys for Ruby on Rails
As shown in the tests added. eager loading doesn't work properly with limit set. That is due to how AR applies join dependency and finding distinct records to apply the...
I’ve noticed that the examples suggest creating database columns with the binary type. Some database systems, like Postgres, offer a specific UUID column type. Is there a reason to suggest...
Fixes #68
Hi, I'm experimenting with the gem, I find it interesting. However, I have some concerns. I have a pqsl function `generate_ulid()` which generates ulid ids by default. The app that...
typo fix