Are these the proper steps to take when upgrading an existing Rails
project? Does anyone know where this is actually documented? I'm new
to rails and I'm assuming I overlooked some release notes or upgrade
guide that you typically find bundled with a release.
Eric
documentation on this matters is weak - usually deprecation warnings
help a bunch - plus tests are your friend
upgrade (as per your notes above), then run your tests
cheers,
Jodi