Broken 2.0.2 gems

Hi all,

As many have noticed by now, "gem install rails" can't install Rails 2.0.2. There's a ticket with a potential fix that would be great to get some core feedback on.

http://dev.rubyonrails.org/ticket/10541

Thanks, Tim

In the meantime, this seems to work:

gem install rails --source http://gems.rubyonrails.org

Josh Susser wrote:

In the meantime, this seems to work:

gem install rails --source http://gems.rubyonrails.org

Notice the missing platform.

$ sudo gem update rails --source http://gems.rubyonrails.org Password: Updating installed gems... Attempting remote update of rails Select which gem to install for your platform (universal-darwin9.0) 1. rails 2.0.2 () 2. rails 2.0.1 (ruby) 3. rails 2.0.1 (ruby) 4. rails 2.0.0 (ruby) 5. rails 2.0.0 (ruby) 6. Skip this gem 7. Cancel installation

1

Install required dependency activesupport? [Yn] Y Select which gem to install for your platform (universal-darwin9.0) 1. activesupport 2.0.2 () 2. Skip this gem 3. Cancel installation

1

ERROR: While executing gem ... (OpenURI::HTTPError)     404 Not Found

Yeah, I had exactly the same problem...

Regards,

Maruis Marais Freelance Software Developer Email: maruis@xtra.co.nz     maruis.marais@gmail.com Web: http://www.exceptionz.com Blog: http://exceptionz.wordpress.com Tel: +64 (0) 9 815 9273 (home)     +64 (21) 736 070 (mobile)

The method that Josh described worked for me too. Sometimes gems take
a while to propagate

Sam Granieri http://www.samgranieri.com

Updating gem with 'gem update --system' solved the problem for me.