简体   繁体   中英

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 ? is that possible using rubinius since I've not seen any good tutorials about how to use it with rails ?

As I understand You want to deploy Your server-side Rails application as a single binary file? I think it's not possible with Rubinius or MRI. Your better bet would be jRuby app in .war file, start with some guides of creating war files from Your apps:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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