similar to: Gem remote Fetch error

Displaying 20 results from an estimated 40000 matches similar to: "Gem remote Fetch error"

2008 Jul 30
1
Gem::RemoteFetcher::FetchError
E:\ruby\bin>gem update watir Updating installed gems... ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) A connection attempt failed because the connected party did not properly res pond after a period of time, or established connection failed because connected host has failed to respond. - connect(2)(Errno::ETIMEDOUT) E:\ruby\bin>gem update --system Updating RubyGems...
2009 Jun 10
0
install pb(solved) : http://gems.rubyforge.org/ does not appear to be a repository
I''m installing ruby on rails on my local windows laptop, piece of cake, ruby is adult now, so I thought... http://rubyonrails.org/download is clear : install ruby with windows installer, ok download gems, unzip and "ruby setup.rb", ok but "gem install rails" tells : "http://gems.rubyforge.org/ does not appear to be a repository" here I groan, is it the
2007 Mar 19
0
gem remote fetch error
I keep getting this error while trying to run gem update: ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) getaddrinfo: No address associated with nodename(SocketError) I''m on: gem --version is 0.9.2 Any Ideas what is causing this??? Thanks for any help... -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You
2009 Nov 03
0
Gem::RemoteFetcher::FetchError error when do gem install rails
I am trying to install rails on Ubuntu 8.10, and met following errors. Please help me get through. The same error happens when do gem install heroku. Thanks for your help. root@pierr-desktop:~# gem install rails ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) bad response 500 (http://gems.rubyforge.vm.bytemark.co.uk/gems/ actionpack-2.3.4.gem) #other information
2008 Jun 25
1
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
My attempts to install rails on a WIN XP fails..any ideas? C:\ruby\bin>gem install rails ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) A request to send or receive data was disallowed because the socket is not c onnected and (when sending on a datagram socket using a sendto call) no address was supplied.(Errno::ENOTCONN) I''m using ruby 1.8.6 (2007-09-24
2008 Sep 11
1
(Gem::RemoteFetcher::FetchError) can't get connected to the net!
Hello everyone, I recently picked up the Agile web dev with Rail book and followed the installation instructions for Windows using InstantRails... well it works up until the point i try to...... ''gem update rails --include-dependencies'' ..... i end up with the following error message: pdating installed gems... ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
2011 Oct 08
0
Unable to install required gems
Hello there! I have used RailsInstaller in my Win7 as environment. Lately, I have been unable to install required gems using bundle install which produces result similar to below: ... ... Using sqlite3 (1.3.4) Using uglifier (1.0.3) C:/RailsInstaller/Ruby1.9.2/lib/ruby/site_ruby/1.9.1/rubygems/remote_fetcher.rb:427:in `rescue in request'': too many connection resets
2009 Nov 03
1
Gem::RemoteFetcher::FetchErro when installing rails
I am trying to install rails on Ubuntu 8.10, and met following errors. Please help me get through.Thanks. root@pierr-desktop:~# gem install rails ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) bad response 500 (http://gems.rubyforge.vm.bytemark.co.uk/gems/actionpack-2.3.4.gem) #other information root@pierr-desktop:~# ruby -v ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux]
2007 Feb 05
4
rubgems in user directory - HELP!
I''m trying to install ruby on rails to a host server that I don''t have root access to. The server already has ruby. I''ve followed the info on these two pages for installing rubygems in a non-root user directory: http://rubygems.org/read/chapter/3 http://wiki.rubyonrails.com/rails/pages/HowToUseMultipleGemRepositories rubygems appears to be installed correctly but when
2006 Aug 10
1
unable to upgrade to 1.1.5 (Win) gem error
Hello, With XP and behind a proxy, network gem install is broken since i''ve upgraded to Ruby 1.8.4 and Ruby Gems 0.9.0. rem : Old Ruby 1.8.2 & gem 0.8.x still working.. [c:\temp\gem\rails115]gem update rails --include-dependencies -p "http://damnedproxy.local:8080" --debug Exception `Errno::ENOENT'' at C:/RUBY184/lib/ruby/site_ruby/1.8/rubygems/config_file.rb:50 -
2010 Nov 17
0
Rails 3.0.3 - Error on Install
XXXXX-MacBook-Pro:cline xxxxxxx$ sudo gem install rails ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) SocketError: getaddrinfo: nodename nor servname provided, or not known (http://rubygems.org/gems/railties-3.0.3.gem) Anyone else getting this? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to
2013 Mar 03
1
Deploy with Capistrano. Bundle install freezes indefinetly.
I am fighting with this for 5 days... i''m getting crazy! Here is my deploy.rb: require "bundler/capistrano" require "rvm/capistrano" # Load RVM''s capistrano plugin. set :rvm_ruby_string, :local # Or whatever env you want it to run in. ''1.9.3'' set :domain, ''www.xxx.com'' set :application,
2012 Oct 17
1
IronRuby igem not working
Hi All, When trying to download the following gems from the cucumber wiki page, I get the following error: https://github.com/cucumber/cucumber/wiki igem install cucumber ?no-ri ?no-rdoc igem install iron-term-ansicolor ?no-ri ?no-rdoc ERROR: Could not find a valid gem ''slimgems'' (>= 0) in any repository ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
2008 Apr 10
7
Trouble installing ruby-debug
I have installed ruby-debug several times without any problems, but am running into one when rebuilding my system. I am typing in the following command to install it as root: gem install ruby-debug -y I keep getting the following response: INFO: `gem install -y` is now default and will be removed INFO: use --ignore-dependencies to install only the gems you list ERROR: While executing gem
2008 Dec 23
0
help needed in installing rails..
i have installed ruby and mysql on my windowsxp system bt for installing rails when i m applying command "gem install rails" it showing some error........... ERROR: while executed gem ...<gem::RemoteFetcher::FetchError> getaddrinfo: no address associated with hostman.<SocketError> how can i solve this error.... -- Posted via http://www.ruby-forum.com/.
2007 Dec 07
7
activerecord 2.0.1 gem
I have tried to install activerecord 2.0.1 both through gem update and by manually downloading it and doing gem install. They both fail with MANUAL: C:\DRC\ruby>gem install activerecord-2.0.1 ERROR: Error installing gem activerecord-2.0.1[.gem]: buffer error REMOTE: R:\workzone\dwell-aware\trunk>gem update --source http://gems.rubyonrails.com Updating installed gems... Attempting remote
2006 Aug 08
1
gem install/update errors
Greetings all, I am a newbie to the Ruby world. I just installed Ruby and I am trying to install rails, using gem install. Since my local pc (OS --> Win2k) is behind a proxy server, the command gem install fails. =========== gem install rails Result --> ERROR: While executing gem ... (Errno::EBADF) Bad file descriptor - connect(2) =========== gem install rails -p
2008 Apr 26
1
gem fetching error
I am trying to install some application using gem, but I keep on getting the error. I tried with ''gem clean'' and ''gem update''. The latter gives the following error (the same error is replicable when I try any ruby applications): # gem update --debug Exception `Errno::ENOENT'' at /usr/lib/ruby/site_ruby/1.8/rubygems/config_file.rb:51 - No such file or
2006 Jan 20
0
Newbie installation problem: gem [command] --remote
Hi, i am a newbie to RoR. I downloaded Ruby 1.8.2-15 Windows installer yesterday and trying to install following Curt Hibbs'' Rolling with Ruby on Rails(http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html). My OS is Win XP SP2 and the 1st step installation was fine. D:\rg\xampp\ruby\bin>ruby -v ruby 1.8.2 (2004-12-25) [i386-mswin32] Next I was going to install rails remotely,
2006 Oct 08
1
gem remote installation error
Hi, I am trying to install mysql driver for ruby via gem. % gem install mysql Attempting local installation of ''mysql'' Local gem file not found: mysql*.gem Attempting remote installation of ''mysql'' ERROR: While executing gem ... (Errno::ECONNREFUSED) Connection refused - connect(2) gem --help indicates that more informatio can be found at