CIS 658

Rails Part 3

Winter 2025

Objective

The main objective of this homework is to configure a Rails app to have a login.

Assignment

Add a User table to your Rails application and add the ability to log in to the application. Configure actions to require a login as appropriate. (Some actions should require a login; others need not.)

You will need a Users table; but, implementing all four CRUD operations for a User is optional. (You may simply create a few users in db/seeds.rb.)

When you are ready to submit,

  1. Make sure you have a User set up for me to log into when checking your assignment (and I know the username and password).
  2. Include the message [Grade Me, part 3] when committing your git repo.
  3. Deploy your server and email me the URL.

Updated Sunday, 23 February 2025, 2:39 PM

W3c Validation