Guest User

Untitled

a guest
Jul 16th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. Structure of a Rails app
  2.  
  3. app/
  4. controllers/
  5. models/
  6. helpers/
  7. views/
  8.  
  9. config/
  10. environments/
  11. database.yml
  12. routes.rb
  13.  
  14. db/
  15. schema.rb
  16. migrations/
  17.  
  18. doc/
  19. lib/
  20. tasks/
  21. log/
  22. development.log
  23. production.log
  24.  
  25. public/
  26. index.html
  27. images/
  28. javascripts/
  29. stylesheets/
  30.  
  31. script/
  32. test/
  33. tmp/
  34. vendor/
  35. plugins/
Add Comment
Please, Sign In to add comment