简体   繁体   English

无法安装Rails 3.0 for Massive Record

[英]Can not install rails 3.0 for Massive Record

I am Trying to install rails 3.0 to use with Massive Record Gem. 我正在尝试安装Rails 3.0以与Massive Record Gem一起使用。 But when I am trying to install, the gem rails -v 3.0.0 is installed successfully. 但是,当我尝试安装时,gem rails -v 3.0.0已成功安装。 But, When I do rails -v it shows error : 但是,当我使用rails -v会显示错误:

/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) /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 :模块(NoMethodError)

Please find the Ruby, Bundler details and error details below: 请在下面找到Ruby,Bundler详细信息和错误详细信息: 在此处输入图片说明

That's a really old bundler version that is compatible with neither ruby 2.1 not the version of rubygems that comes with it. 那是一个非常老的捆绑器版本,既不兼容ruby 2.1,也不兼容它随附的rubygems版本。

You should also be aware that rails 3.0.x is no longer maintained 您还应该知道,不再维护rails 3.0.x

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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