search for: jewett

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

Did you mean: hewett
2007 Aug 06
4
[Patch] HttpServer.port reports the bound port
This is for when you pass mongrel 0 for the port and the OS assigns an open one. Corey --- mongrel-1.0.1/lib/mongrel.rb 2007-08-05 15:29:59.000000000 -0700 +++ mongrel-1.0.1/lib/mongrel.rb.zero_port_fix 2007-08-05 15:29:23.000000000 -0700 @@ -560,7 +560,7 @@ @socket = TCPServer.new(host, port) @classifier = URIClassifier.new @host = host - @port = port
2006 Jan 03
5
RDOC and dot on mac
All, This is probably a bit more of a mac question, but here goes. (Admission: I posted this to ruby-talk as well....) I am trying to use rdoc -d to generate class diagrams on a mac running Tiger (OS X 10.4) for a rails app. I managed to get dot installed, but now am running into problems with dot looking for libraries that either do not exist or are apparently in the wrong place. I probably made
2007 May 02
2
Virtual machines booting PXE - PXELINUX
Hello, new to the group. We have been using PXELINUX for some time now with great success. However, with the recent spawn of virtual machines now supporting PXE boot, has anyone been able to mount the disk in this enviornment? Could someone direct me to any information on how to mount and or partition drives? I have discovered the same issue with the HP DX2200 model of PC. For example if I run
1997 Dec 12
1
Help unsubscribing
...all the instructions. I am > able to send commands (ex. help) to the listserv and receive a reply. As > far as I can tell, I'm doing everything right but I just can't seem to > get off this list. > > Rob Towner > Yuma Union High School District, CIS > > > Rich Jewett wrote: > > > > To the SAMBA administrator or anyone else on the list: > > > > I have tried unsuccessfully several times to unsubscribe from this list. > > Please tell me what the proper syntax is for the command to unsubscribe. > > > > What I have tried...
2005 Dec 28
4
AJAX works in Safari, broken in Firefox
I''ve been working on an AJAX search, very similar to the Flickr one in the screencast linked from the main rails page. I''ve been doing my testing in Safari, where everything has worked fine, only to now discover the results of the search action seem disinclined to load in Firefox. I can enter a URL to return the HTML fragment that''s supposed to be dropped into
2006 Jul 08
8
Mongrel, lighty, pound, and request.remote_ip
Is anyone using the setup described at the Rails blog? http://weblog.rubyonrails.org/2006/7/3/pound-makes-lighty-and-mongrel- play-nice I''m using it in production, and the only problem I have is the same as people have described in the comments over there, namely that Rails thinks all requests come from localhost. See http://isabont.com/requestinfo for the headers. Any