DigitalWarfare-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Feb-24 06:48 UTC
Doing RSS, storing RSS
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? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Take a look at feedtools, http://rubyforge.org/projects/feedtools/, which is the easiest way I know of to handle RSS and atom. Kind regards, Nick -- http://www.railshostinginfo.com Compare and review Rails hosts -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
DigitalWarfare-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Feb-24 09:33 UTC
Re: Doing RSS, storing RSS
Thank you for the reply, I actually had a discussion of the creator of that prior to this post. I resolved this issue by using a combination of a PHP script to do this and to allow ruby to do the rest. This seems to be the most efficient task. On Feb 24, 1:25 am, Nick Snels <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Take a look at feedtools,http://rubyforge.org/projects/feedtools/, > which is the easiest way I know of to handle RSS and atom. > > Kind regards, > > Nick > --http://www.railshostinginfo.com > Compare and review Rails hosts > > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---