%USERPROFILE%\Documents\Programs\rails_apps\history> gem update rails ERROR: While executing gem ... (ArgumentError) uri scheme is invalid Updating installed gems Process gem exited with code 1 I received this error first while attempting ''gem install will_paginate'' and have been unable to do any gem install or gem update commands since. I recently installed git on my computer, but other than that have made no changes to my environment recently. I couldn''t find anything on this error elsewhere. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Check your Gem sources with: `gem sources` and remove http://gems.rubyonrails.org if it''s listed. The main rubyonrails.org domain is down. ihth --arnie riquelme On Apr 20, 8:58 am, Stacy Vlasits <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> %USERPROFILE%\Documents\Programs\rails_apps\history> gem update rails > ERROR: While executing gem ... (ArgumentError) > urischemeisinvalid > Updating installed gems > Process gem exited with code 1 > > I received this error first while attempting ''gem install will_paginate'' > and have been unable to do any gem install or gem update commands since. > I recently installed git on my computer, but other than that have made > no changes to my environment recently. I couldn''t find anything on this > error elsewhere. > -- > Posted viahttp://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. > For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Try doing a "gem sources" and see if one of your sources is http://gems.rubyonrails.org If it is, remove it with "gem sources --remove http://gems.rubyonrails.org". I had the same problem today, I think it is related to the issue that rubyonrails.org is having with their domain name. ~W On Apr 20, 11:58 am, Stacy Vlasits <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> %USERPROFILE%\Documents\Programs\rails_apps\history> gem update rails > ERROR: While executing gem ... (ArgumentError) > uri scheme is invalid > Updating installed gems > Process gem exited with code 1 > > I received this error first while attempting ''gem install will_paginate'' > and have been unable to do any gem install or gem update commands since. > I recently installed git on my computer, but other than that have made > no changes to my environment recently. I couldn''t find anything on this > error elsewhere. > -- > Posted viahttp://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. > For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Stacy Vlasits wrote:> %USERPROFILE%\Documents\Programs\rails_apps\history> gem update rails > ERROR: While executing gem ... (ArgumentError) > uri scheme is invalid > Updating installed gems > Process gem exited with code 1 > > I received this error first while attempting ''gem install will_paginate'' > and have been unable to do any gem install or gem update commands since. > I recently installed git on my computer, but other than that have made > no changes to my environment recently. I couldn''t find anything on this > error elsewhere.Try removing the gem source for rubyonrails.org if it''s present. I think the issues they are having with their domain name may be causing your problem. gem sources --remove http://gems.rubyonrails.org That''s what worked for me. ~W -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Thanks Wayne and Arnie, That did it. artixan wrote:> Check your Gem sources with: `gem sources` and remove > http://gems.rubyonrails.org > if it''s listed. > The main rubyonrails.org domain is down. ihth > > --arnie riquelme-- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.