uwenku
標簽列表
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]} } 它工作正常
ruby-on-rails
activerecord
warnings
named-scope
anonymous-scope
2010-03-22
4
熱度
1
回答
我可以在Rails中創建* un *命名範圍嗎?
我知道你可以創建Rails的命名範圍,它允許你指定,然後可以在以後建立在條件: named_scope :active, :conditions => {:active => true} ... MyModel.active.find(...) 這個工程通過創建不計算,直到後來上的代理對象。我想知道的是,如果有可能創建一個名爲範圍的動態un? 我的意思是,有沒有一種方法「富」與我可以去
ruby-on-rails
named-scope
anonymous-scope
2009-12-16
最新問題
1.
顯式實例提升multi_index容器
2.
APP發佈的Proguard錯誤 - android/arch/core/internal/SafeIterableMap
3.
從節點服務器執行腳本
4.
如何使用反應原生切換Firebase配置
5.
將css寫入javascript代碼does not work
6.
「.click();」觸發器「onchange」
7.
如何在兩個numpy陣列的尺寸不匹配時回收元素?
8.
通過輸入標籤的值在HTML
9.
SelectCommand.Connection屬性尚未初始化。 MySQL的
10.
熊貓添加列if條件