Ruby on rails rails 2.3.8和activesupport运行时错误

Ruby on rails rails 2.3.8和activesupport运行时错误,ruby-on-rails,bundle,Ruby On Rails,Bundle,这是我在“脚本/服务器”时遇到的错误: 我认为这里发生的事情是,有人试图为3.0.0调用/active“activesupport”。。。2.3.8的“activesupport”何时开始工作 有帮助吗 谢谢 您需要卸载rails 3.0.0和activesupport 3.0.0 通过示例,您可以将一些不同的gemset与rvm一起使用 另一个解决方案是使用bundler,并在内部定义特定的rails版本 如果您使用bundler,则需要使用bundler启动服务器 bundle exec s

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

我认为这里发生的事情是,有人试图为3.0.0调用/active“activesupport”。。。2.3.8的“activesupport”何时开始工作

有帮助吗


谢谢

您需要卸载rails 3.0.0和activesupport 3.0.0

通过示例,您可以将一些不同的gemset与rvm一起使用

另一个解决方案是使用bundler,并在内部定义特定的rails版本

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

bundle exec script/server

资料来源:gemcutter gem“rails”、“2.3.8”gem“activesupport”、“2.3.8”gem“rake”、“0.8.7”gem“activesupport”、“2.3.8”gem“rack”、“1.1.0”gem“actionpack”、“2.3.8”gem“actionmailer”、“2.3.8”gem“activeresource”、“2.3.8”gem“rails”、“2.3.8”gem“bundler”、“1.0”gem“linkedin”、“0.1.7”好的,我想我修复了rails和activesupport的错误版本。。但现在我想我又遇到了更多的activesupport错误trye bundle exec script/server
bundle exec script/server