Displaying 6 results from an estimated 6 matches for "_write_data".
Did you mean:
write_data
2006 Mar 28
7
Is Ruby stable for production use?
...started seeing this crop up when
perfectly simple page to page links are invoked...
[2006-03-28 08:32:21] ERROR Errno::ECONNABORTED: Software caused connection
abort
/usr/lib/ruby/1.8/webrick/httpresponse.rb:324:in `write''
/usr/lib/ruby/1.8/webrick/httpresponse.rb:324:in `_write_data''
/usr/lib/ruby/1.8/webrick/httpresponse.rb:296:in `send_body_string''
/usr/lib/ruby/1.8/webrick/httpresponse.rb:187:in `send_body''
/usr/lib/ruby/1.8/webrick/httpresponse.rb:104:in `send_response''
/usr/lib/ruby/1.8/webrick/httpserver...
2006 Jul 25
6
Subtract a field from the current time in MySQL?
I have the following:
Table Products:
With a column called "purchased_at" of type "datetime".
Products.find(:all, :conditions => ["? - purchased_at >= 120",
Time.now])
Why doesn''t that work? What I''m trying to do is find records that were
purchased less than or equal to 2 minutes ago.
Thanks for your help.
--
Posted via
2005 Aug 25
0
multiple refreshs clicks cause errors in WEBrick
...rrors such as this:
[2005-08-25 17:08:55] ERROR Errno::EINVAL: Invalid argument
c:/ruby/lib/ruby/1.8/webrick/httpresponse.rb:324:in `write''
c:/ruby/lib/ruby/1.8/webrick/httpresponse.rb:324:in `<<''
c:/ruby/lib/ruby/1.8/webrick/httpresponse.rb:324:in `_write_data''
c:/ruby/lib/ruby/1.8/webrick/httpresponse.rb:180:in `send_header''
c:/ruby/lib/ruby/1.8/webrick/httpresponse.rb:103:in `send_response''
c:/ruby/lib/ruby/1.8/webrick/httpserver.rb:79:in `run''
c:/ruby/lib/ruby/1.8/webrick/server.rb:15...
2006 Feb 10
2
Sudden Strange Webrick Error: Errno::ECONNABORTED
Hello,
I''ve been developing an application (on Windows), and everything was
going pretty well, but I suddenly began getting this weird error back
from Webrick after submitting something through ajax, and only through
ajax. I''m submitting a form through ajax, and it is being process
properly - with all the interaction with the database happening
without problem. The response
2010 Jul 01
1
Interesting "Bad Certificate" Problem
...OpenSSL::SSL::SSLError: SSL_write:: internal
error
/usr/lib/ruby/1.8/openssl/buffering.rb:178:in `syswrite''
/usr/lib/ruby/1.8/openssl/buffering.rb:178:in `do_write''
/usr/lib/ruby/1.8/openssl/buffering.rb:197:in `<<''
/usr/lib/ruby/1.8/webrick/httpresponse.rb:324:in `_write_data''
/usr/lib/ruby/1.8/webrick/httpresponse.rb:296:in `send_body_string''
/usr/lib/ruby/1.8/webrick/httpresponse.rb:187:in `send_body''
/usr/lib/ruby/1.8/webrick/httpresponse.rb:104:in `send_response''
/usr/lib/ruby/1.8/webrick/httpserver.rb:79:in `run''
/usr/li...
2011 Aug 15
3
- WEBrick server refuses to launch
...in your host machine.
C:/RailsInstaller/Ruby1.8.7/lib/ruby/1.8/webrick/
httpresponse.rb:324:in`write''
C:/RailsInstaller/Ruby1.8.7/lib/ruby/1.8/webrick/
httpresponse.rb:324:in`<<''
C:/RailsInstaller/Ruby1.8.7/lib/ruby/1.8/webrick/
httpresponse.rb:324:in`_write_data''
C:/RailsInstaller/Ruby1.8.7/lib/ruby/1.8/webrick/
httpresponse.rb:180:in`send_header''
C:/RailsInstaller/Ruby1.8.7/lib/ruby/1.8/webrick/
httpresponse.rb:103:in`send_response''
C:/RailsInstaller/Ruby1.8.7/lib/ruby/1.8/webrick/httpserver.rb:
79:in `ru...