Skills Test: S8 Forms and Actions for Updating and Deleting Model Records
Learning Goals
Main Goals
- Use a web development platform (Rails) to create a front-end form that can pass user-entered data to a controller that uses a back-end model class to store the data in a database. (Record update only.)
- Use a web development platform (Rails) to create a front-end UI that can delete a back-end model record from a database.
Ancillary Goals
- Setup and maintain a functioning platform-based (Rails web) development environment.
Preparing for the Test
This test emphasizes the material covered in Demo 10: Forms and Actions for Updating and Deleting Model Records .