Gems
Integrate PostgreSQL's enum data type into ActiveRecord's schema and migrations.
Integrate PostgreSQL's enum data type into ActiveRecord's schema and migrations. Running the above will create a table :person, with a column :person_mood of type :mood. This will also be saved on schema.rb so that rake schema:load works as expected.
Serialized json-hash-backed ActiveRecord attributes, super smooth
ActiveRecord attributes stored serialized in a json column, super smooth. For Rails 5.0, 5.1, 5.2, or 6.0. Ruby 2.4 .Typed and cast like Active Record. Supporting nested models, dirty tracking, some querying (with postgres jsonb contains), and wor...