On Wed, Aug 18, 2010 at 9:57 AM, Colin Law <clan...@googlemail.com> wrote:

> That would loose the sort order I think, though one could always
> re-sort of course.  Also could one use methods such as first on the
> result?  Or apply another named scope to the result to further refine
> it?

Yes, the sort order gets lost.

When you add two named_scopes, the result is an Array.  So you can
call first on it, but you can't chain another named scope call to it.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to