Description: scaffold, migration and locale Example: rails generate beautiful_scaffold model attribute:type attribute:type ... rails generate beautiful scaffold price:price name:string visible:boolean description:richtext rails generate beautiful_scaffold product family:references price:price name:string visible:boolean description:richtext rails generate beautiful_migration AddColorToProducts color:string rails generate beautiful_locale {fr|en|all} This will create: what/will/it/create