Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New Rails project -- Rails2 or Rails3?

I have this new project I need to build. I want to have at least started on it by the end of this month. So which version should I use though? Should I just stick with the stable Rails2 or try to use Rails3 so I won't have to migrate later? Which one would you suggest for someone that is still learning Rails?

like image 270
Earlz Avatar asked Jan 23 '23 01:01

Earlz


1 Answers

Rails 3 definitely won't have the resources available for it that Rails 2 does, and Rails 3 will still be changing quite fast, so unless you're especially happy getting your support from the source code I'd stick with Rails 2

like image 74
Gareth Avatar answered Jan 29 '23 08:01

Gareth