Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > Help installing rails

Reply
Thread Tools

Help installing rails

 
 
Josh Hester
Guest
Posts: n/a
 
      09-04-2007
I'm trying to install the rails aspect through gem, but when I run the
command:

gem install rails --include-dependencies

I get a connection error. So I figured it may be because of our proxy, so
when I try:

gem install rails --include-dependencies -p http://inetgw.unx.sas.com:80

I get an undefined method error.


Any ideas?


 
Reply With Quote
 
 
 
 
John Joyce
Guest
Posts: n/a
 
      09-04-2007

On Sep 4, 2007, at 2:50 PM, Josh Hester wrote:

> I'm trying to install the rails aspect through gem, but when I run the
> command:
>
> gem install rails --include-dependencies
>
> I get a connection error. So I figured it may be because of our
> proxy, so
> when I try:
>
> gem install rails --include-dependencies -p http://
> inetgw.unx.sas.com:80
>
> I get an undefined method error.
>
>
> Any ideas?
>
>
>

Need more info about the system you're trying to install on.
You should probably also use 'sudo'
sudo gem install gem_name --include-dependencies
and include here the full error messages.
You might also check out the rubygems web site and the ruby on rails
web sites.


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
HELP!! Installing Rails on OS X breaks irb?? John N. Alegre Ruby 2 02-13-2006 09:12 PM
[Rails][ANN] BoilerPlate 0.1.0 -- An application skeleton for Ruby on Rails Michael Schuerig Ruby 3 06-17-2005 07:00 PM
Rails + Amrita, Rails + XTemplate? Greg McIntyre Ruby 2 04-28-2005 04:35 AM
Rails problem - Trying code in "Rolling with Rails on Ruby" article colotechpro@yahoo.com Ruby 6 03-17-2005 12:15 AM
rails: gem install rails is bombing J. D. Ruby 9 11-04-2004 06:05 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57