Thanks for the patch; if I make any progress, I will let you know. I look forward to being able to install Rails in the Right Way soon!On 3/24/06, Ola Bini
<[EMAIL PROTECTED]> wrote:Yep, it seems that way. =)
Oh, if you start work on setup.rb (which is what I'm doing too), maybewould be helped by
e found in one of
the earlier mails.
I will not have time to work on this for a few hours, so please report
any progress.
- Original Message -
From: Charles O Nutter <[EMAIL PROTECTED]>
Date: Friday, March 24, 2006 4:30 pm
Subject: Re: [Jruby-devel] Parse error from YAML
YAML errors are a joy to try and fix, since the parser modifies what file and position the interpreter says it's looking at. The only way I was able to fix it well enough for Rails script/generate to work was to dig into it manually, adding logging in various places to see what was failing. You may