$ padrino-gen project sample_blog -t shoulda -r haml -m mocha -s jquery -d activerecord create create app/app.rb create config/apps.rb create config/boot.rb create config.ru create .gitignore exist app create app/controllers create app/helpers create app/views create app/views/layouts/.emptydirectory create public/images create public/javascripts create public/stylesheets create tmp create .components create Gemfile Applying 'activerecord' (orm)... inject Gemfile inject Gemfile create config/database.rb create app/models Applying 'shoulda' (test)... inject Gemfile create test/test_config.rb create test/test.rake Applying 'mocha' (mock)... inject Gemfile inject test/test_config.rb Applying 'jquery' (script)... create public/javascripts/jquery.js create public/javascripts/application.js Applying 'haml' (renderer)... inject Gemfile create lib/sass.rb ================================================================= sample_blog has been successfully created, now follow this steps: ================================================================= 1) cd sample_blog 2) bundle install =================================================================