ulid-rails icon indicating copy to clipboard operation
ulid-rails copied to clipboard

ULID primary keys and foreign keys for Ruby on Rails

Results 5 ulid-rails issues
Sort by recently updated
recently updated
newest added

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...

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...