Message from discussion
Capistrano 2.5.3
Received: by 10.90.118.19 with SMTP id q19mr888882agc.22.1228669741524;
Sun, 07 Dec 2008 09:09:01 -0800 (PST)
Return-Path: <jamis.b...@gmail.com>
Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.25])
by mx.google.com with ESMTP id 22si14508626yxr.1.2008.12.07.09.09.00;
Sun, 07 Dec 2008 09:09:00 -0800 (PST)
Received-SPF: pass (google.com: domain of jamis.b...@gmail.com designates 74.125.78.25 as permitted sender) client-ip=74.125.78.25;
Authentication-Results: mx.google.com; spf=pass (google.com: domain of jamis.b...@gmail.com designates 74.125.78.25 as permitted sender) smtp.mail=jamis.b...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by ey-out-2122.google.com with SMTP id 25so358910eya.25
for <capistrano@googlegroups.com>; Sun, 07 Dec 2008 09:08:59 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=gamma;
h=domainkey-signature:received:received:message-id:date:from:sender
:to:subject:in-reply-to:mime-version:content-type
:content-transfer-encoding:content-disposition:references
:x-google-sender-auth;
bh=1U7Siu209lrNQa/FbueFNH8i3QOBIstq7N1HEz9cwEM=;
b=QjGCYcqZovN9pZkI3nEJFt4/xOOePnlY22c6jmAg1udcvutgmkkaAWp6fnEN3LMM3z
psbX1cWMc8vMNtcdB7pLruCRDcYqCL/08rV3XcJUeh9SoXOtWX0Ma0gZ98+J6PVQrWaf
QhbIVcZ/jKc6WOqNV6Mv7IM4hQs9f6wLEW4f4=
DomainKey-Signature: a=rsa-sha1; c=nofws;
d=gmail.com; s=gamma;
h=message-id:date:from:sender:to:subject:in-reply-to:mime-version
:content-type:content-transfer-encoding:content-disposition
:references:x-google-sender-auth;
b=mUSqcpP+H3gs06pr1b7W1LJesQWbHdrINLkAAho3Ot+mCAhiGYYQAdfRMrEKRJfM+7
Dphqt3d2XApL7vvIResxOfaseDQIMnFbrpC9YbXORkRpKVNMAbIzCvNPwD26o7MX12zH
6UMelSSg9lpM+UWvA/XlNSLmlnaK3ty9wvKHM=
Received: by 10.103.92.10 with SMTP id u10mr888167mul.22.1228669739532;
Sun, 07 Dec 2008 09:08:59 -0800 (PST)
Received: by 10.103.137.15 with HTTP; Sun, 7 Dec 2008 09:08:59 -0800 (PST)
Message-ID: <7f98661a0812070908m647d94f7g65af8b928797c...@mail.gmail.com>
Date: Sun, 7 Dec 2008 10:08:59 -0700
From: "Jamis Buck" <ja...@37signals.com>
Sender: jamis.b...@gmail.com
To: capistrano@googlegroups.com
Subject: Re: [Capistrano] Re: Capistrano 2.5.3
In-Reply-To: <9c973476-9975-42e8-95e9-fed83d6a4...@n10g2000yqm.googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <7f98661a0812062058g2387fc57w5a9792292374e...@mail.gmail.com>
<6faeb6d1-74ec-44c1-9346-5561319c6...@d23g2000yqc.googlegroups.com>
<7f98661a0812070757x2ca4a491n54ce68cb170ba...@mail.gmail.com>
<9c973476-9975-42e8-95e9-fed83d6a4...@n10g2000yqm.googlegroups.com>
On Sun, Dec 7, 2008 at 9:22 AM, Larry <la...@stupidtuesday.com> wrote:
>
> I noticed that you were ditching support for Solaris because of
> similar problems. I understand that, too. But the problem is that
> there are undoubtedly a lot more Windows users than Solaris, and
> although *nix is the platform of choice for RoR enthusiasts, the
> number of Rails developers using Windows is rather large and will
> continue to grow. I am no fan of Microsoft, but, like it or not, they
> are the 800 lb. gorilla in the room.
I'm realizing something about myself and Capistrano. I've been burning
out on cap lately, and I've been trying to figure out why.
I wrote Capistrano for me. I didn't write it to have lots of users. I
didn't write it to be a popular solution to a problem. I wrote it to
scratch my itch. It's been a nice side-effect that so many people have
found it useful, but that wasn't my purpose.
I'm burning out because suddenly I'm feeling an obligation to keep
everyone happy. It is a false obligation, though: I'm honestly not
beholden to anyone for Capistrano's maintenance. I've never received a
cent for my work on cap (and I don't want to receive money for
it--that would put me right back in the obligation boat, and with
better reason).
Something has to give. In this case (and among other things), it's
Windows. Microsoft may be an 800lb gorilla, but it's not _my_ gorilla,
and it's not in _my_ room. If you need to appease the gorilla, that is
(with all due respect) not my problem. If it happens to be your
problem, please feel free to make the time to get acquainted with
Net::SSH and Capistrano, and scratch your itch.
And, frankly, Capistrano is not _it_ when it comes to deployment. If
nothing else, you can always go back and do what everybody did
pre-capistrano: do it by hand.
Now, if you're stuck in Windows by corporate policy, you have my
sympathy. But I'm still not budging on this issue. I will not break my
back or my sanity on Windows troubleshooting any more.
On the other hand, if you're stuck in Windows by choice, you don't
even have my sympathy. :) It is to YOU that I'm speaking, directly,
when I say that if you want Capistrano on Windows, then it's your
responsibility to do something about it. Either you make Cap work on
Windows and send patches upstream, or you write your own solution from
the ground up.
> Is there a previous release that we can back up to that will work with
> Windows? Or can you suggest any other alternatives?
Any Cap 2.x release ought to work fine on windows. If the pageant
thing is biting you, disable ssh agent forwarding:
ssh_options[:forward_agent] = false
If that doesn't work...well, again. It's not my problem anymore. I'm
sorry to come across so callous, but it's what I have to do right now
to keep myself motivated to work on Capistrano at all.
- Jamis