Project

General

Profile

missing the rails 2.1.0 gem -- can't start mongrel

Added by daniel cramer about 14 years ago

Hi-

This is my first post to this forum. I'm running Ubuntu with Redmine 0.7 When I run gem list rails I get rails (2.0.2) and when I run sudo mongrel_rails start it tells me to run gem install -v=2.1.0 rails and when I do so I get the following message but when I run the list command I still don't have the 2.1 gem. I've been told that my installation path is not normal daniel@salk:/var/www/redmine-0.7/rails for redmine - I'm a newbie to Linux -just wondering if this has something to do with it.. Any advice would be helpful

Thank you

Daniel

daniel@salk:/var/www/redmine-0.7/rails$ gem install v=2.1.0 rails
Updating metadata for 1 gems from http://gems.rubyforge.org/
.
complete
ERROR: could not find v=2.1.0 locally or in a repository
ERROR: could not find rails locally or in a repository
daniel@salk:/var/www/redmine-0.7/rails$ gem install -v=2.1.0 rails
Updating metadata for 1 gems from http://gems.rubyforge.org/
.
complete
Updating metadata for 1 gems from http://gems.rubyforge.org/
.
complete
ERROR: could not find rails locally or in a repository