Guest User

Untitled

a guest
May 21st, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. $ padrino-gen project sample_blog -t shoulda -e haml -c sass -s jquery -d activerecord -b
  2. create
  3. create app/app.rb
  4. create config/apps.rb
  5. create config/boot.rb
  6. create config.ru
  7. create public/favicon.ico
  8. create .gitignore
  9. exist app
  10. create app/controllers
  11. create app/helpers
  12. create app/views
  13. create app/views/layouts/.emptydirectory
  14. create public/images
  15. create public/javascripts
  16. create public/stylesheets
  17. create tmp
  18. create .components
  19. create Gemfile
  20. Applying 'activerecord' (orm)...
  21. inject Gemfile
  22. inject Gemfile
  23. create config/database.rb
  24. create app/models
  25. Applying 'shoulda' (test)...
  26. inject Gemfile
  27. create test/test_config.rb
  28. create test/test.rake
  29. Skipping generator for mock component...
  30. Applying 'jquery' (script)...
  31. create public/javascripts/jquery.js
  32. create public/javascripts/application.js
  33. Applying 'haml' (renderer)...
  34. inject Gemfile
  35. create lib/sass.rb
  36. inject app/app.rb
  37. create app/stylesheets
  38. Bundling application dependencies using bundler...
  39. run bundle install from "./"
  40.  
  41. =================================================================
  42. sample_blog has been successfully created, now follow this steps:
  43. =================================================================
  44. 1) cd sample_blog
  45. =================================================================
Add Comment
Please, Sign In to add comment