Sha256: de0360ad974544880504632bf8cd4864b1fe48a2357e4f0fff92f282910bc1ba

Contents?: true

Size: 364 Bytes

Versions: 1

Compression:

Stored size: 364 Bytes

Contents

# Rein

Database constraints made easy for ActiveRecord.

## Introduction

ActiveRecord doesn't make it easy for you to weild the power of your database.

## Quick Start

First, install the gem:

    gem install rein

Then slap some constraints in your migrations. For example:

    add_numericality_constraint :my_table, :my_field, :greater_than_or_equal_to => 0

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rein-0.1.0 README.md