Installation issue with Rails

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gearoid
    New Member
    • Mar 2008
    • 21

    Installation issue with Rails

    I have installed Ruby without issue but am having trouble installing Rails.

    When I load up the command line and type

    Code:
    gem install rails --include-dependencies
    I get the following error:


    Code:
    [B]A connection attempt failed because the connected part did not properly respond after a period of time, or established connection failed because connected host has failed to respond - connect(2)(Errno::ETIMEDOUT)[/B]
    I'm trying to install it work so I was wondering if the proxy (or the fact I already have Apache running) would affect it.

    I get the same error when trying to run "gem update"

    Any help would be greatly appreciated.
    Last edited by eWish; Apr 22 '08, 01:38 PM. Reason: Please use code tags for error messages as well
  • ariejan
    New Member
    • Apr 2008
    • 1

    #2
    Your computer has trouble connecting to gems.rubyforge. org (or some other server). Try again later.

    If the problem persists, check your network configuration.

    Ariejan
    Last edited by eWish; Apr 27 '08, 08:24 PM. Reason: Removed personal URL

    Comment

    • Atomm
      New Member
      • Apr 2008
      • 1

      #3
      You can also download the stand-alone version by heading over to RubyForge:
      http://rubyforge.org/frs/?group_id=307

      Just a little head's-up, check out Aptana's RadRails for an awesome IDE.
      http://www.aptana.com/download

      Comment

      Working...