I have an app that has users, these users have friends (typical SN),
I’ creating a user stream by collecting all posts created by the
user’s friends.
I don’t have the code with me, but I feel that what I have is very un
Ruby/Rails like and would appreciate if I could see how everybody else
would go about it.
Please keep in mind, I’m not looking for an optimized solution, just a
simple Record fetch since the app is just a demo with very limited
users for now, however, I wouldn’t mind if anyone has ideas for
optimized solution.
Thanks