associate_jsonb 0.0.4
This gem extends ActiveRecord to let you use PostgreSQL JSONB data for associations Inspired by activerecord-jsonb-associations, but for use in Rails 6+ and ruby 2.7+ and with some unnecessary options and features (HABTM) removed BONUS: extended `table#references` for easy migrations and indexes (NOTE: real foreign key constraints are not possible with PostgreSQL JSONB)
Gemfile:
=
install:
=
Runtime Dependencies (4):
Development Dependencies (1):
rspec
~> 3.7.0