Tutorial on distributing Rails apps
January 16th, 2006
Erik Veenstra has put together a long and detailed document on distributing Rails applications.
I get a lot of emails about packing and distributing Rails applications with Tar2RubyScript and RubyScript2Exe. It obviously wasn't easy to come up with the steps that have to be taken to transform a Rails application into a standalone application. Since I never built a Rails application myself, I wasn't even sure if it was possible at all. That's why I decided to write this tutorial.
This should come in handy should you need to wrap up a Rails app into a single executable file.

Leave a Reply