users@glassfish.java.net

Re: Remote deployment of Rails app

From: Dick Davies <rasputnik_at_hellooperator.net>
Date: Sun, 16 Nov 2008 08:22:59 +0000

WARbler is probably worth a look for this kind of thing.

http://caldersphere.rubyforge.org/warbler/

On Sat, Nov 15, 2008 at 7:30 PM, Bill Kocik <bkocik_at_gmail.com> wrote:
>
> Is anyone doing deployment of Rails applications to remotely-running
> GlassFish v3 servers? I'm thinking the simplest solution is probably to use
> Capistrano for this, calling "asadmin" on the remote side to deploy the app
> at the end instead of restarting mongrel clusters, but I'm interested in
> other opinions or solutions.