Re: [Rails] Need help...NameError in InteractController#add_to_cart

2009-12-17 Thread Oluwayomi Oluwadara
Hello,thank you.Ut worked wonders! Regards and Respects, Kindness in thought leads to wisdom. Kindness in speech leads to eloquence. Kindness in action leads to love. --- On Thu, 12/17/09, Norm Scherer wrote: From: Norm Scherer Subject: Re: [Rails] Need help...NameError in

Re: [Rails] Need help...NameError in InteractController#add_to_cart

2009-12-17 Thread Norm Scherer
The error is in your model/cart.rb around line 19 as the error message indicates.  Read the error messages closely and you will find a lot of information.  The error indicates that you have a syntax error in model/cart.rb.  Maybe a block opened without an end or quotes not matching or parenthes

Re: [Rails] Need help...NameError in InteractController#add_to_cart

2009-12-17 Thread Oluwayomi Oluwadara
: From: Colin Law Subject: Re: [Rails] Need help...NameError in InteractController#add_to_cart To: rubyonrails-talk@googlegroups.com Date: Wednesday, December 16, 2009, 5:39 AM 2009/12/16 Oluwayomi Oluwadara > > I am following the text" agile web development with rails" > here

Re: [Rails] Need help...NameError in InteractController#add_to_cart

2009-12-16 Thread Oluwayomi Oluwadara
thanks a bunch Regards and Respects, Kindness in thought leads to wisdom. Kindness in speech leads to eloquence. Kindness in action leads to love. --- On Wed, 12/16/09, Colin Law wrote: From: Colin Law Subject: Re: [Rails] Need help...NameError in InteractController#add_to_cart To

Re: [Rails] Need help...NameError in InteractController#add_to_cart

2009-12-16 Thread Colin Law
2009/12/16 Oluwayomi Oluwadara > > I am following the text" agile web development with rails" > here is my code, There is no point repeatedly posting the same code. As has been pointed out several times the problem is that you are missing the find_cart method. In Agile Development With Rails th

Re: [Rails] Need help...NameError in InteractController#add_to_cart

2009-12-16 Thread Oluwayomi Oluwadara
ence. Kindness in action leads to love. --- On Tue, 12/15/09, tom wrote: From: tom Subject: Re: [Rails] Need help...NameError in InteractController#add_to_cart To: rubyonrails-talk@googlegroups.com Date: Tuesday, December 15, 2009, 2:47 PM - which tutorial are u following? - can u show ur cart-

Re: [Rails] Need help...NameError in InteractController#add_to_cart

2009-12-15 Thread tom
- which tutorial are u following? - can u show ur cart-model? -- 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-t...@googlegroups.com. To unsubscribe from this group, send email to rubyonrai

Re: [Rails] Need help...NameError in InteractController#add_to_cart

2009-12-15 Thread Oluwayomi Oluwadara
Regards and Respects, Kindness in thought leads to wisdom. Kindness in speech leads to eloquence. Kindness in action leads to love. --- On Tue, 12/15/09, Norm Scherer wrote: From: Norm Scherer Subject: Re: [Rails] Need help...NameError in InteractController#add_to_cart To: rub

Re: [Rails] Need help...NameError in InteractController#add_to_cart

2009-12-15 Thread Norm Scherer
Oluwayomi Oluwadara wrote: Hello, thank you for your time.I am actually developing an e commerce website for selling books online.the find_cart method is mean to find the cart displayed at the front end-for the users buying stuffs.Your help wil be appreciated,am

Re: [Rails] Need help...NameError in InteractController#add_to_cart

2009-12-15 Thread Oluwayomi Oluwadara
thought leads to wisdom. Kindness in speech leads to eloquence. Kindness in action leads to love. --- On Tue, 12/15/09, Colin Law wrote: From: Colin Law Subject: Re: [Rails] Need help...NameError in InteractController#add_to_cart To: rubyonrails-talk@googlegroups.com Date: Tuesday, December

Re: [Rails] Need help...NameError in InteractController#add_to_cart

2009-12-15 Thread Oluwayomi Oluwadara
notice] = msg > >    redirect_to :action => 'index' > >  end > > end > > > > --Regards and Respects, Kindness in thought leads to wisdom. Kindness in speech leads to eloquence. Kindness in action leads to love. --- On Tue, 12/15/09, amit kumar wrot

Re: [Rails] Need help...NameError in InteractController#add_to_cart

2009-12-15 Thread maryam kamali
ects, > > > Kindness in thought leads to wisdom. > Kindness in speech leads to eloquence. > Kindness in action leads to love. > > > > --- On *Mon, 12/14/09, Norm Scherer * wrote: > > > From: Norm Scherer > > Subject: Re: [Rails] Need help...NameError in >

Re: [Rails] Need help...NameError in InteractController#add_to_cart

2009-12-15 Thread amit kumar
> Kindness in action leads to love. > > > > > > > > --- On Mon, 12/14/09, Colin Law wrote: > > > > From: Colin Law > > Subject: Re: [Rails] Need help...NameError in > InteractController#add_to_cart > > To: rubyonrails-talk@googlegroups.com

Re: [Rails] Need help...NameError in InteractController#add_to_cart

2009-12-15 Thread Colin Law
s in speech leads to eloquence. > Kindness in action leads to love. > > > > --- On Mon, 12/14/09, Colin Law wrote: > > From: Colin Law > Subject: Re: [Rails] Need help...NameError in InteractController#add_to_cart > To: rubyonrails-talk@googlegroups.com > Date: Monda

Re: [Rails] Need help...NameError in InteractController#add_to_cart

2009-12-14 Thread Oluwayomi Oluwadara
wrote: From: Colin Law Subject: Re: [Rails] Need help...NameError in InteractController#add_to_cart To: rubyonrails-talk@googlegroups.com Date: Monday, December 14, 2009, 9:46 AM 2009/12/14 Oluwayomi Oluwadara > > I think i have the method, could you have a quick glance at my cod

Re: [Rails] Need help...NameError in InteractController#add_to_cart

2009-12-14 Thread Colin Law
2009/12/14 Oluwayomi Oluwadara > > I think i have the method, could you have a quick glance at my code:Will > apreciate any correction or omission. Where? I cannot see the method find_cart in the code you have posted. By the way top posting is disapproved of here, it is easier to follow a threa

Re: [Rails] Need help...NameError in InteractController#add_to_cart

2009-12-14 Thread Oluwayomi Oluwadara
n speech leads to eloquence. Kindness in action leads to love. --- On Mon, 12/14/09, Norm Scherer wrote: From: Norm Scherer Subject: Re: [Rails] Need help...NameError in InteractController#add_to_cart To: rubyonrails-talk@googlegroups.com Date: Monday, December 14, 2009, 7:55 AM

Re: [Rails] Need help...NameError in InteractController#add_to_cart

2009-12-14 Thread Norm Scherer
Oluwayomi Oluwadara wrote: Hi, I am developing a web app and am following the text-Agile web development. Each time I click my "add to cart" button" i always get the  page below:I have double checked to see if i have errors in my code,there was none,p

Re: [Rails] Need help...NameError in InteractController#add_to_cart

2009-12-14 Thread Oluwayomi Oluwadara
n speech leads to eloquence. Kindness in action leads to love. --- On Sun, 12/13/09, Susan McM. Tucker wrote: From: Susan McM. Tucker Subject: Re: [Rails] Need help...NameError in InteractController#add_to_cart To: rubyonrails-talk@googlegroups.com Date: Sunday, December 13, 2009, 10:48 AM Tho

Re: [Rails] Need help...NameError in InteractController#add_to_cart

2009-12-13 Thread Susan McM. Tucker
Though I have only been playing with Rails for about a month, I think I can answer this one. You need to define add_a_cart in the store_controller.rb. Good luck. *susan* > Hi,I am developing a web app and am following the text-Agile web > development. > Each time I click my "add to cart

[Rails] Need help...NameError in InteractController#add_to_cart

2009-12-13 Thread Oluwayomi Oluwadara
Hi,I am developing a web app and am following the text-Agile web development.Each time I click my "add to cart" button" i always get the   page below:I have double checked to see if i have errors in my code,there was none,please what do i need to do to proceed? NameError in InteractController