Actions
Defect #7663
closedUpdate Redmine installation notes
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Documentation
Target version:
-
Start date:
2011-02-20
Due date:
% Done:
0%
Estimated time:
Resolution:
No feedback
Affected version:
Description
The installation notes say:
"RubyGems 1.3.1 or higher is required (Rails 2.3.5 will fail with RubyGems 1.5.0 and later, stick to previous versions of RubyGems)"
However, while it is true that Rails 2.3.5 will fail with RubyGems 1.5.0 and later, it is not true that a previous version of RubyGems is required. Even though it is true that "gem install rails" will fail, here is how to successfully install Rails:
gem install rdoc-data rdoc-data --install gem rdoc --all --overwrite gem install rails
This removes the need for using an old version of RubyGems.
I think the installation instructions should be updated to reflect this.
Actions