Homework for 6B

Review

Complete Exit Ticket: http://ix-exit-tickets.herokuapp.com/

Topics Covered: introduction to rails

Exercises

Note: All exercises must live inside of your s0203_exercises/firstname_lastname/d6 folder

While inside of your s0203_exercises directory, you can git add . then git commit -m "Helpful commit message here" and git push origin master to submit your homework to GitHub. (Don't forget to use git status along the way to check the state of your files in git)

Lab

Complete the lab from class today (Sections 2 - 5)! Try to write down questions as comments inline if any come up. Commit and push the lab to Github under your d6/blog folder.

Complete The App!

  1. Clone this repo by going into your d6 directory and typing git clone with the appropriate URL in your terminal.
  2. Delete the .git directory in the repo.
  3. There are 3 apps within the repo that are missing pieces. Fill in the missing chunks to create functional apps. Each directory within the git repo is named with the piece that is missing. Complete the controller in the controller_app, complete the views in the views_app, and complete the model in the model_app.

Great work! Now add and commit your work then push it to GitHub :)