Cannot upgrade to Rails 2.0.2 on Mac OS X 10.5.1

It fails on activesupport with:

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

here is the command:

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

On Dec 18, 2007 2:03 PM, Hardbap [email protected] wrote:

It fails on activesupport with:

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

here is the command:

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

My experience has been that occasional bandwidth outages are fairly
common for gem downloads. Just keep trying until it works.


Greg D.
http://destiney.com/

Will do. Thanks man.