- Used scaffold to auto generate a set of model, views, and controller for entries table and create a full CRUD web interface.
- Sorted the entries using Rails order method so users can see the recent entry at the top of the page.
- Displayed the number of entries the user has made by applying the Rails count method.
- Implemented system tests to simulate user interaction by using Devise test helpers.
- Installed Devise gem so users can log in and sign up using email and password.
- Heartcombo's Devise Tutorial
- Line Art Images: PNG Tree
- Ruby on Rails's Guides