Rails 3:使用 gem 作为我的主要应用程序
我想使用 gem 的代码作为我的主要应用程序代码,而不是仅仅使用“捆绑安装”来安装它。
如何基于 gem 创建整个 Rails 应用程序并使用该 gem 作为我的应用程序?
谢谢。
I want to use the code of a gem as my main application code instead of just installing it with "bundle install".
How can I create an entire rails app based on a gem and using that gem as my app?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您正在寻找 Rails 引擎 相反,我相信。如果没有,那么您能进一步解释您的问题吗?
You are looking for Rails Engines instead I believe. If not, then can you explain your problem further?