Displaying 2 results from an estimated 2 matches for "aboxfortheotherstuff".
2007 Feb 22
5
Combine ferret with database
Hello list,
I wonder if someone has some tips on joining a ferret search with a
database.
I have a rails project using a postgresql backend and I would like to
utilize the superb performance of ferret for fulltext searching.
The problem is that I have to joined the result with the database as
I have some user access rights to different documents to take into
account.
Does anyone have
2007 Oct 23
0
AJAX call and data return through JSON in ROR
Hello all,
This could be a tootally boonie question. i am trying to do this very
simple app.
I have a simple form where user enters data,once entered, i add that
data in a div ''data'' . which works fine but i want to save that data
perodically(all the data in DIV ''data'') or if user hits a save button
with each data row.
Now one thing i am not sure about that