Building an API in Ruby on Rails
March 5, 2009 – 12:31 pm <!-- by Erik Jacobs -->
I know there are quite a few tutorials and links out there on building an API for your Ruby on Rails application, but I figured that I would document a little bit about how it was done for Riding Resource, but at a high level. A partner had requested access to some of our data via an API, and wanted the results to be spit out as XML, so here’s a little bit about how that was done.