简体   繁体   中英

Can not install rails 3.0 for Massive Record

I am Trying to install rails 3.0 to use with Massive Record Gem. But when I am trying to install, the gem rails -v 3.0.0 is installed successfully. But, When I do rails -v it shows error :

/home/mayukh/.rvm/gems/ruby-2.1.2@global/gems/rubygems-bundler-1.4.4/lib/rubygems-bundler/noexec.rb:84:in setup': undefined method rubygems' for Bundler:Module (NoMethodError)

Please find the Ruby, Bundler details and error details below: 在此处输入图片说明

That's a really old bundler version that is compatible with neither ruby 2.1 not the version of rubygems that comes with it.

You should also be aware that rails 3.0.x is no longer maintained

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