Quantcast
Channel: How to create an atom feed in Rails 3? - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by John Topley for How to create an atom feed in Rails 3?

Try specifying a path to the feed:<%= auto_discovery_link_tag(:atom, posts_path(:atom)) %>

View Article



Answer by monocle for How to create an atom feed in Rails 3?

Maybe you need to specify the actual feed address?auto_discovery_link_tag :atom, "http://mysite.com/posts.atom"If you're using FeedBurner, you'll want to use that address instead.Also, do you have some...

View Article

How to create an atom feed in Rails 3?

I'm trying to set up a simple atom feed from my Posts model and I'm running into translation problems between rails 2 and rails 3.I tried to accomplish this task with two steps:Added the <%=...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images