Displaying 3 results from an estimated 3 matches for "darel".
Did you mean:
dare
2006 Jun 27
2
Using QueryParser vs building my own query
Hello all
I finally caved in and decided I should build my own query instead of
relying on QueryParser to do the job for me, but I''ve hit a strange
problem..
Here''s how I build my query:
#Main query
query = Ferret::Search::BooleanQuery.new
#Build query to match types
typesquery = Ferret::Search::BooleanQuery.new
@selected_types.each{|type|
typesquery.add_query(
2007 Oct 16
8
Using multiple foreign keys in views
I have a model, Game, that has_many :teams. There''s a home team and an
away team. I created two foreign keys, so each game can have two teams
associated with it. Here''s the Team model:
class Team < ActiveRecord::Base
belongs_to :game,
:class_name => ''Game'', :foreign_key => ''hometeam_id''
belongs_to :game,
:class_name =>
2003 Dec 18
1
Samba doesn't appear in browse list
Hi guys,
It seems that after I have upgraded to Samba 3.0.1, the Samba server no longer appears in the browse list. The browse list is maintained by the local nmbd (the log messages confirm this).
My configuration is pretty much the same as the standard config that ships with Samba with additions of my shares.
This problem does not occur with versions prior to Samba 3.0.1. I have used