I would like to write a Ruby on Rails application that consumes a RESTful web service API performs some logic on the result and then displays that data on my view. For exam
if the remote RESTful web service was also created with Ruby on Rails, ActiveResource is the way to go.