Displaying 2 results from an estimated 2 matches for "script2exe".
2008 Feb 01
2
wxruby2 problems
Hello,
I''ve recently installed wxruby2 (version 1.9.4) from a precompiled
mswin32 gem. It seems to work fine, and the samples in the
distribution all work, but I have a couple of peculiar problems:
1) When I package a trivial wxruby script with rubyscript2exe, the
executable is huge - 8.5 MB. With previous versions of wxruby (prior
to wxruby2, I think) it was much smaller. Less than 3 MB. Is this how
much the new wxruby takes, or am I doing something wrong ?
Note: Alex Fenton answered in the Ruby list that it''s a script2exe bug.
Could you plea...
2006 May 26
3
Packaging with mongrel
...the ruby application. We had to overcome a couple of issues to get the package working with Mongrel and thought it good to share that info (and check that we haven''t done something stupid)!
1. The first problem we had to overcome is in generating the exe package using Erik''s rubyscript2exe. In generating an executable you need to include an "init.rb" file that starts Mongrel. This file is also executed during the packaging to determine which libraries need to be included. With webrick, once the server starts you stop it using Ctrl-C, which shuts the server down and allows t...