which version of rails3 to upgrade a rails2 app to
- by giorgio
I want to upgrade an application from Rails 2.3.14 to Rails 3.
My question is which version of 3 should I go for?
Should I go straight to the latest 3.2.2? Or should I go to a 3.0 version first?
I have already looked at various railscasts and used the rails upgrade gem, but most of the documentation is from some time ago when rails 3.0 was latest version.
Is there any reason not to go straight to 3.2.2?