- show a users blog entries
- show feed of a organization
- …
Acts_as_feed allows your models to either simply have a feed or to act as a feed.
- Update feed if feed is old (last feed update > 15 minutes)
- Update feed if url has changed
- Support http://url and url
- Full test coverage
Install
sudo gem install rss-client script/plugin install git://github.com/grosser/acts_as_feed.git
Usage: see README