Encoding Ruby on Rails code?

后端 未结 5 1591
情书的邮戳
情书的邮戳 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:31

    Maybe you could host the application yourself.

    This way nobody will have ever access to your code and you're clients will use the application everywhere via Internet and also will pay you for the support.

    In order to host rails application the easiest way you could try http://heroku.com/ or even set a small VPS with apache and mod_passenger.

提交回复
热议问题