The situation is like this:
1: I have a project that I have been writing. It is more than half finished using ruby 1.9.2, rails 2.3.11, and rubygems 1.3.7.
2: Now, I would like to make a new app with Rails 3. Online searches say that Rails 3.2 + ruby 1.9.3 is pretty good. So, for this project, I upgraded the environment to Ruby 1.9.3, Rails 3.2, and rubygems 1.8.17.
3: But now my original project no longer works, and then I began to modify the original project in Rails 3 is not compatible with the place, changed with the change found that I have too many mistakes and are not compatible. I've heard that too Rvm but have not used just know that is used to manage ruby Rails version.
4: Can I have an environment for working with my original app (ruby1.9.2 rails 2.3.11 rubygems 1.3.7) and still upgrade to the modern stuff (rails3.2 ruby 1.9.3 rubygems 1.8.17) for developing new apps?
5: What have you and your colleagues used? What are your ideas and feelings about what you use? Do you have have any good suggestions?