dynamic-active-model 0.7.0
Dynamic Active Model automatically discovers database schemas and creates ActiveRecord models without manual class definitions. It detects and configures relationships (belongs_to, has_many, has_one, has_and_belongs_to_many) based on foreign keys and constraints, handles dangerous attribute names, supports model extensions, and includes a CLI tool for interactive database exploration.
Gemfile:
=
install:
=
Runtime Dependencies (2):
activerecord
>= 4
inheritance-helper
~> 0.2