rails 2.3.8和activesupport运行时错误

时间:2010-11-17 16:49:12

标签: ruby-on-rails bundle

这是我在“脚本/服务器”时得到的错误:

can't activate activesupport (= 3.0.0, runtime) for [], already activated activesupport-2.3.8 for ["rails-2.3.8"]

我认为这里发生的事情是,当2.3.8的“activesupport”工作时,有什么东西试图调用/激活“activesupport”3.0.0 ...

有助于?

谢谢!

1 个答案:

答案 0 :(得分:0)

您需要卸载rails 3.0.0和activesupport 3.0.0。

您可以通过示例使用一些不同的gemset和rvm。

另一个解决方案是使用内置特定rails版本的bundler。

如果使用bundler,则需要使用bundler启动服务器

bundle exec script/server