[Instantrails-users] Cookbook app not working
Curt Hibbs
curt.hibbs at gmail.com
Sun Nov 27 12:59:00 EST 2005
On 11/27/05, Jeff <jeff at deskrate.com> wrote:
>
>
> Found out that the problem is with the socket library. The following works
>
> require 'socket'
>
> server = TCPServer.new('127.0.0.1', 9090)
> session = server.accept
> #request = session.gets
> session.close
> puts 'Test message'
> exit
>
>
> but if I uncomment the session.gets line then ruby just hangs. To test
> it, I load the page
> http://127.0.0.1:9090/
> in my browser.
>
> Any suggestions on where I should follow up with this?
Excellent!
Take a look at the outstanding Rails bugs and see if this has been reported
already, if not, ten create a new ticket:
http://dev.rubyonrails.org/report/1
Curt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20051127/94ef1102/attachment.htm
More information about the Instantrails-users
mailing list