Rails Hits 1.0
Ruby on Rails 1.0 has been available for some time now so I thought that I upgrade to the latest release. I don’t know if I did something wrong but I couldn’t download the latest Rails release using the gem package installer. If I remember correctly the first time I installed Rails I did not manually download anything, the gem package installer did everything for me. To install Rails 1.0 I manually download the rails-1.0.0.gem and ran the following command:
gem install c:\path\to\rails-1.0.0.gem
I hope this is helpful for those upgrading to Ruby on Rails 1.0.