Displaying 2 results from an estimated 2 matches for "basarir".
Did you mean:
bahadir
2007 Aug 15
1
Nginx/Mongrel proxy_read_timeout issue
This may be a nginx issue more than a mongrel one but I though folks in this
list might be interested.
Anyway, I have a mongrel_cluster with 2 front nginx workers as proxy.
I recently replaced apache/mod_proxy for nginx, and I wasn''t aware of the 60
seconds default proxy_read_timeout so I went a head and tried to run a
process via http GET. Normally because of the 60 seconds the GET I
2005 Dec 27
0
date_select and :include_blank
Hi,
date_select is a great helper, but I couldn''t find a way to make it display
a text like "Please Select" instead of blank field.
When I use date_select with a param of :include_blank => true, it renders an
option with a value of "" and string of "". I want to display "Please
Select". Anyway to do this? Maybe overwriting ActionView modules