[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Newb in ruby

spike31589

10/18/2007 4:34:00 PM

Hello I am new to ruby and am having trouble installing the program i
have even tried the one click install version on my mac 10.4.10 and i
keep getting the error message
ERROR: While executing gem ... (Gem::GemNotFoundException)
Could not find rails (> 0) in any repository

If anyone knows of a solution to this problem or how to install ruby
in one step it would be greatly appreciated

4 Answers

Jeremy Woertink

10/18/2007 6:53:00 PM

0

spike31589 wrote:
> Hello I am new to ruby and am having trouble installing the program i
> have even tried the one click install version on my mac 10.4.10 and i
> keep getting the error message
> ERROR: While executing gem ... (Gem::GemNotFoundException)
> Could not find rails (> 0) in any repository
>
> If anyone knows of a solution to this problem or how to install ruby
> in one step it would be greatly appreciated

There is probably a problem with the one-click installer. Since it wants
to install rails and all that stuff. I would say just do it with the
ports.

http://www.ruby-lang.org/en/...

% port install ruby


~Jeremy
--
Posted via http://www.ruby-....

Daniel Waite

10/18/2007 10:41:00 PM

0

spike31589 wrote:
> Hello I am new to ruby and am having trouble installing the program i
> have even tried the one click install version on my mac 10.4.10 and i
> keep getting the error message
> ERROR: While executing gem ... (Gem::GemNotFoundException)
> Could not find rails (> 0) in any repository
>
> If anyone knows of a solution to this problem or how to install ruby
> in one step it would be greatly appreciated

I suggest following Hive Logic's guide to installing Rails on OS X.

It's work for me in the past and it's very thorough.

http://hivelogic.com/narrative/articles/ruby-rails-mongrel...
--
Posted via http://www.ruby-....

spike31589

11/29/2007 2:20:00 PM

0

On Oct 18, 5:41 pm, Daniel Waite <rabbitb...@gmail.com> wrote:
> spike31589wrote:
> > Hello I am new to ruby and am having trouble installing the program i
> > have even tried the one click install version on my mac 10.4.10 and i
> > keep getting the error message
> > ERROR: While executing gem ... (Gem::GemNotFoundException)
> > Could not find rails (> 0) in any repository
>
> > If anyone knows of a solution to this problem or how to install ruby
> > in one step it would be greatly appreciated
>
> I suggest following Hive Logic's guide to installing Rails on OS X.
>
> It's work for me in the past and it's very thorough.
>
> http://hivelogic.com/narrative/articles/ruby-rails-mongrel...
> --
> Posted viahttp://www.ruby-....

none of these worked are there any other options

Phrogz

11/29/2007 2:45:00 PM

0

On Nov 29, 7:19 am, spike31589 <spike31...@aol.com> wrote:
> On Oct 18, 5:41 pm, Daniel Waite <rabbitb...@gmail.com> wrote:
>
>
>
> > spike31589wrote:
> > > Hello I am new to ruby and am having trouble installing the program i
> > > have even tried the one click install version on my mac 10.4.10 and i
> > > keep getting the error message
> > > ERROR: While executing gem ... (Gem::GemNotFoundException)
> > > Could not find rails (> 0) in any repository
>
> > > If anyone knows of a solution to this problem or how to install ruby
> > > in one step it would be greatly appreciated
>
> > I suggest following Hive Logic's guide to installing Rails on OS X.
>
> > It's work for me in the past and it's very thorough.
>
> >http://hivelogic.com/narrative/articles/ruby-rails-mongrel...
>
> none of these worked are there any other options

I find that hard to believe. Can you provide a Terminal log showing
you working through the hivelogic instructions for building Ruby on
your own?