[ANN] AllInOneRuby 0.2.4

E

Erik Veenstra

I just released AllInOneRuby 0.2.4.

AllInOneRuby creates a compressed executable for Windows, Linux
or Mac OS X (Darwin) that includes both the Ruby interpreter
and the runtime libraries. Why? Because it's sometimes not
easy, or possible, or desirable, or allowed to do a complete
Ruby installation. That's where AllInOneRuby comes in. I always
have a USB-memory stick with AllInOneRuby in my pocket.

More information and download on:
http://www.erikveen.dds.nl/allinoneruby/index.html

gegroet,
Erik V. - http://www.erikveen.dds.nl/

----------------------------------------------------------------

Only one change:

* Fixed a bug concerning spaces in %TEMP%.

----------------------------------------------------------------
 
J

jgreek

Very nice work. Does this installation executable include everything
that is necessary for creating Rails web applications, or must that be
added after the installation?

John
 
E

Erik Veenstra

Very nice work. Does this installation executable include
everything that is necessary for creating Rails web
applications, or must that be added after the installation?

AllInOneRuby normally only embeds the default runtime
libraries. The ones which come with Ruby when you compile it
yourself. But when you use the option --site (or -s) all files
in Config::CONFIG["sitelibdir"] are included as well. So, if
Rails and its dependencies are installed in this directory
tree, it should be embedded. The RubyGems versions of Rails
won't work, because RubyGems doesn't use the sitelib
directories for installing the gems, although it's installed
there itself.

On the other hand, once the directory of a Rails application
(and thus "the application") is created and you finished
development, you don't need the sitelib-stuff of Rails anymore.
(At least, I'm told... I'm not a Rails developer myself.) This
means that you can create a Rails application, pack it [2, 3,
4] into an RBA with Tar2RubyScript [1] and run this RBA with
AllInOneRuby.

gegroet,
Erik V. - http://www.erikveen.dds.nl/

[1] http://www.erikveen.dds.nl/tar2rubyscript/index.html
[2] http://dev.rubyonrails.com/ticket/806
[3] http://www.google.nl/search?hl=nl&q=site:rubyonrails.org+tar2rubyscript&btnG=zoeken&meta=
[4] http://www.google.nl/search?hl=nl&q=site:rubyonrails.com+tar2rubyscript&btnG=Zoeken&meta=
 

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

Similar Threads

[ANN] AllInOneRuby 0.2.5 2
[ANN] AllInOneRuby 0.2.3 6
[ANN] AllInOneRuby 0.2.9 0
[ANN] AllInOneRuby 0.2.2 1
AllInOneRuby 0.2.6 0
[ANN] AllInOneRuby 0.2.11 0
[ANN] AllInOneRuby 14
[ANN] RubyScript2Exe 0.4.2 0

Members online

Forum statistics

Threads
473,772
Messages
2,569,590
Members
45,100
Latest member
MelodeeFaj
Top