Question about building a shopping cart/checkout with Rails
I just picked up Agile Web Development with Rails 3rd Ed., and I'm going thru the Depot Application chapters, and I have a question about Product/Item options- If I wanted to modify the product catalog and store so that products could have options (size, color, whatever), where/how would I do that? Let's say I'm selling t-shirts, and t...