Sha256: c8bb12e6aa06c060e918115185a9f7ec9fc57f84aae298d0bce70c102ac37bc1
Contents?: true
Size: 795 Bytes
Versions: 3
Compression:
Stored size: 795 Bytes
Contents
= JSON Schema Builder {<img src="https://secure.travis-ci.org/salesking/json_schema_builder.png?branch=master" alt="Build Status" />}[http://travis-ci.org/salesking/json_schema_builder] Build a JSON schema for your ActiveRecord models. STOP your API pains! The created schema.json files are meant as stubs and need to be enriched with field descriptions and names. You might also want to remove or add object properties, since the gem only uses the available ActiveRecord database fields. == Usage Hook the gem into your rails app and create the schema files. gem 'json_schema_builder' rake schema:build Your Models and their fields are written into JSON files which you can pimp further. == Test bundle install bundle exec rake spec Copyright Georg Leciejewski, MIT License
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
json_schema_builder-0.0.6 | README.rdoc |
json_schema_builder-0.0.5 | README.rdoc |
json_schema_builder-0.0.4 | README.rdoc |