Re: Preventing RSS/Atom Fragment Caching for FeedBurner Inte

Actually, Ben Curren’s approach works perfectly. I
just needed to comment out the line at the top of
xml_controller.rb:

#caches_action_with_params :feed

Chalk another one up to RTFM…

Now both Atom and RSS feed requests (except those made
by Feedburner itself) are redirected to FeedBurner.
Nice.

— richard apodaca [email protected] wrote:

I recently tried Ben Curren’s approach to
redirecting
feed requests to FeedBurner:

http://www.jotthought.com/articles/2006/08/31/migrating-typo-feeds-to-feedburner-using-mongrel/

this:

Processing XmlController#feed (for XXX.XXX.XXX.XXX
at
2007-07-29 15:49:56) [GET]
Parameters: {“format”=>“rss20”, “action”=>“feed”,
“type”=>“feed”, “controller”=>“xml”}
Filter chain halted as

[#Proc:0xb776fc98@/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.2/lib/action_controller/filters.rb:597]