Project 3
Guide Tasks
- Read Tutorial
- Complete the Exercise
Requirements
- 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.
Instructions
- Fork the GitHub repo and clone it on your machine: Repo link
- 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 - Submit your finished code on this page.