Displaying 6 results from an estimated 6 matches for "latest_specs".
2010 May 24
1
Installing merb - connection reset, retrying, connection reset, retrying....
...I don''t know what to do to make this work. I have
installed other gems without any problems.
Suggestions?
debian:/home/kevin# gem source -a http://www.rubygems.org
http://www.rubygems.org added to sources
debian:/home/kevin# gem install merb -V
GET 302 Found: http://gems.rubyforge.org/latest_specs.4.8.gz
GET 304 Not Modified: http://production.s3.rubygems.org/latest_specs.4.8.gz
GET 301 Moved Permanently: http://www.rubygems.org/latest_specs.4.8.gz
GET 302 Found: http://rubygems.org/latest_specs.4.8.gz
GET 304 Not Modified: http://production.s3.rubygems.org/latest_specs.4.8.gz
GET 302 Found:...
2010 Apr 10
1
ruby 1.8.7p249 + rails 2.3.5 + Snow Leopard = hung processes?
A few weeks ago I updated my development computer to Snow Leopard
(finally). I put it off because I was in the middle of a project, and
it seems its a good thing I did. Last week I started something new and
it seems that any rails related ruby process will get ... stuck, I
guess is the best word. I''ve seen it happen as soon as a minute, or
take as long as an hour. It happens for
2012 Oct 17
1
IronRuby igem not working
...o-rdoc
ERROR: Could not find a valid gem ''slimgems'' (>= 0) in any repository
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
Errno::ECONNREFUSED: No connection could be made because the target
machine
actively refused it. - connect(2)
(http://rubygems.org/latest_specs.4.8.gz)
In addition I have tried other gems like rake, and get the same error as
above.
I have no connection issues, being able to download gems from webpages
directly (no command line).
I repeated the same on normal ruby (MRI), and got the same error. A
Can anyone shed any light on how to reso...
2008 Nov 25
21
"mysql" 2.7.3 gem install for Windows appears incomplete
When I install the 2.7.3 "mysql" gem on Windows XP (trying to prepare
for the requirement to use the mysql gem in Rails 2.2.2) by using:
gem install mysql
I get a mysql-2.7.3-x86-mswin32 directory under gems, but underneath
that, only a docs directory, an ext directory, and README, Rakefile and
.require_paths.
I then cannot do any connecting to my MySQL databases.
Shouldn''t
2009 Jun 10
0
install pb(solved) : http://gems.rubyforge.org/ does not appear to be a repository
...her.rb:172 - Errno::ETIMEDOUT: Une
tentative de connexion a ÚchouÚ car le parti connectÚ n''a pas rÚpondu
convenablement au-delÓ d''une certaine durÚe ou une connexion Útablie a
ÚchouÚ car l''h¶te de connexion n''a pasrÚpondu. - connect(2) (http://
gems.rubyforge.org/latest_specs.4.8.gz)
Exception `#<Class:0x2c94d14>'' at C:/guy/app/Ruby/lib/ruby/1.8/
timeout.rb:60 - execution expired
Exception `Timeout::Error'' at C:/guy/app/Ruby/lib/ruby/1.8/timeout.rb:
74 - execution expired
Exception `Gem::RemoteFetcher::FetchError'' at C:/guy/app/Ruby/lib/...
2013 May 12
15
Advice needed --- Best way to get mysql2 gem installed to interact with Mysql Database?
Hi Group,
I''ve got mysql database installed and the server running on a Mac Pro with latest mountain lion setup 10.8.3.
I''m able to use mysql tools like mysql, mysqladmin to converse with it. :}
I use RVM''s scripts to fetch gems.
I''ve visited RVM''s website but their advise to get "mysql gem loaded" does the same thing as below aborted