我使用的是 Rails 2.3.8,我可以使用 Acivesupport 3.0 吗?
我正在尝试使用虚假 gem,它说我需要 activesupport 3?
但我使用的是 Rails 2.3.9。
我可以在捆绑器中添加 activesupport gem 来使其工作吗?
如果是这样,怎么办?
I am trying to use the phony gem, and it says I need activesupport 3?
But I am on rails 2.3.9.
Can I just add the activesupport gem in bundler to make it work?
If so, how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我非常怀疑这会起作用。 Rails 3 发生了很多变化,有时甚至很难将 Rails 2.x 应用程序移植到 Rails 3。
I highly doubt that will work. There have been many many changes to Rails 3, and it's sometimes difficult to even port a Rails 2.x app to Rails 3.