search for: peress

Displaying 7 results from an estimated 7 matches for "peress".

Did you mean: peres
2005 Dec 13
1
Locals and partials
...s with erb. im looking at solving my problem with partials, but since partials seem to have a completely separate namespace/scope im looking for a way to pass the entire scope of the calling rhtml to the partial. ------------------------------------------------------------------------ Hunter Peress hunterp-hceJc2YFNylFcjXmduoLkw@public.gmane.org Web Programmer The Santa Fe New Mexican, Inc.
2006 Jan 03
1
Max Execution Time with fastcgi (and in general). Getting it done.
...;'killed by me''); super } end and it seems that it only takes care of one response (did some testing). But, I would like if someone could point out the error in my FastCgiServer attempt. Thanks. ------------------------------------------------------------------------ Hunter Peress hunterp@sfnewmexican.com Web Programmer The Santa Fe New Mexican, Inc. www.freenewmexican.com
2005 Dec 15
1
A way to handle looong executions?
...about and infinite loop). The idea of potentially huge queries or even a programmer mistake is not impossible, and I have a hard time accepting that I will release an application that has no way of handling that. ------------------------------------------------------------------------ Hunter Peress hunterp-hceJc2YFNylFcjXmduoLkw@public.gmane.org Web Programmer The Santa Fe New Mexican, Inc.
2005 Dec 14
0
relative subdirectory of partials
.../thepartial not if its in views/railstest/container/thepartial as I expected. but what i want is to have a dir called container inside of railstest and be able to render a partial from there. is this possible? ------------------------------------------------------------------------ Hunter Peress hunterp-hceJc2YFNylFcjXmduoLkw@public.gmane.org Web Programmer The Santa Fe New Mexican, Inc.
2005 Dec 30
0
can''t kill infinite loop with FastCgiConfig directive
FastCgiIpcDir /www/fastcgi FastCgiConfig -idle-timeout 30 I have that right in the root level of my httpd.conf (1.3) i made an inifinite loop in rails, and its not killed at all. Any ideas? ------------------------------------------------------------------------ Hunter Peress hunterp-hceJc2YFNylFcjXmduoLkw@public.gmane.org Web Programmer The Santa Fe New Mexican, Inc. www.freenewmexican.com
2005 Dec 06
0
infinite loop with breakpointer
...breakpointer) there have been times when i can get the breakpointer to work but currently with both fcgi and webbrick the entire ruby controller is looping. Sigh...any help in understanding why this is happening? ------------------------------------------------------------------------ Hunter Peress hperess-hceJc2YFNylFcjXmduoLkw@public.gmane.org Web Programmer The Santa Fe New Mexican, Inc.
2005 Sep 07
0
innefficient -c
when i do -c the program seems to wait until the local file list is done before starting the remote file list....how can i make it start on both at the same time