Rails Partials, Migrations, and Associations

Опубликовано: 30 Май 2026
на канале: Kyle Geske
4,521
38

The start of a very simple e-commerce store. This project includes scaffolding for a Product and Category model. In the video I start developing the front-end of the store, which includes the creation of a view partial for products. I then use a migration to add a foreign key to the products table and make some modification to allow easy association between products and categories.

Associated Github repo: https://github.com/stungeye/Ecommerce...