Sha256: dbdcc9ae184dec1c5f893ca3b7ad618cfaf3f100fb7ae26aceada1aaf1588f7c
Contents?: true
Size: 931 Bytes
Versions: 24
Compression:
Stored size: 931 Bytes
Contents
# RestfulResource ![build status](https://circleci.com/gh/carwow/restful_resource.svg?style=shield&circle-token=0558310359000e8786d1fe42774b0e30b2b0e12c) TODO: Write a gem description ## Installation Add this line to your application's Gemfile: gem 'restful_resource' And then execute: $ bundle Or install it yourself as: $ gem install restful_resource ## Usage TODO: Write usage instructions here ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request ## Planned Features ### Core - Test that has_many and has_one pick correct class for children (if defined) - Make base_url resilient when missing trailing slash - Implement http authentication ### Active record style validation ### Constraints(mandatory fields)
Version data entries
24 entries across 24 versions & 1 rubygems