| Article: |
Rolling with Ruby on Rails | |
| Subject: | Error create entire directory structure | |
| Date: | 2005-10-13 11:35:28 | |
| From: | curth | |
|
Response to: Error create entire directory structure
|
||
|
You're not getting Rails installed at all, its installing something called "rails_analyzer" instead. This is an issue with RubyGems (the Ruby package manager).
|
||
Showing messages 1 through 2 of 2.
-
Error create entire directory structure
2005-11-01 12:36:30 isthisuniqueyet?? [View]
-
Error create entire directory structure
2005-10-13 23:23:55 Curt Hibbs |
[View]
The RubyGems peopl tell me this means that you have a very old very of RubyGems. You should be using the latest version of the One-Click Ruby Installer which is 182-15.



gem install Rails -b -v 0.14.2
Hope this helps.