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
You can also take a look at Mingle from ThoughtWorks studios as an example of using JRuby for this.
It's a Ruby on Rails app, they run it using JRuby. They've customized jruby to load encrypted .rb files.