سؤال

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