How to deploy a Ruby executable?

R

Rolf Marsh

I have looked everywhere and can't find answers to the following
questions:

1) Can I create a compiled executable with Ruby as I can with other
languages?
2) How does one deploy a Ruby application?

If someone could please point me to where in any documentation this is
covered, I would be most grateful.
 
D

Drew Olson

Rolf said:
I have looked everywhere and can't find answers to the following
questions:

1) Can I create a compiled executable with Ruby as I can with other
languages?
2) How does one deploy a Ruby application?

If someone could please point me to where in any documentation this is
covered, I would be most grateful.

Take a look at the rubyscript2exe gem, it packages your script along
with all the necessary standard library files and the interpreter into
an .exe file you can run on any windows box.
 
R

Rolf Marsh

Drew said:
Take a look at the rubyscript2exe gem, it packages your script along
with all the necessary standard library files and the interpreter into
an .exe file you can run on any windows box.

Thank you... now, can you tell me where all of this is documented?
Also, I am interested in creating some GUI programs, and would like to
see what is available for the GUI.
 
B

bbiker

Rolf said:
Thank you... now, can you tell me where all of this is documented?
Also, I am interested in creating some GUI programs, and would like to
see what is available for the GUI.
download the gem and read the documentation ... it does what you want
 
B

bbiker

Rolf said:
Thank you... now, can you tell me where all of this is documented?
Also, I am interested in creating some GUI programs, and would like to
see what is available for the GUI.
download the gem and read the documentation ... it does what you want
 
R

Rolf Marsh

bbiker said:
download the gem and read the documentation ... it does what you want

In the docs folder for ruby gems (C:\Program
Files\ruby\lib\ruby\gems\1.8\doc\rubyscript2exe-0.5.1), there is no
documentation for rubyscript2exe gem... the folder is empty...

What now?

And where do I find docs for the GUI? Sorry to be such a dummy, but I'm
new to Ruby and am having a hard time finding my way around...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,222
Messages
2,571,142
Members
47,756
Latest member
JulienneY0

Latest Threads

Top