README.rdoc in erd-0.2.0 vs README.rdoc in erd-0.3.0
- old
+ new
@@ -28,25 +28,21 @@
* 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 operate DB schema manipulations such as `add column`, `rename column`, `alter column`, and `drop table`
+* You can operate DB schema manipulations such as `add column`, `rename column`, `alter column`, `create model (as well as table)`, and `drop table`
* Then, Erd generates migration files on the server
* And you can run each migration on your browser
== TODO
-* Better UI
-
* Fix buggy JS
-* create table (we need to generate AR model file at the same time)
-
* drop column (need to think of the UI)
* stop depending on rails-erd and Graphviz
* tests
@@ -55,9 +51,15 @@
== Contributing to Erd
* Send me your pull requests!
+
+
+=- Team
+
+* {Akira Matsuda}[https://github.com/amatsuda]
+* {Teppei Machida}[http://github.com/machida] (design)
== Copyright
Copyright (c) 2012 Akira Matsuda. See MIT-LICENSE for further details.