You could also create an Actions model which has_many favourites/comments/ect. which seems like a more sensible solution; it'd join and include all the data from the sources tables for you in one query. :)
On Wed, Dec 24, 2008 at 4:19 PM, Dave Amos <[email protected] > wrote: > > That makes sense -- I hadn't thought about stuffing the queries into an > array. If I get some time today I might fiddle with that and see how it > works. > > Thanks!! > -- > Posted via http://www.ruby-forum.com/. > > > > --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

