Multiple Versions of Rails Installed

Can you have multiple Versions of Rails Installed?
And if you do, how do you say to use a particular version?

On 2 Dec 2007, at 14:52, Trent B. (gemblon) wrote:

Can you have multiple Versions of Rails Installed?
And if you do, how do you say to use a particular version?

gems allows you to have multiple version of a gem. You environment.rb
will have something like
RAILS_GEM_VERSION = ‘1.2.3’ unless defined? RAILS_GEM_VERSION
at the top, just change that as desired.
Personally I always freeze my gems into vendor/rails, at which point
this becomes a total non-issue.

Fred

Frederick C. wrote:

On 2 Dec 2007, at 14:52, Trent B. (gemblon) wrote:

Can you have multiple Versions of Rails Installed?
And if you do, how do you say to use a particular version?

gems allows you to have multiple version of a gem. You environment.rb
will have something like
RAILS_GEM_VERSION = ‘1.2.3’ unless defined? RAILS_GEM_VERSION
at the top, just change that as desired.
Personally I always freeze my gems into vendor/rails, at which point
this becomes a total non-issue.

Fred

thanks. you rock. Fred is really, Yoda, in disguise.

On Dec 2, 7:48 am, “Trent B. (gemblon)” <rails-mailing-l…@andreas-
s.net> wrote:

Frederick C. wrote:

On 2 Dec 2007, at 14:52, Trent B. (gemblon) wrote:

thanks. you rock. Fred is really, Yoda, in disguise.

i think it’s Matz or DHH or fake steve jobs. Or the guy that wrote
the entire about.com site ;-p