Nothing in my first round of tests. Would the message be in the objects.log ? I did a grep on all my log files and found nothing. I will leave it running and see if anything shows up.<br><br>Sunder<br><br><br><br><div><span class="gmail_quote">
On 6/28/06, <b class="gmail_sendername">Zed Shaw</b> <<a href="mailto:zedshaw@zedshaw.com">zedshaw@zedshaw.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Everyone,<br><br>I have a small pre-release for Mongrel that will eventually be the<br><a href="http://0.3.13.3">0.3.13.3</a> release, but it needs some quick testing before I make it<br>official. There's a bug for only some folks and I need to find out
<br>what's causing it.<br><br>The bug is that the object_id method gets the signature:<br><br> def object_id(param)<br> end<br><br>Which is incredibly evil. Normally this does nothing to Mongrel, but<br>when people turn on the debug logging (-B option) it causes problems.
<br><br>HOW TO TEST<br><br>All you need to do is install Mongrel *in a safe place* (like not<br>production) using:<br><br> gem install mongrel --source=<a href="http://mongrel.rubyforge.org/releases/">http://mongrel.rubyforge.org/releases/
</a><br><br>And run your rails application with the -B option:<br><br> mongrel_rails start -B<br><br>Run any Selenium/Watir tests or other ways to touch key parts of the<br>app, and then send me any "TELL ZED" messages printed out.
<br><br><br>OTHER CHANGES<br><br>Otherwise, the only change was Mongrel will now print out the "access<br>log" when you run it in the console. Let me know if people like or hate<br>this.<br><br><br>--<br>Zed A. Shaw
<br><a href="http://www.zedshaw.com/">http://www.zedshaw.com/</a><br><a href="http://mongrel.rubyforge.org/">http://mongrel.rubyforge.org/</a><br><a href="http://www.railsmachine.com/">http://www.railsmachine.com/</a> -- Need Mongrel support?
<br><br><br>_______________________________________________<br>Mongrel-users mailing list<br><a href="mailto:Mongrel-users@rubyforge.org">Mongrel-users@rubyforge.org</a><br><a href="http://rubyforge.org/mailman/listinfo/mongrel-users">
http://rubyforge.org/mailman/listinfo/mongrel-users</a><br></blockquote></div><br>