From: Jan Svitok Date: 2006-11-22T17:02:22+09:00 Subject: Re: Error Install ruby (newbie) On 11/22/06, andre hartawan wrote: > thnx for advice,I have alredy followed your > instruction but the error still come up ,you can look > the log bellow,sory i have to copy paste it > > C:\ruby>gem install rails --remote > Bulk updating Gem source index for: > http://gems.rubyforge.org > Install required dependency activesupport? [Yn] y > Install required dependency activerecord? [Yn] y > Install required dependency actionpack? [Yn] y > Install required dependency actionmailer? [Yn] y > Install required dependency actionwebservice? [Yn] y > Successfully installed rails-1.1.6 > Successfully installed activesupport-1.3.1 > Successfully installed activerecord-1.14.4 > Successfully installed actionpack-1.12.5 > Successfully installed actionmailer-1.2.5 > Successfully installed actionwebservice-1.1.6 > Installing ri documentation for activesupport-1.3.1... > While generating documentation for activesupport-1.3.1 > ... MESSAGE: Unhandled special: Special: type=17, > text="" > ... RDOC args: --ri --op > c:/ruby/lib/ruby/gems/1.8/doc/activesupport-1.3.1/ri > -- > quiet lib > (continuing with the rest of the installation) > Installing ri documentation for activerecord-1.14.4... > Installing ri documentation for actionpack-1.12.5... > While generating documentation for actionpack-1.12.5 > ... MESSAGE: Unhandled special: Special: type=17, > text="" > ... RDOC args: --ri --op > c:/ruby/lib/ruby/gems/1.8/doc/actionpack-1.12.5/ri > --qu > iet lib > (continuing with the rest of the installation) > Installing ri documentation for actionmailer-1.2.5... > Installing ri documentation for > actionwebservice-1.1.6... > Installing RDoc documentation for > activesupport-1.3.1... > Installing RDoc documentation for > activerecord-1.14.4... > Installing RDoc documentation for actionpack-1.12.5... > Installing RDoc documentation for > actionmailer-1.2.5... > Installing RDoc documentation for > actionwebservice-1.1.6... > ERROR: While executing gem ... > (Gem::GemNotFoundException) > Could not find �-remote (> 0) in the repository > > > please advice > andre > > > > > --- David Roberts wrote: > > > andre hartawan wrote: > > > I have installed ruby on windows using (One-Click > > > Installer ver ,then in command prompt > > > i try to run c:\ruby>gem install rails - remote > > > ,but an error come up (Error : While executing > > gem.... > > > (Gem:: GemNotFoundException)Could not find - <>0) > > in > > > the repository) > > > > > > please advice > > > andre Now you have rails installed. Never mind the last error. Next time, just don't add the --remote or still better take David's advice and use InstantRails - it will setup apache,mysql,ruby and rails for you.