Mayukh Roy
Mayukh Roy

Reputation: 1815

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 methodrubygems' for Bundler:Module (NoMethodError)

Please find the Ruby, Bundler details and error details below:enter image description here

Upvotes: 0

Views: 189

Answers (1)

Frederick Cheung
Frederick Cheung

Reputation: 84124

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

Upvotes: 0

Related Questions