Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
DAddYE committed Sep 5, 2011
1 parent 8a87293 commit 58a47ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,9 +1,9 @@
MiniRecord is micro extension for our `ActiveRecord` gem.
MiniRecord is a micro extension for our `ActiveRecord` gem.
With it you can add the ability to create columns outside the default schema, directly
in your **model** in a similar way that you just know in others projects
like DataMapper or MongoMapper.

My inspiration come from this handy [project](https://github.com/pjhyett/auto_migrations)
My inspiration come from this handy [project](https://github.com/pjhyett/auto_migrations).

## Features

Expand Down Expand Up @@ -72,7 +72,7 @@ records are happy and safe.

It's exactly the same, but the column will be _really_ deleted without affect other columns.

### Changing a column
### Change columns

It's not possible for us know when/what column you have renamed, but we can know if you changed the `type` so
if you change `t.string :name` to `t.text :name` we are be able to perform an `ALTER TABLE`
Expand All @@ -86,7 +86,7 @@ ActiveRecord::Base.drop_unused_tables
ActiveRecord::Base.drop_unused_indexes
```

# Warning
# Warnings

This software is not yet tested in a production project, now is only heavy development and if you can
pleas fork it, find bug add a spec and then come back with a pull request. Thanks!
Expand Down

0 comments on commit 58a47ba

Please sign in to comment.