Rails 1.0 released! 2

Posted by Jonathan

Rails 1.0 was released!

The 1.0 release has no new features over 0.14.x (the unofficial betas for 1.0) and is available through rubygems.

I will update the FreeBSD ports of rails asap as I already got some mails about the new release. With the new ports updating should look like:

# cvsup /etc/ports-supfile
# make fetchindex
# cd /usr/ports/www/rubygems-rails
# make deinstall clean && make install clean

Updating your applications is described here.

Comments

Leave a response

  1. livejasminDecember 17, 2005 @ 12:13 PM
    This is awesome, can’t wait to use it. Is there an easy way to remove the old versions with gem? I have so many, and each gem has its own version number, so it’s a pain to go through and remove all the old ones. Does anyone have any tips to share?
  2. JonathanDecember 17, 2005 @ 12:24 PM
    Try a "gem clean" This will remove all the old versions of your gems and keep just the newest ones.
Comment