Not trying to be a jerk however I tried that about 40 times over two
hours with every variation imaginable.
rails_1.2.3_ my_project
rails_1-2-3_ my_project
rails_123_ my_project
rails_1.2.3 my_project
rails TAG=rel_1-2-3 my_project (made a project named "TAG=rel_1-2-3")
If you can think of it, I tried it
The point of my post was that what you describe doesn't work. At least
not for me, on Windows XP with version 1.2.3
@Rails Freak: I tried it with six versions of the framework installed
(2.0.2, 2.0.1, 1.2.6, 1.2.5, 1.2.4, 1.2.2), Ruby 1.8.6, Windows XP.
It worked the first time and every time.
test/config/environment.rb
# Be sure to restart your web server when you modify this file.
# Uncomment below to force Rails into production mode when
# you don't control web/app server and can't set it the proper way
# ENV['RAILS_ENV'] ||= 'production'
# Specifies gem version of Rails to use when vendor/rails is not
present
RAILS_GEM_VERSION = '1.2.2' unless defined? RAILS_GEM_VERSION
...