Hi,
Recently, I had seen information about Rails 3.0 beta and I had wanted to trial it. So I used gem update and installed this version. But now, I need to go back to Rails 2.3.5.
How could I do it?
I was thinking about this two solutions:
- Uninstalling Rails 3. I read that somebody removed Rails 3 by using gem uninstall but he came across some problems then. Did anyone try to remove it in this way?
- Using different versions Rails at the same time. Is it possible at all? It will resolve all my problems but I could find nothing about this issue in google.
Hope somebody could help me :)
Greetings, dreame4