Ruby on Rails Friday, February 10, 2017

I"m building a basic cart system, one item per cart.  I'm still trying to learn ruby on rails.

Thanks,
Jo



On Thursday, February 9, 2017 at 10:44:09 PM UTC-5, Hassan Schroeder wrote:
On Thu, Feb 9, 2017 at 5:55 PM, Joe Guerra <jgu...@jginfosys.com> wrote:

> Are you suggesting I nest my product loop in my cart?

> <% @carts.each do |cart| %>

"carts" plural is an unusual pattern - a single cart with multiple items
is more typical, and to my mind maps more closely to the physical
world's idea of a "shopping cart".

What's the benefit of multiple "carts"?

--
Hassan Schroeder ------------------------ hassan.s...@gmail.com
twitter: @hassan
Consulting Availability : Silicon Valley or remote

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/a6f339fd-32cd-466e-adc0-1d8350a528cf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment