Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前,我在 rails 中手动创建单个类以将其映射到现有数据库。我很好奇那里是否有任何宝石可以帮助我为所有现有表格搭建脚手架模型。
谢谢
也许您可以尝试使用RMRE。它根据您的数据库外键生成您的模型和所有has_many关系。belongs_to
has_many
belongs_to