Encoding Ruby on Rails code?

后端 未结 5 1594
情书的邮戳
情书的邮戳 2020-11-29 13:48

Are there any applications out there that will let me encode my Ruby on Rails code so others can\'t read it? I plan on selling a few small applications, but I really don\'t

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-29 14:24

    Only example I have seen in the wild is Mingle from ThoughtWorks, which runs on JRuby, which I think they must have modified in some way to run the encrypted code.

    http://www.thoughtworks-studios.com/mingle-agile-project-management

    I think they may have used something like this AOT compiler: http://kenai.com/projects/jruby/pages/RailsAOT

    This also looks promising: http://www.infoq.com/news/2008/10/rubyencoder

    Check out this answer for other ideas. Can you Distribute a Ruby on Rails Application without Source?

提交回复
热议问题