Restly is an ActiveModel based ODM (Object Document Mapper) for restful web-services. It includes the ability to define relationships to any Ruby class using some built in helpers.
Add this line to your application's Gemfile:
gem 'restly'
And then execute:
$ bundle
Or install it yourself as:
$ gem install restly
For information on how to use restly and how to get started, head over to the Documentation.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request