[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Installing ruby on rails locally

g_u_s

6/1/2005 8:24:00 PM

Hi, everyone, I want to know how I do to install ruby on rails locally,
in a winxp machine that haven't any connection to the internet, but
with the last version of rubygem installed.
Thanks all

5 Answers

g_u_s

6/1/2005 9:10:00 PM

0

actually, the answer was for people who cant install in remote mode in
windows, because they are connected trough a proxy, so the question
about installing locally is still active. sorry :(

ES

6/1/2005 9:27:00 PM

0


Le 1/6/2005, "g_u_s" <gus_literatura@yahoo.com.ar> a écrit:
>actually, the answer was for people who cant install in remote mode in
>windows, because they are connected trough a proxy, so the question
>about installing locally is still active. sorry :(

If there is no connection, proxied or otherwise, you will probably
have to download the gem elsewhere and transfer it over on a floppy
disk (or whatever the hip kids use nowadays). RubyGems itself contains
no programs, it just fetches them from a local or remote repository.

E

--
template<typename duck>
void quack(duck& d) { d.quack(); }


g_u_s

6/2/2005 12:44:00 PM

0

When I have the rail package on that pc with no connection to internet,
it must be in some directory so rubygem can detect it and install it
locally?

Thanks for orientation