From: Roger Pack Date: 2008-07-10T08:36:51+09:00 Subject: Re: Beast - stack too deep problem Simon Krollpfeifer wrote: > rails version: 2.1.0 > ruby version: 1.8.5 > > Hi > > I have the following problem: > After trying to read a new created topic in beast, my side creates an > error an the following lines are added in the .log > > ActionView::TemplateError (stack level too deep) on line #8 of > topics/show.html.erb: > 5:
<%= 'Voices'[:voices_title] %>
> 6: > 11: > > vendor/plugins/will_paginate/lib/will_paginate/finder.rb:87:in > `method_missing_without_paginate' some thots: split the line up in two, see which one is causing the problem, [is it link_to--is it h?] and also post the exact line of code that is causing the problem. I know I had a problem once when I redefined to_str class Integer def to_str to_s end end '' == 3 Which for some odd reason causes stack level too deep. -R -- Posted via http://www.ruby-forum.com/.