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 应用程序生成文档。该应用程序具有具有关系的模型(例如 has_many 关系),我正在寻找一种方法来生成显示模型之间关系的文档。理想情况下,用一些图表来表示模型之间的关系。
有没有办法在 rails 3.2x 中实现这一点?
查看rails-erd gem。它从您的模型生成实体关系图。
Rubymine IDE 也可以即时执行,但它不是免费的。