tags:

views:

60

answers:

1

Looking for a good example of a 'River of News' implementation done in Ruby. Rails, merb, sinatra or any other web framework would work. I have a couple ideas about how to implement it, but would love to see how people would do it.

The implementation should load more items into the same page as soon the user reach the bottom of the document.

For more information about the 'River of News' format, please check this video about humanized reader at vimeo.

+1  A: 

I know about Mars, a river-of-news aggregator written by Sam Ruby as a port of Venus (which is written in Python and is a refactoring of Planet). Please note that, however, it doesn't use a web framework; if this is a strict requirement on your part, then Mars may not be what you need.

Venus, the aggregator which the Mars port has originated from, comes with extensive documentation: some (most?) of it should probably be valid for Mars, too; you may be particularly interested in the architectural diagram of the software.

Giulio Piancastelli
Sorry, but I wasn't clear in my question. I want to see how people do the 'river of news' updating method where more items are loaded when the user reach the end of the page. I've updated the question tor reflect this.
caffo