Project 1
Guide Tasks
- Read Tutorial
- Complete the Exercise
Requirements
- Add custom title to layout to name app
Week One Rails Application - Create controller called
StaticControllerwith actionsquotesandhome - Add
h1heading tag to homepage that saysHi from Rails - Add
ptag toquotepage that has the content (copy and paste content to ensure it matches the test).
If builders built buildings the way programmers wrote programs, then the first woodpecker that came along wound destroy civilization. - Gerald Weinberg
- Create a scaffold called
Guidewith the attributes oftitleandcontent
Instructions
- Fork the GitHub repo: 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 - Paste the link to your fork and submit it on this page.