madeintandem / jsonb_accessor

Adds typed jsonb backed fields to your ActiveRecord models.
MIT License
1.1k stars 93 forks source link

Drop support for ActiveRecord::Enum #170

Closed haffla closed 11 months ago

haffla commented 11 months ago

ActiveRecord 7.1 requires all enums to be backed by a database column. That means that this gem cannot hold the enum value anymore. This is a limitation of AR not of this gem.

See https://github.com/madeintandem/jsonb_accessor/issues/167.