简体   繁体   English

如何使用rubinius编译Rails应用程序?

[英]how to use rubinius to compile rails app?

I have a rails application, I want to compile it using rubinius and distribute the compiled code only ? 我有一个Rails应用程序,我想使用rubinius进行编译,仅分发编译后的代码? is that possible using rubinius since I've not seen any good tutorials about how to use it with rails ? 使用rubinius是否有可能,因为我还没有看过任何有关如何将其与rails一起使用的好教程?

As I understand You want to deploy Your server-side Rails application as a single binary file? 据我了解,您想将服务器端Rails应用程序部署为单个二进制文件吗? I think it's not possible with Rubinius or MRI. 我认为使用Rubinius或MRI不可能。 Your better bet would be jRuby app in .war file, start with some guides of creating war files from Your apps: 最好的选择是.war文件中的jRuby应用程序,从一些从您的应用程序创建war文件的指南开始:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM