У меня есть несколько запросов к вам, гуру Rails 3.Как вы можете выполнить следующее?
Следующий псевдокод в настоящее время недействителен.Спасибо всем.
@items = (@itemsA + @itemsB).order("name ASC")
@item = Item.where("type = ?" and "condition = ?", "book", "new")
@commenteditems = Item.find_all_by_type_and_condition("book", "new").include("notes").select("item[name]", "notes[note]")
@selecteditems = @items.where("select = ?", true)