【发布时间】:2011-04-07 05:43:17
【问题描述】:
我正在考虑使用 rails3 开发一个开源项目管理工具。 (我知道有很多,但我想要的是推出我自己的,以便我可以学习)。但在此之前我有一些问题要澄清..
请在以下方面提出您的建议
1 - 发布此类项目的最佳方式是什么 1 - 作为默认的 rails 应用程序
2 - As a ruby gem (if so how can I do it)
2 - 如何为现有用户提供升级服务 1 - 他们是否需要下载整个项目并替换现有的项目
2 - can I modularize my updates and ask users to download and install only the features they want
Ex: My tool might have a separate module for bills and only the users who wants billing can only download and install that module (If you what is the best way to do it)
提前致谢
干杯
同样的
【问题讨论】:
标签: ruby-on-rails-3 open-source project-management