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.
我想将常见模型(及其迁移)分离到一个 gem 中。我想知道我是否应该为此创建一个引擎,或者制作一个库 gem。
谢谢!
引擎非常适合提供完整的 MVC 堆栈。如果您计划添加比普通模型更多的模型,这是一个非常聪明的举措,因为它将为您的应用程序增加很多灵活性。
否则,与提供的功能相比,您可能会发现工作流程过于复杂。