I got things working today by using a mongrel_cluster setup instead! It's a beautiful thing when it works :)
PJ. On 5 Apr, 00:17, Keith Pitty <[EMAIL PROTECTED]> wrote: > PJ, > > I suggest you post your deploy.rb file so that someone here has more > to go on. To me it sounds like something isn't set properly in your > deployment configuration in deploy.rb. > > Keith > > On 03/04/2008, at 9:07 PM, PJAY79 wrote: > > > > > I migrated to a Macbook Pro Leopard development environment and now am > > faced with exactly the problem. > > > :( > > > Any ideas anyone??? > > > PJ. > > > On Mar 19, 8:21 am, PJAY79 <[EMAIL PROTECTED]> wrote: > >> Hi Mislav > > >> I tried adding; > > >> #!/usr/bin/env ruby > > >> and > > >> #!/usr/local/bin/env ruby > > >> I still get exactly the same error.. > > >> Pj. > > >> On Mar 18, 11:12 pm, "Mislav Marohnić" <[EMAIL PROTECTED]> > >> wrote: > > >>> On Tue, Mar 18, 2008 at 12:36 PM, PJAY79 <[EMAIL PROTECTED]> > >>> wrote: > > >>>> I have created the script/spin file and have given it the exec > >>>> property, it looks like this: > > >>> You need to put a shebang line in script/spin, too: > > >>> #!/usr/bin/env ruby > > >>> Otherwise the system doesn't know how to execute script/spin --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
