Welcome Guest | Login

Which version of Rails to use?

My new VPS account has Rails 2.0.2 installed. My development environment has Rails 2.1.0.

Should I get these in synch?

Should I upgrade my VPS to 2.1.0?

Should I downgrade my development environment to 2.0.2?

Thanks,

2008-08-09 01:19 PM

Geolev
Hi- There is no need to downgrade the rails version in your development environment. You can install the required rails version on your VPS box. Also note that you can install rails 2.1.0 on your VPS box using the following command.

-------
gem install rails -v=2.1.0
-------

2008-08-09 01:45 PM

Regards,
Rahul

Hello Guest! In order to post you must be an active client with us, please log in or sign up today!