Feed do posts do title "My RSS Feed" author "Lance Pollard" description "Something nice and tidy" Post.all.each do |a| entry "/posts/#{a.to_param}", :updated_at => a.updated_at, :title => a.title end end end