Is there a way to do this? I am parsing a RSS feed. I need to store each feed item into database. how do i find out which ones are new/updated ones? checking pubdate is not an option because i have one feed which does not have any date field any suggestion? Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Rails junkie wrote:> Is there a way to do this? I am parsing a RSS feed. I need to store > each feed item into database. > how do i find out which ones are new/updated ones? > checking pubdate is not an option because i have one feed which does > not have any date field > any suggestion? > > Thanks > > > > > >I check against the feed item''s url && title --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Thanks. i will try that On Feb 7, 12:31 am, Chris T <ctmailingli...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> Rails junkie wrote: > > Is there a way to do this? I am parsing a RSS feed. I need to store > > each feed item into database. > > how do i find out which ones are new/updated ones? > > checking pubdate is not an option because i have one feed which does > > not have any date field > > any suggestion? > > > Thanks > > I check against the feed item''s url && title--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---