Ferdinand DeRamos
2010-Oct-02 15:23 UTC
[Instantrails-users] support request on InstantRails-2.0-Win Update Error
after installing InstantRails-2.0-Win, from instantrails console, i have to get the updates by running the following commands: the first is: *gem update --system* the second is: *gem update rails* however, after running *gem update --system* i got the following error message: Updating RubyGems... ERROR: While executing gem ... (Gem::RemoteSourceException) HTTP Response 302 fetching http://gems.rubyforge.org/yaml how can i fix the aforementioned error so i can continue and execute the second command? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/instantrails-users/attachments/20101002/12d4fec7/attachment.html>
Norm Scherer
2010-Oct-02 20:35 UTC
[Instantrails-users] support request on InstantRails-2.0-Win Update Error
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> Ferdinand DeRamos wrote: <blockquote cite="mid:AANLkTikiOpMkt3q4H7nmn+f7=P8P59CUsb_LNxM_NKqU@mail.gmail.com" type="cite">after installing InstantRails-2.0-Win, from instantrails console, i have to get the updates by running the following commands:<br> <br> the first is: <b>gem update --system</b><br> the second is: <b>gem update rails</b><br> <br> however, after running <b>gem update --system</b> i got the following error message:<br> <br> Updating RubyGems...<br> ERROR: While executing gem ... (Gem::RemoteSourceException)<br> HTTP Response 302 fetching <a moz-do-not-send="true" href="http://gems.rubyforge.org/yaml" target="_blank">http://gems.rubyforge.org/yaml</a><br> <br> how can i fix the aforementioned error so i can continue and execute the second command.<br> </blockquote> There is always more than one way to skin a cat but what I did recently that worked is to just download the latest version of rubygems from rubyforge and install that. You need to use a ''ruby console'' from instant rails to do that. The second command will not really work because the version of rails it will want to install is 3.something and that will require a later version of ruby (1.9.?). <br> <br> That is my experience as of a week or two ago.<br> <br> Norm<br> </body> </html>