[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Ruby App Distribution

Joe L

12/4/2007 2:26:00 PM

Note: parts of this message were removed by the gateway to make it a legal Usenet post.

Hi,

I was wondering what are the options for distributing a ruby application. Java has the jar and C++ you can compile to an exe. What options does Ruby provide? I'm not looking to distribute anything before the next release. I don't know if something is being added with Yarv to aide in distribution. Any info would be great.

Thanks,
Joe


____________________________________________________________________________________
Be a better sports nut! Let your teams follow you
with Yahoo Mobile. Try it now. http://mobile.yahoo.com/sports;_ylt=At9_qDKvtAbMuh1G1S...
3 Answers

Eric I.

12/4/2007 3:16:00 PM

0

On Dec 4, 9:25 am, Joe L <superist_...@yahoo.com> wrote:
> I was wondering what are the options for distributing a ruby application. Java has the jar and C++ you can compile to an exe. What options does Ruby provide? I'm not looking to distribute anything before the next release. I don't know if something is being added with Yarv to aide in distribution. Any info would be great.

Take a look at: http://www.erikveen.dds.nl... .

You'll find some options there. Tar2RubyScript packages all the files
that comprise a Ruby program into a single file that can be run on a
machine that already has Ruby installed. RubyScript2Exe goes a step
further, and incorporates the Ruby interpreter and all required
libraries into the single file as well, so the target machine doesn't
even have to have Ruby installed.

Eric

====

Interested in hands-on, on-site Ruby training? See http://Lea...
for information about a well-reviewed class.

James Britt

12/4/2007 6:49:00 PM

0

Joe L wrote:
> Hi,
>
> I was wondering what are the options for distributing a ruby application. Java has the jar and C++ you can compile to an exe. What options does Ruby provide? I'm not looking to distribute anything before the next release. I don't know if something is being added with Yarv to aide in distribution. Any info would be great.


Using JRuby you can package up a Ruby app and distribute it as a
clickable jar file.



--
James Britt

"Trying to port the desktop metaphor to the Web is like working
on how to fuel your car with hay because that is what horses eat."
- Dare Obasanjo

Jari Williamsson

12/4/2007 7:52:00 PM

0

James Britt wrote:

> Using JRuby you can package up a Ruby app and distribute it as a
> clickable jar file.

Is that feature available inside JRuby? How do you do it? I was under
the assumpion that JarJar was needed for that.


Best regards,

Jari Williamsson