> Could you not top post please, and remember to quote the email you are > replying to, otherwise it is difficult to follow the thread
Sorry, what is top posting? > If you want to move to rails 3 I would suggest forgetting about that > app and starting again with rails 3. Alright, the app was just something was making in a tutorial for the wrong version anyway, I'll start over with something new. I went ahead and ran 'sudo apt-get install ruby', which seems to have enabled gems. Still, when I run 'sudo gem install rails', I get "File not found: lib" as per below nat...@flatbox:/var/lib$ sudo gem install rails Successfully installed activesupport-3.0.1 -other Successes- Successfully installed rails-3.0.1 24 gems installed Installing ri documentation for activesupport-3.0.1... Installing ri documentation for builder-2.1.2... ERROR: While generating documentation for builder-2.1.2 ... MESSAGE: Unhandled special: Special: type=17, text="<!-- HI -->" ... RDOC args: --ri --op /var/lib/gems/1.8/doc/builder-2.1.2/ri --title Builder -- Easy XML Building --main README --line-numbers --quiet lib CHANGES Rakefile README doc/releases/builder-1.2.4.rdoc doc/releases/builder-2.0.0.rdoc doc/releases/builder-2.1.1.rdoc --title builder-2.1.2 Documentation (continuing with the rest of the installation) Installing ri documentation for i18n-0.4.2... -other Successes- Installing ri documentation for rails-3.0.1... File not found: lib it would seem the install failed because: nat...@flatbox:/var/lib$ rails -v The program 'rails' is currently not installed. You can install it by typing: sudo apt-get install rails -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

