Skip to content

Instantly share code, notes, and snippets.

@wikimatze
Last active May 9, 2018 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wikimatze/0f8b63d28bccac84014f8a592f79197d to your computer and use it in GitHub Desktop.
Save wikimatze/0f8b63d28bccac84014f8a592f79197d to your computer and use it in GitHub Desktop.
Example output for the blog-tutorial of Padrino (http://padrinorb.com/guides/getting-started/blog-tutorial/)
$ padrino g project blog-update -t rspec -e haml -c scss -s jquery -d sequel -b
create
create .gitignore
create config.ru
create config/apps.rb
create config/boot.rb
create public/favicon.ico
create public/images
create public/javascripts
create public/stylesheets
create .components
create app
create app/app.rb
create app/controllers
create app/helpers
create app/views
create app/views/layouts
append config/apps.rb
create Gemfile
create Rakefile
create exe/blog-update
create tmp
create tmp/.keep
create log
create log/.keep
applying sequel (orm)...
apply orms/sequel
insert Gemfile
insert Gemfile
create config/database.rb
create db/migrate
applying rspec (test)...
apply tests/rspec
insert Gemfile
insert Gemfile
create spec/spec_helper.rb
create spec/spec.rake
skipping mock component...
applying jquery (script)...
apply scripts/jquery
create public/javascripts/jquery.js
create public/javascripts/jquery-ujs.js
create public/javascripts/application.js
applying haml (renderer)...
apply renderers/haml
insert Gemfile
applying scss (stylesheet)...
apply stylesheets/scss
insert Gemfile
insert app/app.rb
create config/initializers/scss.rb
create app/stylesheets
identical .components
force .components
force .components
Bundling application dependencies using bundler...
run bundle install --binstubs from "."
Fetching gem metadata from https://rubygems.org/................
Fetching gem metadata from https://rubygems.org/..
Resolving dependencies...
Using rake 12.3.1
Using bundler 1.16.1
Using concurrent-ruby 1.0.5
Using diff-lcs 1.3
Using ffi 1.9.23
Using temple 0.8.0
Using tilt 2.0.8
Using haml 5.0.4
Using i18n 0.9.5
Using mini_mime 1.0.0
Using mail 2.7.0
Using mime-types 2.99.3
Using moneta 1.0.0
Using mustermann 1.0.2
Using padrino-support 0.14.3
Using rack 2.0.5
Using rack-protection 2.0.1
Using sinatra 2.0.1
Using thor 0.20.0
Using padrino-core 0.14.3
Using padrino-helpers 0.14.3
Using padrino-admin 0.14.3
Using padrino-cache 0.14.3
Using padrino-gen 0.14.3
Using padrino-mailer 0.14.3
Using padrino 0.14.3
Fetching rack-test 1.0.0
Installing rack-test 1.0.0
Using rb-fsevent 0.10.3
Using rb-inotify 0.9.10
Using rspec-support 3.7.1
Using rspec-core 3.7.1
Using rspec-expectations 3.7.0
Using rspec-mocks 3.7.0
Using rspec 3.7.0
Using sass-listen 4.0.0
Using sass 3.5.6
Fetching sequel 5.8.0
Installing sequel 5.8.0
Using sqlite3 1.3.13
Bundle complete! 8 Gemfile dependencies, 38 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
=================================================================
blog-update is ready for development!
=================================================================
$ cd ./blog-update
=================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment