We have an application that was developed under Rails 1.2.5, and will
not work as it is on Rails 2.0 and above.
However, when we try to install the earlier Rails version as follows, it
forces the installation of v2.3.2:
C:\testror>gem install rails -v 1.2.5 --include-dependencies
Bulk updating Gem source index for: http://gems.rubyforge.org
Successfully installed rails-2.3.2
ERROR: While executing gem … (Gem::GemNotFoundException)
Could not find ûv (> 0) in the repository
Can anybody help on this?
Thanx.