I'm thinking of learning Rails (currently on Python/Django). However I don't want to put all the effort into learning Rails 2 if there are going to be a lot of changes. Is it worth waiting until Rails 3 comes along, or should I just dive in now ?
Upgrading a Rails 2 App to Rails 3
11–13 of 13 posts
Re: Upgrading a Rails 2 App to Rails 3
#12I'm thinking of learning Rails (currently on Python/Django). However I don't want to put all the effort into learning Rails 2 if there are going to be a lot of changes. Is it worth waiting until Rails 3 comes along, or should I just dive in now ?
Dive in now. I am using Rails 3 for our new project and it works perfectly fine. There are no real reasons to spend effort on building something on Rails 2.3 now. Especially, given that Rails 3 has significant improvements and is a pleasure to work with.
Re: Upgrading a Rails 2 App to Rails 3
#13Nice. Anyone have experience with Paperclip on Rails 3? Almost all my apps rely heavily on Paperclip for image storage.
I can confirm that Paperclip does work with Rails 3. Some recent merges and updates broke it for awhile, but I think things are back to normal now. (If not, a pre-March fork of the rails3 branch will do in a pinch.)