Problem install rails via gem

I am getting the following errors when trying to install a new copy
of rails:

gem install rails --include-dependencies
Attempting local installation of ‘rails’
ERROR: Error installing gem rails[.gem]: No metadata found!

it seems to not be going out to the repository but I was able to
update rake via gem update rake. I am running Ruby 1.8.4 on centos

Is it just me or is something wrong?

On 8/9/06, Andrew F. [email protected] wrote:

Is it just me or is something wrong?


Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails

If its of any help, I got the same exception on Windows 2000 and I tried
again after 20 min or so and this time it worked flawlessly. I guess it
must
have been some repository problem.

-daya