CIS 658

Rails Part 2

Winter 2025

Objective

The main objective of this homework is to use the ActiveRecord ORM with two linked tables.

Assignment

Add a second table and any relevant CRUD operations to the previous homework. This table should be linked in a sensible way to your first table. For example, if you have an application focused on Artwork, add an Artist resource. Make sure that

For this assignment, simply update the repository you use for the previous homework. However, take care to preserve the Part 1 you submitted. One option is to create a new branch for Part 1. (That way, you can start on Part 2 before I look at Part 1.)

When you are ready to submit:

  1. Include the message [Grade Me, Part 2] when committing your git repo.
  2. Deploy your server and email me the URL.

Updated Sunday, 23 February 2025, 2:39 PM

W3c Validation