[Capistrano] Deploying when rails app isn't at top level of SVN checkout: go fish?

2008-04-15 Thread [EMAIL PROTECTED]
Is there any support in Capistrano for deploying and interacting with a rails app that requires more of the SVN repository in which it resides than just the rails app's own directory? I've got a directory structure that looks something like: /trunk/java /trunk/ruby /trunk/ruby/common

[Capistrano] Re: Mod Rails and Capistrano

2008-04-15 Thread Jonathan Julian
Confirmed! Put your maint rewrites outside of the , and they work properly. My config is below. There is still the issue I linked to in the passenger group - if you rewrite /alice to /bob, passenger passes /alice to Rails instead of / bob. RailsAllowModRewrite on RewriteEngine On # Check for ma

[Capistrano] Re: Why does Capistrano require the public key?

2008-04-15 Thread Paul Dowman
Great, thanks. I'll try to take a look at it when I get a spare few minutes, probably this weekend. Paul On Mon, Apr 14, 2008 at 11:12 AM, Jamis Buck <[EMAIL PROTECTED]> wrote: > You could maybe start here: > > http://github.com/jamis/net-ssh/tree/master/lib/net/ssh/key_factory.rb > > And sea