From 0.13.1 to 0.14.3 (or 1.0)

I’m beginning work on a Rails application using version 0.13.1, I
believe, and have a couple concerns.

It is my understanding that there have been a large number of changes
between 0.13.- and the current release. Is there someplace that
documents how I might be able to upgrade my application to match these
new changes? Also, is it worth the time to go ahead and do this work
if I’m going to just have to do it again when 1.0 comes out?

Thanks,
Josh

One thing I’ve noticed is that webrick doesn’t become unbearable after
10
minutes of use. Upgrading your application should not take that long,
and
1.0 would probably take a while before coming out.

bogdan

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Nov 15, 2005, at 8:44 AM, Josh C. wrote:

I’m beginning work on a Rails application using version 0.13.1, I
believe, and have a couple concerns.

It is my understanding that there have been a large number of changes
between 0.13.- and the current release. Is there someplace that
documents how I might be able to upgrade my application to match these
new changes? Also, is it worth the time to go ahead and do this work
if I’m going to just have to do it again when 1.0 comes out?

Upgrading from 0.13.1 to 1.0:

http://manuals.rubyonrails.org/read/chapter/121

jeremy
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (Darwin)

iD8DBQFDekawAQHALep9HFYRAmQLAKDc/sotv35ssfoi9t4HxTpdF9pMSwCfQf5F
attPZlu89w1pG2xbaiKg08M=
=7070
-----END PGP SIGNATURE-----

On 11/15/05, Jeremy K. [email protected] wrote:

Upgrading from 0.13.1 to 1.0:

http://manuals.rubyonrails.org/read/chapter/121

jeremy

excellent. That’s exactly what I was looking for.