search for: pinault

Displaying 6 results from an estimated 6 matches for "pinault".

Did you mean: insult
2008 Dec 12
8
cucumber features HTML output bug with more than 100 steps
I''m having the following problem: With the format as html, the output of cucumber stops coloring successful steps green after step #100. This last line in the HTML is: <script type="text/javascript">stepPassed(100)</script> Steps 101 -n are colored grey. The <body> tag is not closed but all steps are displayed. When running with ''format
2008 Jun 05
2
Static files and mongrel
Hi how does mongrel (without rails or merb) handles Static files? Do I have to create a handler for static file handling? Thanks Emmanuel
2008 May 30
0
Mongrel handler and root_handler
Hi I am writing my own handler and seeing some strance behavior. Best is describing by the following code say I create mongrel server (see at the end of the email) and have one handler for the root (so shoudl handle all request..) To my surprise the @a in the following code in the Handlder is not the object I expect but a hash containing the name {:a => <SomeObject Instance> }
2008 Jun 06
0
logging?
Is there a simple way to turn on./off logging ? or do I have to build my own? Trying to see all the request coming in (like access log in apache) thanks Emmanuel
2008 Jun 07
0
Mongrel access logs?
Hi How do I turn on/off the mongrel access logs? I have not seen any docs and the API does not describes it very well.. Thanks Emmanuel
2008 Jun 11
0
mongrel multipart HTTP response (not request)
Hi, Is this possible to send a Multipart response on Mongrel ? How would I do that in the handler? Thanks Emmanuel