Can you Distribute a Ruby on Rails Application without Source?

后端 未结 7 1896
闹比i
闹比i 2020-12-02 09:23

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

7条回答
  •  情书的邮戳
    2020-12-02 10:03

    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.

提交回复
热议问题