Search⌘ K
AI Features

Summary

Explore how to improve a Rails shopping cart by adding new database columns with default values, migrating data, displaying error notices, logging activities, managing permitted parameters, deleting records, and customizing table presentation with CSS. This lesson guides you through making functional and user-friendly enhancements using Rails.

We'll cover the following...

What we have covered

Our shopping cart is now something the client is happy with. Along the way, we ...