On Fri, Jun 13, 2008 at 6:22 PM, Roger Pack <rogerpack2005 at gmail.com>
wrote:> As a note, added a .to_i within evented mongrel
>
> EventMachine.start_server(@host, at port.to_i,MongrelProtocol)
> to get the mongrel ''simple test'' to work with evented.
> [http://mongrel.rubyforge.org/web/mongrel/files/README.html]
>
> Perhaps a future would be that EM err if you pass it a string for a
> port, or should call .to_i on its port :)
Ha. Made the same change today, and was thinking the same thing.
It''ll be in 0.6.3pre3 (being released tonight to fix a badish bug in
Swiftiply 0.6.3pre2).
Kirk Haines