SIGN IN SIGN UP

Introduce concept of Coder, extract ActiveRecordCoder (#48)

FixtureKit currently only supports saving and loading fixture data from SQL (via ActiveRecord). As we look to support other data sources — for example, Redis or other non-SQL stores — we need an abstraction that allows different persistence strategies to plug in alongside the existing SQL behavior.

This PR introduces that abstraction with a `Coder` base class and extracts the existing SQL logic into `ActiveRecordCoder` as the first step.
J
Jeff Carbonella committed
57fc088ee846ca0acbdd3a3635ca84b9ad5cabfc
Parent: 32520d1
Committed by GitHub <noreply@github.com> on 5/5/2026, 4:01:56 AM