any advice about how to migrate an app from rails 2.3.8 to rails 3.1? Should I go from 2.3.8 to 3.0 and then to 3.1?

Let me know your thoughts...

I'm especially interested in the approach to the Gemfile... and bundler. Any resource link would be welcome.

Thanks.

link|improve this question

80% accept rate
1  
There are lots of great Railscasts on the topic. – bricker Oct 12 '11 at 4:35
feedback

1 Answer

up vote 1 down vote accepted

I'd recommend migrating to the latest version of 2.3 (2.3.14) before doing anything. Once you are on 2.3.14 you should run your tests and check your logs for any warnings and fix them. Once any issues are resolved, go ahead and try upgrading to 3.1.1. I think the largest change from 3.0 to 3.1 was the asset pipeline and you can ignore it while upgrading. As for resources, both PeepCode and RailsCasts offer great guides for doing exactly what you want.

link|improve this answer
Thanks, I know about railscasts and peepcode... I was more interested into the versions progress. So you suggest going directly from 2.3.14 to 3.1 without going through 3.0? – Xavier Lozinguez Oct 22 '11 at 21:08
@XavierLozinguez Yes. – Kevin Sylvestre Oct 22 '11 at 21:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.