- Add custom title to layout to name app
Week One Rails Application
- Create controller called
StaticController
with actionsquotes
andhome
- Add
h1
heading tag to homepage that saysHi from Rails
- Add
p
tag toquote
page 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
Guide
with the attributes oftitle
andcontent
- Fork the GitHub repo
- Clone on your local machine
- Change into root application directory
- Run:
bundle install
,rails db:create
, andrails db:migrate
- Run:
rspec
to run tests - Implement the functionality necessary to get all of the tests passing
- After all tests are passing,
add
andcommit
your code and push it to your remote fork - Paste the link to your fork in the end of week guide page on DevCamp