David and co have just released the latest version of Ruby on Rails.
Apparently there is some work to do when upgrading an application which you can check out here, only I can’t reach it from my PC. Well I hope I’ll be able to read it in the morning.
To upgrade the actual rails on your machine do a:
gem update rails
from your commandline, assuming you have Gem installed.
Lots of interesting new features that I will comment on when I try them.
Update The owner of hieraki.org has problems with his dns, but I have the all magic IP address to put in your hosts file if you want to read the update documentation.
69.90.10.37 rails.hieraki.org
Put this in /etc/hosts under *nix (including Mac is my guess) and c:\windows\system32\drivers\etc\hosts under Windows.
This entry was posted in the following Categories: Ruby
Funny you should mention Ruby... I had heard of it in college, bought the first edition of the programming ruby book, thought it was a nifty language but put it off. A few days ago I ran across Instiki and found it to be running on Ruby to my great surprise. Digging a bit deeper I came across RoR and now I can't wait to research more on the MVC concept. Nice to know you are having fun with Ruby!
Posted by: Antonio on December 24, 2004 09:46 AM