Skip to content

Instantly share code, notes, and snippets.

  1. What does MVC stand for?
  • Model View Controller
  1. What is the purpose of MVC?
  • Decoupling of duties within the application
  1. What is the command you would use to generate a new rails application called "twitter"?
  • rails new twitter
  1. Which file do you edit to add additional gems to your rails app?
  • Gemfile
  1. What is the purpose of .gitignore file?
  • Instruct git to ignore certain files you don't want tracked