<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Rails Garden</title>
	<atom:link href="http://www.railsgarden.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.railsgarden.com</link>
	<description>A delicious blend of Ruby and Rails...</description>
	<lastBuildDate>Sun, 03 Jan 2010 16:28:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Take Control of your Field Values with nilify_blanks by benhughes</title>
		<link>http://www.railsgarden.com/2009/01/07/take-control-of-your-field-values-with-nilify_blanks/comment-page-1/#comment-6598</link>
		<dc:creator>benhughes</dc:creator>
		<pubDate>Sun, 03 Jan 2010 16:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsgarden.com/2009/01/07/take-control-of-your-field-values-with-nilify_blanks/#comment-6598</guid>
		<description>By default columns are nil anyways, so :default =&gt; nil is really unnecessary.  What this plugin solves is when a form is submitted with a blank value which explicitly gets set as so in the database.  For example if your params hash is:

{ :name =&gt; &quot;Project A&quot;, :description =&gt; &quot;&quot; }

Perhaps you really want the &quot;description&quot; field to be NULL in the database and not &quot;&quot; as it will be by default.</description>
		<content:encoded><![CDATA[<p>By default columns are nil anyways, so :default =&gt; nil is really unnecessary.  What this plugin solves is when a form is submitted with a blank value which explicitly gets set as so in the database.  For example if your params hash is:</p>
<p>{ :name =&gt; &#8220;Project A&#8221;, :description =&gt; &#8220;&#8221; }</p>
<p>Perhaps you really want the &#8220;description&#8221; field to be NULL in the database and not &#8220;&#8221; as it will be by default.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on message_block: a error_messages_for replacement for flash message and model error handling by FF</title>
		<link>http://www.railsgarden.com/2008/11/26/message_block-a-error_messages_for-replacement-for-flash-message-and-model-error-handling/comment-page-1/#comment-5611</link>
		<dc:creator>FF</dc:creator>
		<pubDate>Wed, 18 Nov 2009 23:16:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsgarden.com/2008/11/26/message_block-a-error_messages_for-replacement-for-flash-message-and-model-error-handling/#comment-5611</guid>
		<description>Great job, thanks for sharing it.
Can you write a detailed way to install the plugin ?
You began the &quot;usage&quot; section with &quot;Once you install this...&quot;, but the newbies (like me) be one basic step behing....The installation of the helper method.
Thanks in advance...
FF</description>
		<content:encoded><![CDATA[<p>Great job, thanks for sharing it.<br />
Can you write a detailed way to install the plugin ?<br />
You began the &#8220;usage&#8221; section with &#8220;Once you install this&#8230;&#8221;, but the newbies (like me) be one basic step behing&#8230;.The installation of the helper method.<br />
Thanks in advance&#8230;<br />
FF</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Take Control of your Field Values with nilify_blanks by Gavin Hughes</title>
		<link>http://www.railsgarden.com/2009/01/07/take-control-of-your-field-values-with-nilify_blanks/comment-page-1/#comment-5185</link>
		<dc:creator>Gavin Hughes</dc:creator>
		<pubDate>Mon, 26 Oct 2009 21:29:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsgarden.com/2009/01/07/take-control-of-your-field-values-with-nilify_blanks/#comment-5185</guid>
		<description>Nice work, Ben.  Exactly what I was looking for.</description>
		<content:encoded><![CDATA[<p>Nice work, Ben.  Exactly what I was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Take Control of your Field Values with nilify_blanks by Julio Capote</title>
		<link>http://www.railsgarden.com/2009/01/07/take-control-of-your-field-values-with-nilify_blanks/comment-page-1/#comment-3987</link>
		<dc:creator>Julio Capote</dc:creator>
		<pubDate>Mon, 31 Aug 2009 20:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsgarden.com/2009/01/07/take-control-of-your-field-values-with-nilify_blanks/#comment-3987</guid>
		<description>Perhaps I&#039;m confused, but what&#039;s wrong with just having :default =&gt; nil? in your migrations?</description>
		<content:encoded><![CDATA[<p>Perhaps I&#8217;m confused, but what&#8217;s wrong with just having :default =&gt; nil? in your migrations?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuring Passenger (mod_rails) on SliceHost with Ubuntu 7.10 by tychoish</title>
		<link>http://www.railsgarden.com/2008/04/12/configurating-passenger-mod_rails-on-slicehost-with-ubuntu-710/comment-page-1/#comment-3683</link>
		<dc:creator>tychoish</dc:creator>
		<pubDate>Tue, 11 Aug 2009 14:43:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsgarden.com/2008/04/12/configurating-passenger-mod_rails-on-slicehost-with-ubuntu-710/#comment-3683</guid>
		<description>this is a great resource, but it looks like your line breaks have gotten mangled. 

two other notes....

first, brightbox provides ubuntu (and probably debian-compatable) packages for hardy, which make the installation process more--straightforward. 

secondly, passenger requires log files to be worldwriteable, which doesn&#039;t strike me as the most brilliant thing in the world, but its no great risk and it is what it is.</description>
		<content:encoded><![CDATA[<p>this is a great resource, but it looks like your line breaks have gotten mangled. </p>
<p>two other notes&#8230;.</p>
<p>first, brightbox provides ubuntu (and probably debian-compatable) packages for hardy, which make the installation process more&#8211;straightforward. </p>
<p>secondly, passenger requires log files to be worldwriteable, which doesn&#8217;t strike me as the most brilliant thing in the world, but its no great risk and it is what it is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on named_scope with acts_as_tree by benhughes</title>
		<link>http://www.railsgarden.com/2008/06/25/named_scope-with-acts_as_tree/comment-page-1/#comment-3427</link>
		<dc:creator>benhughes</dc:creator>
		<pubDate>Wed, 29 Jul 2009 11:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsgarden.com/2008/06/25/named_scope-with-acts_as_tree/#comment-3427</guid>
		<description>Doing heirarchies more than one sub-level deep cannot be worked with easily since it requires recursive operations to do things like listing *all* children of a given top-level category. In your example above that&#039;s fine and in fact for what you&#039;re doing, since you have to iterate over everything anyways, I&#039;d simply calculate the counts of only the leaf nodes and then calculate in Ruby the counts of parent nodes up from there.

Anyways I can recommend a different approach to heirarchies called the nested set model (http://dev.mysql.com/tech-resources/articles/hierarchical-data.html).  With rails there are several plugins implementing this, just search on GitHub for &quot;nested_set&quot;.</description>
		<content:encoded><![CDATA[<p>Doing heirarchies more than one sub-level deep cannot be worked with easily since it requires recursive operations to do things like listing *all* children of a given top-level category. In your example above that&#8217;s fine and in fact for what you&#8217;re doing, since you have to iterate over everything anyways, I&#8217;d simply calculate the counts of only the leaf nodes and then calculate in Ruby the counts of parent nodes up from there.</p>
<p>Anyways I can recommend a different approach to heirarchies called the nested set model (<a href="http://dev.mysql.com/tech-resources/articles/hierarchical-data.html" rel="nofollow">http://dev.mysql.com/tech-resources/articles/hierarchical-data.html</a>).  With rails there are several plugins implementing this, just search on GitHub for &#8220;nested_set&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on named_scope with acts_as_tree by Camilo Sáchez</title>
		<link>http://www.railsgarden.com/2008/06/25/named_scope-with-acts_as_tree/comment-page-1/#comment-3421</link>
		<dc:creator>Camilo Sáchez</dc:creator>
		<pubDate>Wed, 29 Jul 2009 03:27:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsgarden.com/2008/06/25/named_scope-with-acts_as_tree/#comment-3421</guid>
		<description>Hi, in my las comment the categories tree are indented for subcategories...

Video Games (15)
------Nintendo DS (3)
-----------DS Games (1)
-----------DS Lite Consoles (2)
------Nintendo Wii (2)
-----------Wii Consoles (1)
----------Wii Games (1)
------PlayStation (10)
----------PS2 Consoles (6)
----------PS3 Accessories (4)</description>
		<content:encoded><![CDATA[<p>Hi, in my las comment the categories tree are indented for subcategories&#8230;</p>
<p>Video Games (15)<br />
&#8212;&#8212;Nintendo DS (3)<br />
&#8212;&#8212;&#8212;&#8211;DS Games (1)<br />
&#8212;&#8212;&#8212;&#8211;DS Lite Consoles (2)<br />
&#8212;&#8212;Nintendo Wii (2)<br />
&#8212;&#8212;&#8212;&#8211;Wii Consoles (1)<br />
&#8212;&#8212;&#8212;-Wii Games (1)<br />
&#8212;&#8212;PlayStation (10)<br />
&#8212;&#8212;&#8212;-PS2 Consoles (6)<br />
&#8212;&#8212;&#8212;-PS3 Accessories (4)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on named_scope with acts_as_tree by Camilo Sáchez</title>
		<link>http://www.railsgarden.com/2008/06/25/named_scope-with-acts_as_tree/comment-page-1/#comment-3420</link>
		<dc:creator>Camilo Sáchez</dc:creator>
		<pubDate>Wed, 29 Jul 2009 03:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsgarden.com/2008/06/25/named_scope-with-acts_as_tree/#comment-3420</guid>
		<description>Hi Ben and thank you so much for this post!

But I have a questions.

How can this?

Video Games (15)
	Nintendo DS (3)
		DS Games (1)
		DS Lite Consoles (2)
	Nintendo Wii (2)
		Wii Consoles (1)
		Wii Games (1)
	PlayStation (10)
		PS2 Consoles (6)
		PS3 Accessories (4)

With you example i have two levels

I need four or five levels - recursive categories

(I need this bad sample)
:conditions =&gt; [&quot;categories.id = ? OR categories.parent_id OR categories.grandparent_id = ? OR .. (etc..)


How can count total Products in each parent level?
 
 CategoriesHelper code:

  def find_all_listsubcategories(category)
    if category.children.size &gt; 0
      ret = &#039;&#039;
      category.children.each { &#124;subcat&#124; 
          ret += &#039;&#039;
          ret += link_to h(subcat.name), :action =&gt; &#039;show&#039;, :id =&gt; subcat
          ret += &#039;&#039;
        }
      ret += &#039;&#039;
    end
  end


Can you help me please, I&#039;m not a developer. I&#039;m Web designer

Sorry, i don&#039;t speak english very well

thank you again!</description>
		<content:encoded><![CDATA[<p>Hi Ben and thank you so much for this post!</p>
<p>But I have a questions.</p>
<p>How can this?</p>
<p>Video Games (15)<br />
	Nintendo DS (3)<br />
		DS Games (1)<br />
		DS Lite Consoles (2)<br />
	Nintendo Wii (2)<br />
		Wii Consoles (1)<br />
		Wii Games (1)<br />
	PlayStation (10)<br />
		PS2 Consoles (6)<br />
		PS3 Accessories (4)</p>
<p>With you example i have two levels</p>
<p>I need four or five levels &#8211; recursive categories</p>
<p>(I need this bad sample)<br />
:conditions =&gt; [&#8220;categories.id = ? OR categories.parent_id OR categories.grandparent_id = ? OR .. (etc..)</p>
<p>How can count total Products in each parent level?</p>
<p> CategoriesHelper code:</p>
<p>  def find_all_listsubcategories(category)<br />
    if category.children.size &gt; 0<br />
      ret = &#8221;<br />
      category.children.each { |subcat|<br />
          ret += &#8221;<br />
          ret += link_to h(subcat.name), :action =&gt; &#8217;show&#8217;, :id =&gt; subcat<br />
          ret += &#8221;<br />
        }<br />
      ret += &#8221;<br />
    end<br />
  end</p>
<p>Can you help me please, I&#8217;m not a developer. I&#8217;m Web designer</p>
<p>Sorry, i don&#8217;t speak english very well</p>
<p>thank you again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuring Passenger (mod_rails) on SliceHost with Ubuntu 7.10 by David Smith</title>
		<link>http://www.railsgarden.com/2008/04/12/configurating-passenger-mod_rails-on-slicehost-with-ubuntu-710/comment-page-1/#comment-3154</link>
		<dc:creator>David Smith</dc:creator>
		<pubDate>Tue, 23 Jun 2009 20:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsgarden.com/2008/04/12/configurating-passenger-mod_rails-on-slicehost-with-ubuntu-710/#comment-3154</guid>
		<description>OK, I should have proofread that more carefully!

1. I am NOT using a domain name for the internal test server -- hence the ip address instead.

2. Just to clarify: I was able to install passenger from the ubuntu deb repo, as well as uninstall it and then try the gem install method. The installations apparently worked (or didn&#039;t kick up any errors at the time), but I still can&#039;t get my app served.

Someone may recognize my test app &quot;shovell&quot; was built from the tutorial in Simply Rails 2 -- an excellent intro to Rails by the way, though weak in the deployment stuff, and a couple of years out of date.

Thanks</description>
		<content:encoded><![CDATA[<p>OK, I should have proofread that more carefully!</p>
<p>1. I am NOT using a domain name for the internal test server &#8212; hence the ip address instead.</p>
<p>2. Just to clarify: I was able to install passenger from the ubuntu deb repo, as well as uninstall it and then try the gem install method. The installations apparently worked (or didn&#8217;t kick up any errors at the time), but I still can&#8217;t get my app served.</p>
<p>Someone may recognize my test app &#8220;shovell&#8221; was built from the tutorial in Simply Rails 2 &#8212; an excellent intro to Rails by the way, though weak in the deployment stuff, and a couple of years out of date.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuring Passenger (mod_rails) on SliceHost with Ubuntu 7.10 by David Smith</title>
		<link>http://www.railsgarden.com/2008/04/12/configurating-passenger-mod_rails-on-slicehost-with-ubuntu-710/comment-page-1/#comment-3153</link>
		<dc:creator>David Smith</dc:creator>
		<pubDate>Tue, 23 Jun 2009 20:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsgarden.com/2008/04/12/configurating-passenger-mod_rails-on-slicehost-with-ubuntu-710/#comment-3153</guid>
		<description>hi,

I&#039;m trying to set up a rails test server on my lan, and not having much luck using passenger.

The server is an ubuntu 8.04 server edition VM (VirtualBox, bridged nic), running Apache, MySQL and Rails.

I can hit the server from my lan (the host pc, actually), using 192.168.2.xxx, and I can hit my test rails app after launching Mongrel server in production mode from 192.168.2.xxx:3000.

I tried installing passenger from the ubuntu deb repository, and when that didn&#039;t work, through gem (where it apparently builds passenger for the onboard Apache version).

In either case the result is the same: it doesn&#039;t work.

Since I&#039;m using a domain name for the server, I configured the &quot;default&quot; VirtualHost site as follows:

------------code snippet------------
NameVirtualHost *

	ServerAdmin webmaster@localhost	
	DocumentRoot /home/dave/shovell/public
	
		Options FollowSymLinks
		AllowOverride None
	
	
------------------------------------
(note only DocumentRoot and Directory are changed from the original file).

I have also tried setting up a symlink to the above directory in /var/www and adding a RailsBaseURI line. Without the line, my browser opens the directory (rather than the rails app). With it, I get the same, 500 Internal Server Error message

Although my Rails installation and test app seem to be fine, judging by being able to run it in Mongrel, the Apache error log is reporting a slew of Ruby errors:

---------------log snippet-------------------
[Tue Jun 23 15:29:02 2009] [notice] Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.6 with Suhosin-Patch Phusion_Passenger/2.2.4 configured -- resuming normal operations
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require&#039;: no such file to load -- fastthread (LoadError)
	from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require&#039;
	from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/lib/phusion_passenger/utils.rb:27
	from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/bin/passenger-spawn-server:53:in `require&#039;
	from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/bin/passenger-spawn-server:53
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require&#039;: no such file to load -- fastthread (LoadError)
	from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require&#039;
	from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/lib/phusion_passenger/utils.rb:27
	from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/bin/passenger-spawn-server:53:in `require&#039;
	from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/bin/passenger-spawn-server:53
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require&#039;: no such file to load -- fastthread (LoadError)
	from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require&#039;
	from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/lib/phusion_passenger/utils.rb:27
	from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/bin/passenger-spawn-server:53:in `require&#039;
	from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/bin/passenger-spawn-server:53
[ pid=7822 file=ext/apache2/Hooks.cpp:688 time=2009-06-23 15:29:07.824 ]:
  Unexpected error in mod_passenger: Cannot spawn application &#039;/home/dave/shovell&#039;: The spawn server has exited unexpectedly.
  Backtrace:
     in &#039;virtual boost::shared_ptr Passenger::ApplicationPoolServer::Client::get(const Passenger::PoolOptions&amp;)&#039; (ApplicationPoolServer.h:471)
     in &#039;int Hooks::handleRequest(request_rec*)&#039; (Hooks.cpp:485)
----------------------------------

Any help in identifying where the problem lies, and how I might go about fixing it would sure be appreciated! I already took a stab at the mongrel + mod_proxy method and got nowhere.

Thanks.</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>I&#8217;m trying to set up a rails test server on my lan, and not having much luck using passenger.</p>
<p>The server is an ubuntu 8.04 server edition VM (VirtualBox, bridged nic), running Apache, MySQL and Rails.</p>
<p>I can hit the server from my lan (the host pc, actually), using 192.168.2.xxx, and I can hit my test rails app after launching Mongrel server in production mode from 192.168.2.xxx:3000.</p>
<p>I tried installing passenger from the ubuntu deb repository, and when that didn&#8217;t work, through gem (where it apparently builds passenger for the onboard Apache version).</p>
<p>In either case the result is the same: it doesn&#8217;t work.</p>
<p>Since I&#8217;m using a domain name for the server, I configured the &#8220;default&#8221; VirtualHost site as follows:</p>
<p>&#8212;&#8212;&#8212;&#8212;code snippet&#8212;&#8212;&#8212;&#8212;<br />
NameVirtualHost *</p>
<p>	ServerAdmin webmaster@localhost<br />
	DocumentRoot /home/dave/shovell/public</p>
<p>		Options FollowSymLinks<br />
		AllowOverride None</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
(note only DocumentRoot and Directory are changed from the original file).</p>
<p>I have also tried setting up a symlink to the above directory in /var/www and adding a RailsBaseURI line. Without the line, my browser opens the directory (rather than the rails app). With it, I get the same, 500 Internal Server Error message</p>
<p>Although my Rails installation and test app seem to be fine, judging by being able to run it in Mongrel, the Apache error log is reporting a slew of Ruby errors:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;log snippet&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
[Tue Jun 23 15:29:02 2009] [notice] Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.6 with Suhosin-Patch Phusion_Passenger/2.2.4 configured &#8212; resuming normal operations<br />
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require&#8217;: no such file to load &#8212; fastthread (LoadError)<br />
	from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require&#8217;<br />
	from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/lib/phusion_passenger/utils.rb:27<br />
	from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/bin/passenger-spawn-server:53:in `require&#8217;<br />
	from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/bin/passenger-spawn-server:53<br />
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require&#8217;: no such file to load &#8212; fastthread (LoadError)<br />
	from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require&#8217;<br />
	from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/lib/phusion_passenger/utils.rb:27<br />
	from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/bin/passenger-spawn-server:53:in `require&#8217;<br />
	from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/bin/passenger-spawn-server:53<br />
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require&#8217;: no such file to load &#8212; fastthread (LoadError)<br />
	from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require&#8217;<br />
	from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/lib/phusion_passenger/utils.rb:27<br />
	from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/bin/passenger-spawn-server:53:in `require&#8217;<br />
	from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/bin/passenger-spawn-server:53<br />
[ pid=7822 file=ext/apache2/Hooks.cpp:688 time=2009-06-23 15:29:07.824 ]:<br />
  Unexpected error in mod_passenger: Cannot spawn application &#8216;/home/dave/shovell&#8217;: The spawn server has exited unexpectedly.<br />
  Backtrace:<br />
     in &#8216;virtual boost::shared_ptr Passenger::ApplicationPoolServer::Client::get(const Passenger::PoolOptions&amp;)&#8217; (ApplicationPoolServer.h:471)<br />
     in &#8216;int Hooks::handleRequest(request_rec*)&#8217; (Hooks.cpp:485)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Any help in identifying where the problem lies, and how I might go about fixing it would sure be appreciated! I already took a stab at the mongrel + mod_proxy method and got nowhere.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
