Ratnavel Sundaramurthi
2008-Feb-12 12:19 UTC
ActionView::TemplateError (stack level too deep)
Hi, I am getting the following exception while calling a helper method. ActionView::TemplateError (stack level too deep) Do anyone have the idea why its happening? - Ratna -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Frederick Cheung
2008-Feb-12 12:24 UTC
Re: ActionView::TemplateError (stack level too deep)
On 12 Feb 2008, at 12:19, Ratnavel Sundaramurthi wrote:> > Hi, > > I am getting the following exception while calling a helper method. > > ActionView::TemplateError (stack level too deep) > > Do anyone have the idea why its happening? >Sounds like you''ve hit some some of infinite recursion. Hard to tell without seeing any code> > - Ratna > -- > Posted via http://www.ruby-forum.com/. > > >--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Ratnavel Sundaramurthi
2008-Feb-12 12:45 UTC
Re: ActionView::TemplateError (stack level too deep)
> Sounds like you''ve hit some some of infinite recursion. Hard to tell > without seeing any codeI am getting the options array for a drop down(with text and value). Its working well for the first time after restarting the server. Then it is showing the error. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Frederick Cheung
2008-Feb-12 13:24 UTC
Re: ActionView::TemplateError (stack level too deep)
On 12 Feb 2008, at 12:45, Ratnavel Sundaramurthi wrote:> > >> Sounds like you''ve hit some some of infinite recursion. Hard to tell >> without seeing any code > > I am getting the options array for a drop down(with text and value). > Its > working well for the first time after restarting the server. Then it > is > showing the error.It''s still going to be hard for someone to help you without seeing exactly what you are doing.> > -- > Posted via http://www.ruby-forum.com/. > > >--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Ratnavel Sundaramurthi
2008-Feb-12 15:08 UTC
Re: ActionView::TemplateError (stack level too deep)
HI Thanks for yr efforts... There was a mismatch in the database entry and that file was not included using require . Its working perfect now.. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---