Quantcast
Channel: Ruby Atom generator to use with merb - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by rkj for Ruby Atom generator to use with merb

I went for rAtom and for now, and it works really good - code is minimal and nice.

View Article



Answer by Tim Knight for Ruby Atom generator to use with merb

While not Merb specific, you might consider using FeedTools - which is a Ruby Gem.You'd do something like:require 'feed_tools'feed = FeedTools::Feed.open('http://url/feed')feed.items.each do |item|...

View Article

Ruby Atom generator to use with merb

I want to provide feed in my merb application. After reading wikipedia, RSSvsAtom and seeing that StackOverflow uses it, I think I will use Atom. What library should I use? I have found rAtom that...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images