From: Connor Johnson on
Hi all,

I'd like to program using Ruby in a secure environment, i.e. one that
has no internet access. I am using the latest version of Ubuntu. What do
I need to burn in order to install Ruby on a strange Windows computer?

Best,

Connor
--
Posted via http://www.ruby-forum.com/.

From: Dhruva Sagar on
[Note: parts of this message were removed to make it a legal post.]

There is a Ruby Installer for windows. If not that, you also have Ruby
binaries available. You can download those & ensure that the 'path'
environment variable knows where ruby is and you'll be all set.

On Thu, Jul 15, 2010 at 18:12, Connor Johnson <
connor.labaume.johnson(a)gmail.com> wrote:

> Hi all,
>
> I'd like to program using Ruby in a secure environment, i.e. one that
> has no internet access. I am using the latest version of Ubuntu. What do
> I need to burn in order to install Ruby on a strange Windows computer?
>
> Best,
>
> Connor
> --
> Posted via http://www.ruby-forum.com/.
>
>


--

Thanks & Regards,
Dhruva Sagar.

From: Joseph E. Savard on


You could use netbeans Ruby edition: http://netbeans.org/downloads/ choose
your platform from the interface.

I guess the next question is what about gems? You'll have to download the
gems and make your own repo. I've done that insecure environments, a local
mirror, this may help
http://jonathan.tron.name/2008/05/23/creating-your-own-rubygem-mirror

Your issue here is the speed in which gems are cut.

Cheers,
j





> From: Connor Johnson <connor.labaume.johnson(a)gmail.com>
> Reply-To: <ruby-talk(a)ruby-lang.org>
> Newsgroups: comp.lang.ruby
> Date: Thu, 15 Jul 2010 21:42:23 +0900
> To: ruby-talk ML <ruby-talk(a)ruby-lang.org>
> Subject: Can I install Ruby from a cd w/out the internet?
>
> Hi all,
>
> I'd like to program using Ruby in a secure environment, i.e. one that
> has no internet access. I am using the latest version of Ubuntu. What do
> I need to burn in order to install Ruby on a strange Windows computer?
>
> Best,
>
> Connor
> --
> Posted via http://www.ruby-forum.com/.
>