Does ruby on rails make it simple to grab a feed and then serialize it into the database and the unserialize it from the database and allow you to handle it as an object?
I know PHP can do this but can ruby do this? Do I need to make my own RSS parser or does ruby have something?