Installing ActiveRecord gem

  • Thread starter Abder-Rahman Ali
  • Start date
A

Abder-Rahman Ali

I'm trying to install the ActiveRecord gem, but getting the following:


C:\Users\Abder-Rahman\Desktop\Research\dicom>gem install activerecord
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
too many connection resets
(http://production.cf.rubygems.org/gems/tzinfo-0
3.23.gem)

How can I get this gem installed?

Thanks.
 
A

Abder-Rahman Ali

I ran the command again and got the following:


C:\Users\Abder-Rahman\Desktop\Research\dicom>gem install activerecord
Successfully installed tzinfo-0.3.23
Successfully installed activerecord-3.0.0
2 gems installed
Installing ri documentation for tzinfo-0.3.23...
Installing ri documentation for activerecord-3.0.0...
ERROR: While executing gem ... (Errno::EINVAL)
Invalid argument - ./</cdesc-<.yaml
 
L

Luis Lavena

I ran the command again and got the following:

C:\Users\Abder-Rahman\Desktop\Research\dicom>gem install activerecord
Successfully installed tzinfo-0.3.23
Successfully installed activerecord-3.0.0
2 gems installed
Installing ri documentation for tzinfo-0.3.23...
Installing ri documentation for activerecord-3.0.0...
ERROR:  While executing gem ... (Errno::EINVAL)
    Invalid argument - ./</cdesc-<.yaml

The gem installed properly, what failed is generate the ri
documentation. you can turn that off doing "gem install acitverecord --
no-ri --no-rdoc"
 
L

Luis Lavena

I'm trying to install the ActiveRecord gem, but getting the following:

C:\Users\Abder-Rahman\Desktop\Research\dicom>gem install activerecord
ERROR:  While executing gem ... (Gem::RemoteFetcher::FetchError)
    too many connection resets
(http://production.cf.rubygems.org/gems/tzinfo-0
3.23.gem)

How can I get this gem installed?

Either you're behind a proxy (look into "gem help install" for --http-
proxy details) or your internet connection is blocking Amazon/
CloudFront CDN HTTP downloads.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,767
Messages
2,569,570
Members
45,045
Latest member
DRCM

Latest Threads

Top