Feeds for Your Users: acts_as_feed

  • 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

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s