Project

General

Profile

Problem while installing rail2.3.8 for Redmine

Added by cool enthu almost 14 years ago

Hello everyone,
I have installed Ruby 1.8.7-p249 followed by Rack 1.0.1, followed by rake -0.8.3.
and then I tried to install rails-2.3.8, which gives following errror:

C:\Documents and Settings\amoln\Desktop\Redmine>gem install rails-2.3.8.gem
ERROR: http://rubygems.org/ does not appear to be a repository
ERROR: Error installing rails-2.3.8.gem:
rails requires activesupport (= 2.3.8, runtime)

Please revert any kind of help
Thanks in advance


Replies (3)

RE: Problem while installing rail2.3.8 for Redmine - Added by Felix Schäfer almost 14 years ago

  1. This is a gem problem,
  2. it tells exactly what the errors are, i.e. that "http://rubygems.org/ does not appear to be a repository" and "rails requires activesupport",
  3. I think you should update your gem installation,
  4. Redmine will not work with rails 2.3.8, you need 2.3.5.

RE: Problem while installing rail2.3.8 for Redmine - Added by cool enthu almost 14 years ago

Thanks a lot, but am not getting version 2.3.5..
Can you post the "working" link for the same?

RE: Problem while installing rail2.3.8 for Redmine - Added by Felix Schäfer almost 14 years ago

gem install rails -v=2.3.5, read the manuals for more info.

    (1-3/3)