I'm kind of conflicted on this one. The respond_to code is reallynice, I'm using it on a little toy that I wrote for work a coupleweeks ago. On the other hand, I hate changing URLs, and moving feedsis a pain in the neck. On the gripping hand, the basic code really*is* the same--select a bunch on content, and then render it. So I guess I can say that I can see arguments either way. Pick yourfavorite :-).
Scott On 4/25/06, Piers Cawley <[EMAIL PROTECTED]> wrote:> So, on another project, I've been playing with 'respond_to'[1] and it's> *lovely*. I am seriously considering rejigging things so that our> index type pages in articles_controller will all be responsible for> generating rendering feeds and make the xml_controller simply act as a> redirect to the new /articles based urls.>> Thoughts?>> 1. http://www.loudthinking.com/arc/000572.html>> --> Piers Cawley <[EMAIL PROTECTED]>> http://www.bofh.org.uk/> _______________________________________________> Typo-list mailing list> [email protected]> http://rubyforge.org/mailman/listinfo/typo-list> _______________________________________________ Typo-list mailing list [email protected] http://rubyforge.org/mailman/listinfo/typo-list
