Based on my app, I need to grab users based on a set of conditions.
@usersSet1 = XXX based on a bunch of conditions
@usersSet2 = XXX based on a bunch of different conditions
@usersSet3 = XXX based on a bunch of even more different conditions
I then want to combine the 3, and take the top 100 records. Any thoughts on getting this done with Rails? thanks