Solve the rails upgrade problem

Source: Internet
Author: User

First, execute:

 
C: \ Ruby> gem install railserror: While executing gem... (GEM: remotesourceexception) HTTP Response 302

Failed to install rails because the gem version is too low. My current version is:

 
C: \ Ruby> gem-v0.9.4

Now, you need to upgrade it first. You can download it from this connection address:

Rubygems-update-1.3.7.gem, http://rubyforge.org/frs/download.php/70695/rubygems-update-1.3.7.gem

You can also download: http://jifeng3518.download.csdn.net/from my csdn/

Then run CD under cmd to the directory where the rubygems-update-1.3.7.gem is located:

 
C: \ Ruby> gem install -- local rubygems-update-1.3.1.gemSuccessfully installed rubygems-Update, Version 1.3.1

The update is not completed yet. The next step is crucial.

C: \ Ruby>Update_rubygemsInstalling rubygems 1.3.1mkdir-p c:/Ruby/lib/Ruby/site_ruby/1.8 mkdir-p c:/Ruby/bin ......

Then, execute:

 
C: \ Ruby> gem-v1.3.1c: \ Ruby> gem update -- systemupdating rubygemsupdating rubygems-update ............

Install rails

 
C: \ Ruby> gem install rails -- include-dependenciesinfo: 'gem install-y' is now default and will be removedinfo: use -- ignore-dependencies to install only the gems you list ......

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.