Statics: Base class and modules for static models.
Statics it’s a simple gem developed using mostly the dry-rb gems and it helps you have “static” models that get their data from YAML files.
It exposes an “ActiveRecord” like API (but not fully compliant) that could make it easier to migrate the models to database backed ones if needed.
It also supports “translatable” attributes.
Check it out :)
Post a comment