红宝石与Rails:代码保护
Rails 应用程序是否有某种“Zend 代码保护”?
苏丹
Is there some sort of "Zend code guard" for rails applications ?
Sultan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
Rails 应用程序是否有某种“Zend 代码保护”?
苏丹
Is there some sort of "Zend code guard" for rails applications ?
Sultan
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
看起来这个问题之前已经被讨论过了,所以问题可能会被当作一个骗子而结束。
您可以在没有源代码的情况下分发 Ruby on Rails 应用程序吗?< /a>
Looks like this has been covered before, so question may end getting closed as a dupe.
Can you Distribute a Ruby on Rails Application without Source?
如果您使用 JRuby,则可以使用 warbler gem 将你的 Rails 应用程序打包成一个 war。
请注意,战争文件很容易检查,因此它不提供真正的保护;但这是一个开始。
If you use JRuby, you can then use the warbler gem to package your rails application into a war.
Please note that a war-file is easily inspected, so it offers no real protection; but is a start.