- Create a resource generator called
Postwith three attributes of:title,content, andtags - Add a controller action in the
PostsControllerand use it as the root path for the application, you can name the action anything you'd like - In the homepage template, place an h1 heading with the exact text:
Week Three Assignment - Install the
Bootstrap gemand follow the steps to get it functioning properly. - Add a class to your
h1tag and assign it a color ofredand name is:custom-heading - Create a
divtag with anulof three items. - For the same
div,create a class calledlist. Integrate two styles, of your choice, for that class.
- Fork the GitHub repo
- Clone on your local machine
- Change into root application directory
- Run:
bundle install,rails db:create, andrails db:migrate - Run:
rspecto run tests - Implement the functionality necessary to get all of the tests passing
- After all tests are passing,
addandcommityour code and push it to your remote fork - Paste the link to your fork in the end of week guide page on DevCamp