Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Latest commit

 

History

History
26 lines (15 loc) · 375 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 375 Bytes

Rails with XML

This is an example application to show how one could:

  • Use Haml to send an XML request to and external API
  • Use Ox to receive an XML response and map it in a service Object

Installation

$ git clone [email protected]:rubyjax/rails_with_xml.git
$ cd rails_with_xml
$ bundle install --jobs 4
$ rake db:setup

Testing

$ rake