Unique issue with Rails setup
        Posted  
        
            by Alexis Abril
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Alexis Abril
        
        
        
        Published on 2010-04-07T19:11:45Z
        Indexed on 
            2010/04/07
            19:13 UTC
        
        
        Read the original article
        Hit count: 536
        
Becoming a bit of a Ruby convert, but I've run into an issue with my Rails installation. I realize, in spirit, this question may overlap with superuser.com, but am asking here due to the nature of the installation.
My command:
sudo gem install rails
Response is:
/opt/local/lib/ruby/vendor_ruby/1.8/rubygems/spec_fetcher.rb:232: warning:getc is obsolete; use STDIN.getc instead
The "/opt/local" may be giving away the fact I'm using MacPorts(Mac OS 10.4). After that response, there is no new command line issued by the system, just a hang. Any insite is greatly appreciated.
© Stack Overflow or respective owner