I\'m wondering if it\'s possible to distribute a RoR app for production use without source code? I\'ve seen this post on SO, but my situation is a little different. This w
I'm wondering if you could just "compile" the ruby code into an executable using something like RubyScript2Exe ?
To be honest I haven't used it but it seems like it could be what you want, even if it just packages up the scripts with the interpreter into a single executable.