We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Sometimes when running from in a stand-alone embedded executable, you need to run some startup code before the main application starts.
For example, Sinatra needs a patch to Kernel#caller and StaticFile to run under IronRuby when its source files are embedded.
Kernel#caller
StaticFile
IronRubyAppPackager will detect a file called _boot_.<appname>.rb and run it during initialization and before the app starts.
_boot_.<appname>.rb
See the example in Sample Sinatra App for details
There was an error while loading. Please reload this page.