search for: squirl

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

Did you mean: squirt
2006 Nov 28
11
New Rails Site: Wordie
...lists of words. See who else likes the same words. Basically, it''s a dating site. Built on thanksgiving while half-watching football and launched yesterday. In other words, half-baked, but I thought some of you might find it mildly amusing. John ____________________________ John McGrath Squirl: a site for collectors (207) 332-8709 john-Ze1/vkSu0yniB9QmIjCX8w@public.gmane.org http://squirl.info --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send...
2003 Dec 17
1
SWAT won't work.
...get swat to work when I go to my browser windows explorer and go to http://192.168.1.125 <http://192.168.1.125/> :901 (which is my static IP address for the machine). Of course with out port 901. But nothing happens when I try to open it. I do have my web server up and going, infact I have a squirl mail up and running. So I know the httpd is up. I?m running Red Hat 7.3 and running samba 3.1. I tried to telnet from the actual machine with samba on it to telnet 192.168.1.125:901 and it says ?telnet: 127.0.0.1:901: Name or service not known? so it?s not working. I think that is the problem. How...
2006 Apr 05
5
duplicate search results
i''m using Ferret 0.9.0 with acts_as_ferret (the one from svn.jkraemer.net), and i''m getting duplicate results, as described in this thread: http://rubyforge.org/pipermail/ferret-talk/2005-December/000048.html is there a way to configure the indexes created by acts_as_ferret to use :key => :id, as described in that thread? i''ve poked around in the code, and had
2007 May 31
2
iterate through an entire index
I''m trying to get all the documents in an index. I''ve been hunting around, but I don''t see a clear way to do this. I can get docs by searching on a term, or by specific doc id, but having trouble getting the whole pile of them. I''m using AAF and Ferret 0.11.4. Any help appreciated. John -- Posted via http://www.ruby-forum.com/.
2006 Oct 10
2
Ferret returning too many results
Hi, I just upgraded from acts_as_ferret 0.2/Ferret 0.9.x to acts_as_ferret 0.3/ferret .10.9, and i''m getting a strange behavior: searches are returning far too many results, most of them superflous. i''ll paste in my code below, it''s pretty simple. i''m googling like mad, and going through both the source and the forums, and having trouble finding what could
2006 Oct 16
0
seg fault, ferret 0.10.11
Hi, we''re using Ferret 0.10.11 with acts_as_ferret (stable from svn), on a unix box, running rails 1.1.6 in production. a few days ago i rebuilt the index (by deleting the previous one and letting acts_as_ferret do its thing), and it ran fine for a few days. this evening i got a seg fault when one of the indexes was being updated via aaf, and now all ferret searches are busted,
2006 Oct 31
2
corrupted index preventing save
Hi, I''m using Rails/AAF with Ferret 0.10.11, and my index occasionally (every few weeks, roughly) becomes corrupted. If the index is busted, until I rebuild it our users are unable to save anything. I get errors like the one below, and the save rolls back. My question is, is there any way to catch the error, and continue with the save even if the model isn''t indexed? What