search for: mothodes

Displaying 4 results from an estimated 4 matches for "mothodes".

Did you mean: methodes
2008 Oct 17
0
Add fixtures Class mothodes
Dear All I am using fixtures to load data into my program. But when loading data into the table later, I use: directory = File.join(File.dirname(__FILE__), "data/2007") Fixtures.create_fixtures(directory, "filename") The problem with the "create_fixtures" methode is that it moves all the "old data" in the table and load the new data. I would just
2006 Oct 16
10
Sorting by score
Hi I think this is a very easy question but here goes: I want to sort my results by a boolean field and then by score, I thought this would be a default configuration but apparently not. sort_fields = [] sort_fields << Ferret::Search::SortField.new(:sponsored, :reverse => :true) that is my current code, how do iu alter it so that the results are then sorted by highest score first?
2010 Sep 04
1
Manuplating Queue
Hi, I am implimenting a solution for a radio station where by calls are first received by an attendant, who interviews the caller and then places the call in a queue along with some information about the caller. The radio presenter can then choose which call to pick up depending on those in the queue. My question is, how can it be possible for call to skip other calls in the queue and be picked
1999 Apr 07
1
library
I also have several packages in my RW0633 in Windoze and I would like to keep them in one place when I update the R system. Brian say to modify Rprofile to ..lib.loc <- c("c:/MyR/library",.Library) now Rprofile has a line like .lib.loc <- unique(c(unlist(strsplit(getenv("RLIBS"),":")),.Library) Sorry to be dense but where should I put the