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.
我有 2 个不同的 rails 项目,我想在其中分享我的模型。我怎么能做到这一点?
我正在考虑一个 gem 或子模块。
将通用代码提取到 gem 中,或者至少提取到库结构(可能在 /lib ...)中,您可以将其隔离并手动包含到您的两个项目中。
我想当你说共享模型时,你暗示activerecord模型。您可以创建指向文件夹的符号链接。或者在 2 个 Rails API 之间的共享模型(单独的应用程序)中提出了类似的问题
activerecord