Message from discussion
Is anybody using partials with locals?
Received: by 10.214.244.8 with SMTP id r8mr12267755qah.23.1220528489859;
Thu, 04 Sep 2008 04:41:29 -0700 (PDT)
Return-Path: <ryan.mcge...@gmail.com>
Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.235])
by mx.google.com with ESMTP id 22si17374479yxr.1.2008.09.04.04.41.28;
Thu, 04 Sep 2008 04:41:29 -0700 (PDT)
Received-SPF: pass (google.com: domain of ryan.mcge...@gmail.com designates 64.233.184.235 as permitted sender) client-ip=64.233.184.235;
Authentication-Results: mx.google.com; spf=pass (google.com: domain of ryan.mcge...@gmail.com designates 64.233.184.235 as permitted sender) smtp.mail=ryan.mcge...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by wr-out-0506.google.com with SMTP id 58so2722674wri.8
for <staticmatic@googlegroups.com>; Thu, 04 Sep 2008 04:41:28 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=gamma;
h=domainkey-signature:received:received:message-id:date:from:to
:subject:in-reply-to:mime-version:content-type:references;
bh=LgobYa33f6NdTXrfbk289mlPgJfroB5C9x7+ZOHbVXc=;
b=cIvoBQX1jPYvzcnnAZ+5KbIoD3jvmk5KmgGDhvizWvTxMU27anQtNJdA2oXcZdoV5z
Xvb/JTIMxvHNobulQ8mmAPoRIHiNtZZxQFyvwz2H1pn3RKrfHOzvb6G5mXHGGvnx5PhD
qmPShjsTPz/IVbkgM/PVpb+gnufAcwEG9o+Bk=
DomainKey-Signature: a=rsa-sha1; c=nofws;
d=gmail.com; s=gamma;
h=message-id:date:from:to:subject:in-reply-to:mime-version
:content-type:references;
b=hnwm8/lzB7QfQgEP7NuTW9tFxafCPcXZTVE56OD65LJPF8tdId2Hghrh14t0faM3KZ
tnrJdarbYZxTYFcXj9+JBiRgov4klZ5E1ovzAZwpq+1pFLaGLq3zZKVblBcamZ49rnSg
pM/31r4f5Qqw6GpsVBIl6lneOP7eqqhFq8K3A=
Received: by 10.90.80.19 with SMTP id d19mr13033854agb.65.1220528486620;
Thu, 04 Sep 2008 04:41:26 -0700 (PDT)
Received: by 10.90.117.7 with HTTP; Thu, 4 Sep 2008 04:41:26 -0700 (PDT)
Message-ID: <f2ce72b0809040441y2f24a1f3lce11623237ede931@mail.gmail.com>
Date: Thu, 4 Sep 2008 07:41:26 -0400
From: "Ryan McGeary" <ryan.mcge...@gmail.com>
To: staticmatic@googlegroups.com
Subject: Re: Is anybody using partials with locals?
In-Reply-To: <3458bd1d-78bf-4879-8085-067d301fc...@v39g2000pro.googlegroups.com>
Mime-Version: 1.0
Content-Type: multipart/alternative;
boundary="----=_Part_43812_22763195.1220528486588"
References: <3458bd1d-78bf-4879-8085-067d301fc...@v39g2000pro.googlegroups.com>
------=_Part_43812_22763195.1220528486588
Content-Type: text/plain; charset=ISO-8859-1
I haven't touched staticmatic stuff in a little while but the last time I
checked, the only stable version combination was staticmatic 0.9.3 and haml
1.8.2.
See this thread:
http://groups.google.com/group/staticmatic/browse_thread/thread/628404a9c9fa0583/dc26237615dc067
-Ryan
On Wed, Sep 3, 2008 at 11:57 PM, lyqwyd <agbod...@gmail.com> wrote:
>
> I tried using partials with 0.9.4 with locals and it dies. Looks like
> 0.9.4 is not compatible with haml 2+. I tried using staticmatic 2 from
> git and the preview won't even load, it says there's an error on:
>
> $ rake preview --
> trace
> (in mysite)
> ** Invoke preview (first_time)
> ** Execute preview
> rake aborted!
> ./staticmatic/lib/tasks/../staticmatic/previewer.rb:31: syntax error,
> unexpected '\n'
> ./staticmatic/lib/tasks/staticmatic.rb:8
> /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:546:in `call'
> /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:546:in `execute'
> /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:541:in `each'
> /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:541:in `execute'
> /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:508:in
> `invoke_with_call_chain'
> /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:501:in
> `synchronize'
> /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:501:in
> `invoke_with_call_chain'
> /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:494:in `invoke'
> /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1931:in
> `invoke_task'
> /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in `top_level'
> /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in `each'
> /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in `top_level'
> /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1948:in
> `standard_exception_handling'
> /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1903:in `top_level'
> /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1881:in `run'
> /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1948:in
> `standard_exception_handling'
> /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1878:in `run'
> /Library/Ruby/Gems/1.8/gems/rake-0.8.1/bin/rake:31
> /usr/bin/rake:19:in `load'
> /usr/bin/rake:19
> staticmatic/lib/staticmatic/previewer.rb line
>
> which looks to be the ternary operator on several lines:
>
> output = (file_ext == "css") ?
> @staticmatic.render(path_info)
> @staticmatic.render_with_layout(file_name)
>
> so I tried changing it to:
>
> output = (file_ext == "css") ? @staticmatic.render(path_info) :
> @staticmatic.render_with_layout(file_name)
>
> which then allowed rake preview to work... with the odd message (note
> that there is no port):
>
> ** Invoke preview (first_time)
> ** Execute preview
> Running Preview of . on port
>
> but when I try to access a page with a partial I get the error (on the
> actual web page, after the preceding haml content is properly
> rendered):
>
> undefined method `controller_path' for StaticMatic::Base:Class
>
> ---
> - |-
> On line #1 of mysite/src/pages/test.haml
>
> 1: = render :partial => "sidebar"
>
> /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/
> partial_template.rb:60:in `partial_pieces'
> /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/
> partial_template.rb:52:in `extract_partial_name_and_path'
> /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/
> partial_template.rb:7:in `initialize'
> /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/
> partials.rb:110:in `new'
> /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/
> partials.rb:110:in `render_partial'
> /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/
> base.rb:273:in `render_without_haml'
> /Library/Ruby/Gems/1.8/gems/haml-2.0.2/lib/haml/helpers/
> action_view_mods.rb:5:in `render'
> /Library/Ruby/Gems/1.8/gems/haml-2.0.2/lib/haml/helpers.rb:
> 57:in `non_haml'
> /Library/Ruby/Gems/1.8/gems/haml-2.0.2/lib/haml/helpers/
> action_view_mods.rb:5:in `render'
> src/pages/test.haml:1:in
>
> `_run_plugin_47Users47afam47workspace47static47nursing47trunk47src47pages47test46haml'
> /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/
> base.rb:338:in `send'
> /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/
> base.rb:338:in `execute'
> /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/
> template_handlers/compilable.rb:29:in `send'
> /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/
> template_handlers/compilable.rb:29:in `render'
> /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/
> template.rb:35:in `render'
> /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/
> template.rb:22:in `render_template'
> /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/
> base.rb:245:in `render_file'
> staticmatic/lib/staticmatic/base.rb:58:in `render'
> staticmatic/lib/staticmatic/base.rb:67:in
> `render_with_layout'
> staticmatic/lib/staticmatic/previewer.rb:30:in `process'
> /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/
> http_response.rb:65:in `start'
> staticmatic/lib/staticmatic/previewer.rb:25:in `process'
> /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:
> 159:in `process_client'
> /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:
> 158:in `each'
> /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:
> 158:in `process_client'
> /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:
> 285:in `run'
> /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:
> 285:in `initialize'
> /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:
> 285:in `new'
> /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:
> 285:in `run'
> /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:
> 268:in `initialize'
> /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:
> 268:in `new'
> /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:
> 268:in `run'
> /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/
> configurator.rb:282:in `run'
> /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/
> configurator.rb:281:in `each'
> /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/
> configurator.rb:281:in `run'
> staticmatic/lib/staticmatic/previewer.rb:57:in `cloaker_'
> /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/
> configurator.rb:50:in `call'
> /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/
> configurator.rb:50:in `initialize'
> staticmatic/lib/staticmatic/previewer.rb:51:in `new'
> staticmatic/lib/staticmatic/previewer.rb:51:in `start'
> staticmatic/lib/tasks/staticmatic.rb:8
> /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:546:in
> `call'
> /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:546:in
> `execute'
> /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:541:in
> `each'
> /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:541:in
> `execute'
> /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:508:in
> `invoke_with_call_chain'
> /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:501:in
> `synchronize'
> /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:501:in
> `invoke_with_call_chain'
> /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:494:in
> `invoke'
> /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1931:in
> `invoke_task'
> /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in
> `top_level'
> /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in
> `each'
> /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in
> `top_level'
> /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1948:in
> `standard_exception_handling'
> /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1903:in
> `top_level'
> /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1881:in
> `run'
> /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1948:in
> `standard_exception_handling'
> /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1878:in
> `run'
> /Library/Ruby/Gems/1.8/gems/rake-0.8.1/bin/rake:31
> /usr/bin/rake:19:in `load'
> /usr/bin/rake:19
>
> Any suggestions?
> >
>
------=_Part_43812_22763195.1220528486588
Content-Type: text/html; charset=ISO-8859-1
<div dir="ltr">I haven't touched staticmatic stuff in a little while but the last time I checked, the only stable version combination was staticmatic 0.9.3 and haml <a href="http://1.8.2.">1.8.2.</a><div><br><div>See this thread:</div>
<div><a href="http://groups.google.com/group/staticmatic/browse_thread/thread/628404a9c9fa0583/dc26237615dc067">http://groups.google.com/group/staticmatic/browse_thread/thread/628404a9c9fa0583/dc26237615dc067</a><br><br></div>
<div>-Ryan</div><div><br><div class="gmail_quote">On Wed, Sep 3, 2008 at 11:57 PM, lyqwyd <span dir="ltr"><<a href="mailto:agbod...@gmail.com">agbod...@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
I tried using partials with 0.9.4 with locals and it dies. Looks like<br>
0.9.4 is not compatible with haml 2+. I tried using staticmatic 2 from<br>
git and the preview won't even load, it says there's an error on:<br>
<br>
$ rake preview --<br>
trace<br>
(in mysite)<br>
** Invoke preview (first_time)<br>
** Execute preview<br>
rake aborted!<br>
./staticmatic/lib/tasks/../staticmatic/previewer.rb:31: syntax error,<br>
unexpected '\n'<br>
./staticmatic/lib/tasks/staticmatic.rb:8<br>
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:546:in `call'<br>
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:546:in `execute'<br>
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:541:in `each'<br>
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:541:in `execute'<br>
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:508:in<br>
`invoke_with_call_chain'<br>
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:501:in<br>
`synchronize'<br>
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:501:in<br>
`invoke_with_call_chain'<br>
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:494:in `invoke'<br>
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1931:in<br>
`invoke_task'<br>
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in `top_level'<br>
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in `each'<br>
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in `top_level'<br>
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1948:in<br>
`standard_exception_handling'<br>
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1903:in `top_level'<br>
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1881:in `run'<br>
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1948:in<br>
`standard_exception_handling'<br>
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1878:in `run'<br>
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/bin/rake:31<br>
/usr/bin/rake:19:in `load'<br>
/usr/bin/rake:19<br>
staticmatic/lib/staticmatic/previewer.rb line<br>
<br>
which looks to be the ternary operator on several lines:<br>
<br>
output = (file_ext == "css") ?<br>
@staticmatic.render(path_info)<br>
@staticmatic.render_with_layout(file_name)<br>
<br>
so I tried changing it to:<br>
<br>
output = (file_ext == "css") ? @staticmatic.render(path_info) :<br>
@staticmatic.render_with_layout(file_name)<br>
<br>
which then allowed rake preview to work... with the odd message (note<br>
that there is no port):<br>
<br>
** Invoke preview (first_time)<br>
** Execute preview<br>
Running Preview of . on port<br>
<br>
but when I try to access a page with a partial I get the error (on the<br>
actual web page, after the preceding haml content is properly<br>
rendered):<br>
<br>
undefined method `controller_path' for StaticMatic::Base:Class<br>
<br>
---<br>
- |-<br>
On line #1 of mysite/src/pages/test.haml<br>
<br>
1: = render :partial => "sidebar"<br>
<br>
/Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/<br>
partial_template.rb:60:in `partial_pieces'<br>
/Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/<br>
partial_template.rb:52:in `extract_partial_name_and_path'<br>
/Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/<br>
partial_template.rb:7:in `initialize'<br>
/Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/<br>
partials.rb:110:in `new'<br>
/Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/<br>
partials.rb:110:in `render_partial'<br>
/Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/<br>
base.rb:273:in `render_without_haml'<br>
/Library/Ruby/Gems/1.8/gems/haml-2.0.2/lib/haml/helpers/<br>
action_view_mods.rb:5:in `render'<br>
/Library/Ruby/Gems/1.8/gems/haml-2.0.2/lib/haml/helpers.rb:<br>
57:in `non_haml'<br>
/Library/Ruby/Gems/1.8/gems/haml-2.0.2/lib/haml/helpers/<br>
action_view_mods.rb:5:in `render'<br>
src/pages/test.haml:1:in<br>
`_run_plugin_47Users47afam47workspace47static47nursing47trunk47src47pages47test46haml'<br>
/Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/<br>
base.rb:338:in `send'<br>
/Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/<br>
base.rb:338:in `execute'<br>
/Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/<br>
template_handlers/compilable.rb:29:in `send'<br>
/Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/<br>
template_handlers/compilable.rb:29:in `render'<br>
/Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/<br>
template.rb:35:in `render'<br>
/Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/<br>
template.rb:22:in `render_template'<br>
/Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/<br>
base.rb:245:in `render_file'<br>
staticmatic/lib/staticmatic/base.rb:58:in `render'<br>
staticmatic/lib/staticmatic/base.rb:67:in<br>
`render_with_layout'<br>
staticmatic/lib/staticmatic/previewer.rb:30:in `process'<br>
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/<br>
http_response.rb:65:in `start'<br>
staticmatic/lib/staticmatic/previewer.rb:25:in `process'<br>
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:<br>
159:in `process_client'<br>
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:<br>
158:in `each'<br>
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:<br>
158:in `process_client'<br>
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:<br>
285:in `run'<br>
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:<br>
285:in `initialize'<br>
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:<br>
285:in `new'<br>
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:<br>
285:in `run'<br>
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:<br>
268:in `initialize'<br>
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:<br>
268:in `new'<br>
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:<br>
268:in `run'<br>
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/<br>
configurator.rb:282:in `run'<br>
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/<br>
configurator.rb:281:in `each'<br>
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/<br>
configurator.rb:281:in `run'<br>
staticmatic/lib/staticmatic/previewer.rb:57:in `cloaker_'<br>
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/<br>
configurator.rb:50:in `call'<br>
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/<br>
configurator.rb:50:in `initialize'<br>
staticmatic/lib/staticmatic/previewer.rb:51:in `new'<br>
staticmatic/lib/staticmatic/previewer.rb:51:in `start'<br>
staticmatic/lib/tasks/staticmatic.rb:8<br>
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:546:in<br>
`call'<br>
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:546:in<br>
`execute'<br>
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:541:in<br>
`each'<br>
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:541:in<br>
`execute'<br>
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:508:in<br>
`invoke_with_call_chain'<br>
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:501:in<br>
`synchronize'<br>
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:501:in<br>
`invoke_with_call_chain'<br>
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:494:in<br>
`invoke'<br>
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1931:in<br>
`invoke_task'<br>
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in<br>
`top_level'<br>
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in<br>
`each'<br>
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in<br>
`top_level'<br>
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1948:in<br>
`standard_exception_handling'<br>
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1903:in<br>
`top_level'<br>
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1881:in<br>
`run'<br>
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1948:in<br>
`standard_exception_handling'<br>
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1878:in<br>
`run'<br>
/Library/Ruby/Gems/1.8/gems/rake-0.8.1/bin/rake:31<br>
/usr/bin/rake:19:in `load'<br>
/usr/bin/rake:19<br>
<br>
Any suggestions?<br>
<br>
</blockquote></div><br></div></div></div>
------=_Part_43812_22763195.1220528486588--