I am noticing that a place where I end up with ugly code is that sometimes in an index, I want to search by an querystring param that maps to a named_scope rather than a DB field, and I have to pull it out and do awkward things.
Has there been consideration of letting one pass named scopes into find, such that you use a boolean for parameter-less scopes and the params for ones with parameters?