Many people found out a rails generator inside my web-app-theme project and asked me how to use it. Here an example, starting from scratch with a new rails app that manages music Albums. rails cool_albums cd cool_albums script/generate scaffold Album name:string artist:string date:date rake db:migrate