Quantcast
Channel: Ruby Rss parser and event trigger - Stack Overflow
Browsing all 4 articles
Browse latest View live

Answer by retro for Ruby Rss parser and event trigger

Very easy solution is to use Dynamic attribute-based findersWhen you are filling your model with RSS feed data, instead of Model.create(...) use Model.find_or_create_by_column(value, :other_column...

View Article



Answer by Shripad Krishna for Ruby Rss parser and event trigger

OK heres the deal.If you want a real fast feed parser go for Feedzirra. Does not work on windows. http://github.com/pauldix/feedzirraAutodiscovery? -Theres truffle-hog if you don't want to do GET...

View Article

Answer by the Tin Man for Ruby Rss parser and event trigger

I am not sure what you mean by "auto-detect" a new feed? Are you looking for code that can discover when someone creates a new feed on a site? Or, do you mean discover when an existing feed has a new...

View Article

Ruby Rss parser and event trigger

I'm using RSS library so i can parse Atom and RSS in Ruby and Rails and store it in a model. I've looked at the standard RSS library, but is there one library that will auto-detect that there is a new...

View Article
Browsing all 4 articles
Browse latest View live


Latest Images