Gem Version Build Status Coverage Status Dependency Status

schema_monkey

TODO: Write a gem description

schema_monkey is part of the SchemaPlus family of Ruby on Rails extension gems.

Installation

In your application's Gemfile

gem "schema_monkey"

Compatibility

schema_monkey is tested on

[//]: # SCHEMA_DEV: MATRIX - begin [//]: # These lines are auto-generated by schema_dev based on schema_dev.yml

  • ruby 1.9.3 with rails 4.2, using mysql2, sqlite3 or postgresql
  • ruby 2.1.5 with rails 4.2, using mysql2, sqlite3 or postgresql

[//]: # SCHEMA_DEV: MATRIX - end

Usage

TODO: Write usage instructions here

History

  • See CHANGELOG for per-version release notes.

Development & Testing

Are you interested in contributing to schema_monkey? Thanks! Please follow the standard protocol: fork, feature branch, develop, push, and issue pull request.

Some things to know about to help you develop and test:

  • schema_dev: schema_monkey uses schema_dev to facilitate running rspec tests on the matrix of ruby, rails, and database versions that the gem supports, both locally and on travis-ci

To to run rspec locally on the full matrix, do:

    $ schema_dev bundle install
    $ schema_dev rspec

You can also run on just one configuration at a time; For info, see schema_dev --help or the schema_dev README.

The matrix of configurations is specified in schema_dev.yml in the project root.