How to design a Newsfeed that involves a "fetch more" concept?
So, I have a Rails based Newsfeed that's put together by picking artifacts from various things the user follows. I could get all of that in one shot in the right order and all works fine.
But wondering how to implement a "fetch more" concept in that ...