Since the cart is just an order with a flag set and it lives in the database, I’ll need some way to clear out old orders. Visitors will create carts and abandon them and they’d live there… more →
A Ruby on Rails JourneyDaud Ahmad wrote 4 months ago: So I have with me the 3rd edition of the famous Agile web development with Rails. Available in Beta … more →
Dick wrote 1 year ago: Since the cart is just an order with a flag set and it lives in the database, I’ll need some w … more →
Dick wrote 1 year ago: For removing individual items from the cart, I went with a form in lieu of a link. The few things I … more →
Dick wrote 1 year ago: Now that I have all the shopping cart stuff working, it’s time to stick it back in the sidebar … more →
Dick wrote 1 year ago: Here’s how I implemented removing single items from the cart. First, I added a remove button … more →
Dick wrote 1 year ago: First, I need to fix up the find_cart method. I didn’t set the iscart field to true. I plan … more →
Dick wrote 1 year ago: Just finished chapter 10 of Agile Web Development with Rails. I’m still missing something ver … more →
engtech wrote 1 year ago: I don’t have anything against the for Dummies series (one of my friends is an author), but the … more →