문제

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