Nick Vanderbilt
Nick Vanderbilt

Reputation: 38450

How to upgrade rails app from 2.3.5 to 2.3.9

At the top of environment.rb I could change from 2.3.5 to 2.3.9. Is there anything else I need to do?

Upvotes: 1

Views: 243

Answers (2)

Mark Thomas
Mark Thomas

Reputation: 37517

2.3.9 is a "bridge" to Rails 3. After installing the Rails 2.3.9 gem and updating your environment.rb, run your application to see if you get any deprecation warnings. If you fix those, you'll be readier for Rails 3.

Upvotes: 2

shingara
shingara

Reputation: 46914

no, you just avoid warning after upgrading

Upvotes: 0

Related Questions