README.rdoc in erd-0.0.2 vs README.rdoc in erd-0.1.0

- old
+ new

@@ -1,8 +1,8 @@ = Erd -A Rails engine for drawing your app's ER diagram +A Rails engine for drawing your app's ER diagram and operating migrations == Requirements * Rails 3.2 or 3.1 @@ -28,18 +28,14 @@ * Erd draws an ER diagram based on your app's database and models * You can drag and arrange the positions of each model -* You can add column +* You can operate DB schema manipulations such as `add column`, `rename column`, `alter column`, and `drop table` -* You can rename column +* Then, Erd generates migration files on the server -* You can alter column type - -* You can drop table - -* Finally, Erd generates migration files on the server (you need to run `rake db:migrate` by hand) +* And you can run each migration on your browser == TODO * Better design