Instant Rails Replacement?

Is there a standalone (non-installable) way to get Ruby to run?
Instant Rails hasnt been updated in a long time. I dont have access to
install Ruby at work, but I want to learn it in my free time. So if
there is something similar to Xampp for Ruby that would be great.

Thanks.

Hi Frank,

I suggest you check out Heroku <http://heroku.com/&gt;

which is one of the lowest effort ways to learn. They used to have a web
version of a Ruby environment.

···

2009/8/3 frank peterson <fictionalperson@gmail.com>

Is there a standalone (non-installable) way to get Ruby to run?
Instant Rails hasnt been updated in a long time. I dont have access to
install Ruby at work, but I want to learn it in my free time. So if
there is something similar to Xampp for Ruby that would be great.

Thanks.

--
Regards,

Ken

Seek wisdom through disbelief

I can suggest the packages of One-Click Installer, that are 7zip
based:

Those can be extracted anywhere and add the PATH to command prompt
window for you to gain access to Ruby without installation.

If you need to install gems that requires compilation, you can also
grab the development kit and extract it over the folder you unpacked
Ruby before.

You can find more resources about it here:

http://wiki.github.com/oneclick/rubyinstaller/tutorials

Of course, this is Ruby, there is no MySQL or apache bundled, but will
be enough for you to get started with Ruby.

FYI: RubyInstaller == One-Click Installer.

···

On Aug 3, 2:00 pm, frank peterson <fictionalper...@gmail.com> wrote:

Is there a standalone (non-installable) way to get Ruby to run?
Instant Rails hasnt been updated in a long time. I dont have access to
install Ruby at work, but I want to learn it in my free time. So if
there is something similar to Xampp for Ruby that would be great.

--
Luis Lavena

Step 1: Unpack JRuby
Step 2: Run JRuby

(needs a JVM installed, but that's usually not a problem)

- Charlie

···

On Mon, Aug 3, 2009 at 12:05 PM, frank peterson<fictionalperson@gmail.com> wrote:

Is there a standalone (non-installable) way to get Ruby to run?
Instant Rails hasnt been updated in a long time. I dont have access to
install Ruby at work, but I want to learn it in my free time. So if
there is something similar to Xampp for Ruby that would be great.

cant get any quicker (or easier) than this:
http://tryruby.hobix.com/ - try ruby! (in your browser)

···

----- Original Message ----
From: Ken Burgett <keburgett@gmail.com>
To: ruby-talk ML <ruby-talk@ruby-lang.org>
Sent: Monday, August 3, 2009 10:17:28 AM
Subject: Re: Instant Rails Replacement?

Hi Frank,

I suggest you check out Heroku <http://heroku.com/&gt;

which is one of the lowest effort ways to learn. They used to have a web
version of a Ruby environment.

2009/8/3 frank peterson <fictionalperson@gmail.com>

Is there a standalone (non-installable) way to get Ruby to run?
Instant Rails hasnt been updated in a long time. I dont have access to
install Ruby at work, but I want to learn it in my free time. So if
there is something similar to Xampp for Ruby that would be great.

Thanks.

--
Regards,

Ken

Seek wisdom through disbelief

Charles Nutter wrote:

···

On Mon, Aug 3, 2009 at 12:05 PM, frank > peterson<fictionalperson@gmail.com> wrote:

Is there a standalone (non-installable) way to get Ruby to run?
Instant Rails hasnt been updated in a long time. I dont have access to
install Ruby at work, but I want to learn it in my free time. So if
there is something similar to Xampp for Ruby that would be great.

Step 1: Unpack JRuby
Step 2: Run JRuby

(needs a JVM installed, but that's usually not a problem)

- Charlie

I also put JRuby "bin" directory in my path and I set a JRUBY_HOME
environment variable.

Norm
--
Posted via http://www.ruby-forum.com/\.

I've been using that along with the tutorial, but I wanted to have a
version offline so I can modify files (read, write, load, require)