From: "John N. Alegre" Date: 2006-03-29T06:05:30+09:00 Subject: Re: Rails 1.1 Released I get a hang at ... info@libros:~/bin> gem install rails --include-dependencies Attempting local installation of 'rails' Local gem file not found: rails*.gem Attempting remote installation of 'rails' Updating Gem source index for: http://gems.rubyforge.org never get past that!!! That's what I mean David Ishmael wrote: >>It is still not being installed by gem ??? >> >>john > > What do you mean?  I think gem installs rails: > > Upgrading from 1.0 > > So with such a massive update, upgrading is going to be hell, right? > Wrong! We've gone to painstaking lengths to ensure that upgrading from 1.0 > will be as easy as pie. Here goes the steps: > > Update to Rails 1.1: > gem install rails --include-dependencies > Update JavaScripts for RJS: > rake rails:update > That's pretty much it! If you're seeing any nastiness after upgrading, > it's most likely due to a plugin that's incompatible with 1.1. See if the > author hasn't updated it and otherwise force him to do so.