Ideas
Rails
Scaffold Generator For Existing Infrastructure
When you have an existing table it would probably be nice to be able to do script/generate existing_scaffold model and getting that to read the data in the table and work it out from there. This could work by using the information stored in config/database.yml and the tables in the database, correctly generating models, migrations, controllers and views based on this.
