Hi, guys!
I've discovered WebVZ and I'm trying to install RUBY following the
istructions by Falko Timme (
http://www.howtoforge.com/pdfview/view/
4327), but when executing ruby script/server I get this error:
Missing the Rails 2.1.0 gem. Please `gem install -v=2.1.0 rails`,
update your RAILS_GEM_VERSION setting in config/environment.rb for the
Rails version you do have installed, or comment out RAILS_GEM_VERSION
to use the latest version installed.
debian-at-home:/usr/local/webvz# vim config/environment.rb
Executing again "gem install -v=2.1.0 rails" fails with these
messages:
/usr/bin/gem:10:Warning: Gem::manage_gems is deprecated and will be
removed on or after March 2009.
/usr/bin/gem:23: uninitialized constant Gem::GemRunner (NameError)
I tried to comment this line
RAILS_GEM_VERSION = '2.1.0' unless defined? RAILS_GEM_VERSION
in the file /usr/local/webvz/config/environment.rb
but with no success!
My knowledge of Ruby is below ZERO so I need some help to go on with
the installation.
Last ... I've seen that the installation hints suggest to use Ruby
1.8, but for DebianEtch there is a version 1.9 available. Does it make
difference?
Thanks for help
MimCris