From: Drew Olson Date: 2007-01-19T05:00:10+09:00 Subject: Re: How to deploy a Ruby executable? Rolf Marsh wrote: > 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. -- Posted via http://www.ruby-forum.com/.