Generating custom XML for your rails app
{ Posted on May 13 2009 by Dan }
Recently, I needed to generate some xml for a rails 2.3 app. What was supposed to be a fast and easy, turned out to take much longer than expected. After all, rails already provides
respond_to do |format|
format.html ...Read More »