Skip to content

Instantly share code, notes, and snippets.

@DAddYE
Forked from nesquena/blog_tutorial_1.sh
Created March 18, 2010 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save DAddYE/336588 to your computer and use it in GitHub Desktop.
Save DAddYE/336588 to your computer and use it in GitHub Desktop.
Padrino generator output
$ padrino-gen project sample_blog -t shoulda -e haml -c sass -s jquery -d activerecord
create
create config/apps.rb
create config/boot.rb
create config.ru
create public/favicon.ico
create .gitignore
create public/images
create public/javascripts
create public/stylesheets
create tmp
create app
create app/app.rb
create app/controllers
create app/helpers
create app/views
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
Skipping generator for mock component...
Applying 'jquery' (script)...
create public/javascripts/jquery.js
create public/javascripts/application.js
Applying 'haml' (renderer)...
inject Gemfile
Applying 'sass' (stylesheet)...
inject Gemfile
create lib/sass.rb
inject app/app.rb
create app/stylesheets
=================================================================
sample_blog has been successfully created, now follow this steps:
=================================================================
1) cd sample_blog
2) bundle install
=================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment