我是Sinatra的新手,我試圖弄清楚如何查詢模板中的集合。在這個特定的例子中,我試圖找出是否在特定集合(本例中爲c
)的對象中存在具有特定值的對象。Sinatra查詢集合
<% if c.votes #then filter by an id for example through all of the objects... %>
yes, it exists
<% else %>
nope, doesn't exist
<% end %>
而且,我已經習慣了Django的過濾器,是有它概述了西納特拉的各種查詢功能相當的聯機文檔?
您使用的是ORM(AciveRecord,Sequel等),還是'c'只是一個「常規」Ruby數組? – 2012-04-09 00:12:56
我正在使用ORM。 – captDaylight 2012-04-09 00:44:33