CIS 658 |
Rails Part 3 |
Winter 2025 |
The main objective of this homework is to configure a Rails app to have a login.
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,
[Grade Me, part 3]
when committing your git repo.Updated Sunday, 23 February 2025, 2:39 PM