anonymous-scope

    0熱度

    1回答

    我有以下的命名範圍: named_scope :find_all_that_match_tag, lambda { |tags| { :select => "articles.id, tags.name", :joins => :tags, :conditions => ["tags.name IN (?)",tags]} } 它工作正常

    4熱度

    1回答

    我知道你可以創建Rails的命名範圍,它允許你指定,然後可以在以後建立在條件: named_scope :active, :conditions => {:active => true} ... MyModel.active.find(...) 這個工程通過創建不計算,直到後來上的代理對象。我想知道的是,如果有可能創建一個名爲範圍的動態un? 我的意思是,有沒有一種方法「富」與我可以去