Skip to content

Commit

Permalink
README formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
omarqureshi committed Dec 15, 2011
1 parent 16cb9f2 commit db6db11
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
@@ -1,5 +1,4 @@
Auto validation
===============
# Auto validation #

Automatically use PostgreSQL table constraints as model validations

Expand All @@ -9,15 +8,15 @@ Currently supports the following constraints:
* Numeric fields
* Single column indexes (including lower indexes)

TODO:
## TODO: ##

* Multi column indexes
* More efficient index validation
* Reduce the number of queries to get the information that is needed

INSTALL:
## INSTALL ##

To install simply

gem 'auto\_validate', :git =>
"git://github.com/omarqureshi/auto\_validate.git"
`gem 'auto\_validate', :git =>
"git://github.com/omarqureshi/auto\_validate.git"`

0 comments on commit db6db11

Please sign in to comment.