I am trying to get through Task D: Iteration D1 of Agile Web Dev. I have gone through all of the D1 section, but when I click the ''Add to Cart'' button, the sidebar cart does not update. But, if I do an <F5> refresh, the added products show up in the cart. The development log shows the following: Processing StoreController#add_to_cart (for 127.0.0.1 at 2006-12-18 16:39:57) [POST] Session ID: af9f55eacb478a8c1c7d161c06a52a3d Parameters: {"commit"=>"Add to Cart", "action"=>"add_to_cart", "id"=>"2", "controller"=>"store"} [4;36;1mProduct Columns (0.000000) [0m [0;1mSHOW FIELDS FROM products [0m [4;35;1mProduct Load (0.016000) [0m [0mSELECT * FROM products WHERE (products.id = 2) [0m Rendering within layouts/store Rendering store/add_to_cart Rendered store/_cart_item (0.00000) Rendered store/_cart_item (0.00000) Rendered store/_cart (0.00000) Completed in 0.01600 (62 reqs/sec) | Rendering: 0.00000 (0%) | DB: 0.01600 (100%) | 200 OK [http://localhost/store/add_to_cart/2] I am such a confused newb that I am not even sure if this is telling me of an error. Please help me figure out where my error is and how to fix it. Thanks! Jee j --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---