Description: Generates so necessary files to start creating webapp from rails Example: gem install template add to gem file: gem 'template' rails g skeleton APPNAME rails plugin install http://github.com/rahim/easypg.git rake db:setup rails s