[Capistrano] /usr/lib/ruby/1.8/x86_64-linux/rbconfig.rb:7: ruby lib version (1.8.5) doesn't match executable version (1.8.7) (RuntimeError)

2008-11-21 Thread Tarscher
Hi all, When deploying to Dreamhost I suddenly get : /usr/lib/ruby/1.8/x86_64-linux/rbconfig.rb:7: ruby lib version (1.8.5) doesn't match executable version (1.8.7) (RuntimeError) Things worked perfect before. Someone has an idea what goes wrong? Thanks Stijn --~--~-~--~~--

[Capistrano] Re: copy directory

2008-07-13 Thread Tarscher
quot; So I only create the link and not the directory. Is this ok? Thanks Stijn On 10 jul, 16:26, "Rafael G." <[EMAIL PROTECTED]> wrote: > Don't copy uploads every time, store it in shared path and create a > symlink every time. > > Tarscher escribió: > >

[Capistrano] copy directory

2008-07-10 Thread Tarscher
Hi all, I use file_column for image upload and want to copy that directory everytime I do a new deployment . Can someone point me to documentation or tutorials on how to do this? Thanks Stijn --~--~-~--~~~---~--~~ To unsubscribe from this group, send email to [EM

[Capistrano] Re: Net::SSH::AuthenticationFailed with capistrano 2.3

2008-06-09 Thread Tarscher
where migrations for the db are run > from, not where the db actually lives (ie: database.yml). > With a shared host -- typically its all the same server. > > > > On Sun, Jun 8, 2008 at 7:30 AM, Tarscher <[EMAIL PROTECTED]> wrote: > > > Hi all, > &

[Capistrano] Net::SSH::AuthenticationFailed with capistrano 2.3

2008-06-08 Thread Tarscher
[deploy:update_code] exception while rolling back: Capistrano::ConnectionError, connection failed for: mysql.domain.be (Net::SSH::AuthenticationFailed: user) connection failed for: mysql.domain.be (Net::SSH::AuthenticationFailed: tarscher) --~--~-~--~~~---~--~~ To

[Capistrano] Re: problem deploying on DreamHost server

2007-09-29 Thread Tarscher
I deleted all the dirs and redid a setup and cold and it now seems to work... On 29 sep, 17:15, Tarscher <[EMAIL PROTECTED]> wrote: > I also get > > ** [deploy:symlink] exception while rolling back: TypeError, can't > convert nil into String > just before > ***

[Capistrano] Re: problem deploying on DreamHost server

2007-09-29 Thread Tarscher
I also get ** [deploy:symlink] exception while rolling back: TypeError, can't convert nil into String just before *** [deploy:update_code] rolling back Stijn On 29 sep, 03:41, Tarscher <[EMAIL PROTECTED]> wrote: > Hi all, > > I try to deploy yo a DreamHost server (fastcgi)

[Capistrano] problem deploying on DreamHost server

2007-09-28 Thread Tarscher
Hi all, I try to deploy yo a DreamHost server (fastcgi). I get an error but don't know why this is generated. Maybe some has an idea? regards, Stijn *** [deploy:update_code] rolling back * executing "rm -rf /home/tarscher/tarscher.dreamhosters.com/ releases/20070928225737; true&qu

[Capistrano] script/spin issue

2007-09-26 Thread Tarscher
Hi all, After some time running cap deploy:cold I get an error: nohup: cannot run command `script/spin': No such file or directory . The spin file in the script dir is not present. When I make a new rails app this spin script is never generated! Do I need to make a spin script myself and what nee