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:

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top