简体   繁体   中英

rails 2.3.8 and activesupport runtime error

this is the error im getting when i "script/server":

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

i THINK whats happening here is that something is trying to call in / active "activesupport" for 3.0.0 ... when the "activesupport" for 2.3.8 is already working?

helps?

thanks!

You need uninstall rails 3.0.0 and activesupport 3.0.0.

You can use some different gemset with rvm by example.

Another solution is using bundler with a specific rails version define inside.

If you use bundler you need launch your server with bundler

bundle exec script/server

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM