Search Results

0
votes

Options for distribution of an offline Ruby on Rails application

The way most people ship ruby programs, including Rails webapps, as a standalone exe is via rubyscript2exe. They describe how to package a Rails application at …