Skip to content

v0.3.0

Latest

Choose a tag to compare

@bradgessler bradgessler released this 11 Mar 00:11
· 5 commits to main since this release
  • UUID primary keys (auto-detected in Rails, key: Key::Uuid for manual schemas)
  • Polymorphic associations (votable post(:hello) sets both _id and _type)
  • Custom key strategies (any object with generate(table_name, record_name))
  • Custom primary key columns
  • Hardcoded IDs
  • Multi-file fixture loading via FixtureBot.require

See CHANGELOG for details.