Skip to content

Instantly share code, notes, and snippets.

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/a399cf4a143d0360fb262de92cdf8f8e to your computer and use it in GitHub Desktop.
Save wikimatze/a399cf4a143d0360fb262de92cdf8f8e to your computer and use it in GitHub Desktop.
$ padrino-gen project sample_blog -t shoulda -e haml -c sass -s jquery -d activerecord -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 bin/sample_blog_updated
create tmp
create tmp/.keep
create log
create log/.keep
applying activerecord (orm)...
apply orms/activerecord
insert Gemfile
insert Gemfile
create config/database.rb
create lib/connection_pool_management_middleware.rb
insert app/app.rb
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 lib/scss_initializer.rb
create app/stylesheets
identical .components
force .components
force .components
Bundling application dependencies using bundler...
run bundle install from "."
Fetching gem metadata from https://rubygems.org/...........
Fetching version metadata from https://rubygems.org/...
Fetching dependency metadata from https://rubygems.org/..
Resolving dependencies....
Using rake 11.1.2
Using i18n 0.7.0
Using json 1.8.3
Using minitest 5.8.4
Using thread_safe 0.3.5
Using builder 3.2.2
Using arel 6.0.3
Using bundler 1.11.2
Using diff-lcs 1.2.5
Using enumerable-lazy 0.0.1
Using tilt 1.4.1
Using mime-types-data 3.2016.0221
Using moneta 0.7.20
Using rack 1.6.4
Using thor 0.19.1
Using rspec-support 3.4.1
Using sass 3.4.22
Using sqlite3 1.3.11
Using tzinfo 1.2.2
Using mustermann19 0.4.3
Using haml 4.0.7
Using mime-types 3.0
Using rack-protection 1.5.3
Using rack-test 0.6.3
Using rspec-core 3.4.4
Using rspec-expectations 3.4.0
Using rspec-mocks 3.4.1
Using activesupport 4.2.6
Using mail 2.6.4
Using sinatra 1.4.7
Using rspec 3.4.0
Using activemodel 4.2.6
Using padrino-support 0.13.1
Using activerecord 4.2.6
Using padrino-core 0.13.1
Using padrino-helpers 0.13.1
Using padrino-gen 0.13.1
Using padrino-mailer 0.13.1
Using padrino-admin 0.13.1
Using padrino-cache 0.13.1
Using padrino 0.13.1
Bundle complete! 8 Gemfile dependencies, 41 gems now installed.
Use `bundle show [gemname]` to see where a bundled gem is installed.
=================================================================
sample_blog_updated is ready for development!
=================================================================
$ cd ./sample_blog_updated
=================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment