Question

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 ?

Était-ce utile?

La solution

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:

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top