Topics Covered: Databases, Active Record, Schema, Migrations, Seeds
Note: All exercises must live inside of your session0202_exercises/firstname_lastname/d8
folder
While inside of your session0202_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)
Tip: Keep a terminal tab with session0202_exercises open so you can add and commit your app each time you make substantial changes
Our cool places app, Lekker Plekke, will allow us to keep track of and share all of the cool places we find in Cape Town.
So many places to go and so little time! Let's get started!
cd ..
back out to your session0202_exercises
folder to add and commit your files with git.Add functionality for liking and commenting on different places.
Make your app look good by using the twitter bootstrap gem!
P.S. This includes the bonus and extra bonus! If your app doesn't look exactly like this, don't panic. As long as the content for the index and the show pages are there, you're all set.
Remember, your .git folder is located inside of the session0202_exercises
folder, not inside of your lekker_plekke
folder