RSS Feeds in Ruby on Rails

Just wanted to see what other forum members recommend, we are running
into all sorts of problem using FeedTools in an application that I am
upgrading for Rails 2.1.0. It does not work. I am looking at
alternatives and would like to know what others are using and their
experiences.
Thanks for your time.
Bharat

Quoting Bharat R. [email protected]:

Just wanted to see what other forum members recommend, we are running
into all sorts of problem using FeedTools in an application that I am
upgrading for Rails 2.1.0. It does not work. I am looking at
alternatives and would like to know what others are using and their
experiences.

The last three patch level releases are broken, see
http://rubyforge.org/tracker/?func=detail&aid=17879&group_id=775&atid=3061.
Try release 0.2.26. Or grab 0.2.26 and the newest release and copy and
paste
sanitize_html from 0.2.26 into 0.2.27+. I’ve been using 0.2.26 for more
than
a year and it works for me.

HTH,
Jeffrey

Thanks Jeffery. I will definitely check this out.