Problem while installing rail2.3.8 for Redmine
Added by cool enthu over 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 over 14 years ago
- This is a gem problem,
- it tells exactly what the errors are, i.e. that "http://rubygems.org/ does not appear to be a repository" and "rails requires activesupport",
- I think you should update your gem installation,
- 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 over 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 over 14 years ago
gem install rails -v=2.3.5
, read the manuals for more info.