I made this progress today:
- Created a new page.
- Added new action for the new page in the controller folder
- Created the new page's HTML in the view folder
- Added the new page's route to the config/routes.rb file
- Learned a little more about embedded ruby.
- Created navigation links in my layout.
- Installed the Bootstrap-sass gem, updated the gemlist, and added a SCSS file to utilize it. Whee! I love bootstrap.
- And.... did the Git "dance" (stage/commit/push) several times all through all these updates to my project.