-
-
Save nesquena/337148 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ padrino-gen project sample_blog -t shoulda -e haml -c sass -s jquery -d activerecord -b | |
create | |
create app/app.rb | |
create config/apps.rb | |
create config/boot.rb | |
create config.ru | |
create public/favicon.ico | |
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 | |
Skipping generator for mock component... | |
Applying 'jquery' (script)... | |
create public/javascripts/jquery.js | |
create public/javascripts/application.js | |
Applying 'haml' (renderer)... | |
inject Gemfile | |
create lib/sass.rb | |
inject app/app.rb | |
create app/stylesheets | |
Bundling application dependencies using bundler... | |
run bundle install from "./" | |
================================================================= | |
sample_blog has been successfully created, now follow this steps: | |
================================================================= | |
1) cd sample_blog | |
================================================================= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment