Skip to content

Instantly share code, notes, and snippets.

@LBRapid
Created August 12, 2009 08:01
Show Gist options
  • Save LBRapid/166382 to your computer and use it in GitHub Desktop.
Save LBRapid/166382 to your computer and use it in GitHub Desktop.
get '/feed', :agent => /FeedBurner (\d\.\d)[\d\/]*?/ do
@posts = Post.reverse_order(:created_at).limit(20)
content_type 'application/atom+xml', :charset => 'utf-8'
builder :feed
end
get '/feed' do
redirect Blog.feedburner_url
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment