Sha256: f48becf64cc19d44610478296fdca11b12b799eccc6d2cbcd57cd8ba887db724

Contents?: true

Size: 393 Bytes

Versions: 7

Compression:

Stored size: 393 Bytes

Contents

As usual:

```ruby
gem "%GEM_NAME%"                # in a Gemfile
gem.add_dependency "%GEM_NAME%" # in a .gemspec
```

To use with a rails app, also include

```ruby
gem "schema_monkey_rails"
```

which creates a Railtie to that will insert %GEM_MODULE% appropriately into the rails stack. To use with Padrino, see [schema_monkey_padrino](https://github.com/SchemaPlus/schema_monkey_padrino).

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
schema_dev-3.2.4 templates/README/installation.md
schema_dev-3.2.3 templates/README/installation.md
schema_dev-3.2.2 templates/README/installation.md
schema_dev-3.2.1 templates/README/installation.md
schema_dev-3.2.0 templates/README/installation.md
schema_dev-3.1.1 templates/README/installation.md
schema_dev-3.1.0 templates/README/installation.md