Is there a way to update Rails in a pc without internet connection?
It has Windows XP, if that matter.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can download the necessary gems from a computer with internet access, transfer these to the computer you wish to update, and use
gem install ...to install them.There are instructions here: How to install Ruby on Rails on a windows PC
Another option might be to run Rails off a portable external hard drive (or flash drive) that can be moved from one PC to another. There are a couple of packages, Instant Rails, and Flash Rails, that allow you to have a portable version of Rails on Windows. Unfortunately they are both a bit out of date as far as Rails versions, so you’ll still have some upgrading to do once you install them. See Portable Ruby on Rails environment.