[Mongrel] works with webrick,lighty, not mongrel
Michael Moen
mi-mongrel at moensolutions.com
Tue Oct 31 14:50:23 EST 2006
On Oct 31, 2006, at 9:48 AM, Michael Fairchild wrote:
> Hello,
> When I run using mongrel_rails start most things work fine, but a
> I get a few inexplicable undefined method errors, for example:
> undefined method `send_qbxml' for #<Sync:0x2aaaafa7aa78> The method
> is definitley there, and can be accessed from console. Further, I
> tried running with webrick, and it worked as expected. I tried
> lightty and it worked.
Zed is using the Sync class from the Standard Library and you are
using a class also named Sync. Those wont play well together. Your
best bet would be to rename your class to something that doesn't
exist in the Ruby libraries and watch out for that in the future.
Michael-
More information about the Mongrel-users
mailing list