Any idea how to specify exclusion criteria? For example, what is the syntax for excluding records with priority 1 & 3 using the hash for input.
@Bob, I don't think that's possible. You'll have to use a string for the conditions.
Thanks Ryan, that's what I thought, so I should specify "priority NOT IN (?)", in the string.
Hi, how do you combine this with eagerLoading?
Task.find(:all, :include => projects, :conditions => ["tasks.complete=? and tasks.priority = ?", false, nil])
Does this work?
tHnx
What the best way to do something like this:
Task.find(:all, :conditions => {:start.year => 2008})
without user database functions...
It's posssible?
Very good Rails screencasts!
Thank's
Thanks. This is what I was looking for!!
Is it just me or are neither of these videos working anymore? (404 not found)
@Daryl, try it now, I forgot to fix the URL when changing the site.




