Web Development with Rails and Git Tutorial

Demo 3: Adding (Mostly Static) View Pages

▶️ Play from the beginning (~20 minutes)

In this demonstration, I will show how to create mostly static webpages in Rails. I will continue to work on the Wapp project, started in the previous demo.

▶️ 1. Firing Up the Development Environment

  1. ▶️ Start the VM and log in.
  2. ▶️ Clone a fresh copy of the repo that uses SSH keys for authentication.

▶️ 2. Adding a New Page

  1. ▶️ Add a simple page about me, setting up a route, a controller action, and a basic view page.
  2. ▶️ Add an image to the page.
  3. ▶️ Add a hyerlink to an external URL.
  4. ▶️ Add hyperlinks to enable navigating among the existing Wapp pages.

▶️ 3. Closing Down

  1. ▶️ Check in changes: Commit changes to the local and GitHub repos.
  2. ▶️ Log out of the VM and shut it down.

▶️ Check-in Changes: changeset, snapshot

© Scott D. Fleming 2018 • Made with GitHub Pages and Markdown