Re: [Rails] Activity streams/News feeds with Aggregation, MySQL and Redis support

2014-03-23 Thread Kenny Meyer
I wasn't referring to RSS feeds. I mean activity feeds as in Facebook, Etsy, etc. On Friday, March 21, 2014 3:43:57 PM UTC-3, Rob Biedenharn wrote: > > http://www.ruby-doc.org/stdlib-2.1.1/libdoc/rss/rdoc/RSS.html > > Rob Biedenharn > rob.bie...@gmail.com > > > > On 2014-Mar-21, at 13:39 , Ken

Re: [Rails] Activity streams/News feeds with Aggregation, MySQL and Redis support

2014-03-21 Thread Rob Biedenharn
http://www.ruby-doc.org/stdlib-2.1.1/libdoc/rss/rdoc/RSS.html Rob Biedenharn rob.biedenh...@gmail.com On 2014-Mar-21, at 13:39 , Kenny Meyer wrote: > Can anyone recommend a gem/library? > > On Friday, March 21, 2014 2:38:45 PM UTC-3, Kenny Meyer wrote: > I need to implement an activity feed

[Rails] Activity streams/News feeds with Aggregation, MySQL and Redis support

2014-03-21 Thread Kenny Meyer
I need to implement an activity feed for a Rails application with the following features: - Needs to work with MySQL database - Needs to support aggregations for similar feed stories (like Facebook) There is a library out there for Python, Feedly https://github.com/tschellenbach/Feedly, whic