Guestbook Application Demo

Let’s build a little application from scratch.

  1. Generate the Rails application skeleton
  2. Build a Guestbook controller
  3. Generate the Entry model
  4. Create a table for entries
  5. Dress up the views