具有不同版本的 Rails 的 Rails 插件
我有一个 Rails 3 应用程序,我想使用一个需要rails_generator 的插件,该插件在 Rails 3 中不再可用。我可以让该插件与 Rails 2 一起运行,而我的应用程序与 Rails 3 一起运行吗?
编辑: 我在 IRC (#rubyonrails) 上询问,答案是否定的:(
I have a rails 3 app, and I want to use a plugin that requires rails_generator, which is no longer available in rails 3. Can I have the plugin run with Rails 2, and my app run with Rails 3?
EDIT:
I asked on IRC (#rubyonrails) and the answer is no :(
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Rails 3 有一个生成器。不过,根据插件的其余部分,您可能需要进行修改才能使其与 Rails 3 兼容。您可以像这样运行生成器:
Rails 3 has a generator. Depending on the rest of the plugin though you might have to make modifications to make it Rails 3 compatible. You can run the generator like this: