Skip to content

Commit

Permalink
updated history and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeraj Singh committed Sep 18, 2009
1 parent 929eebd commit 5d8a160
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 0.0.8 2009-09-18

* do not assume that primary key is 'id' . Respect the primary key set by model.

* test for alternate primary key

=== 0.0.7 2009-09-17

Expand Down
2 changes: 2 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ either 'string' type or 'text' type.

* Diagnostic test lists all the columns which are foreign keys but index is not defined on them.

* Plugin does not assume that all the tables have primary key as 'id'. It respects the primary_key set in the model.

## Requirements

* Rails project must be using Rails 2.2 or higher.
Expand Down

0 comments on commit 5d8a160

Please sign in to comment.