<?xml version="1.0" encoding="UTF-8"?>
<ticket>
  <assigned-user-id type="integer">192</assigned-user-id>
  <attachments-count type="integer">0</attachments-count>
  <closed type="boolean">true</closed>
  <created-at type="datetime">2008-06-25T07:17:15-07:00</created-at>
  <creator-id type="integer">24430</creator-id>
  <milestone-due-on type="datetime" nil="true"></milestone-due-on>
  <milestone-id type="integer" nil="true"></milestone-id>
  <number type="integer">232</number>
  <permalink>systemstackerror-stack-level-too-deep</permalink>
  <priority type="integer">95</priority>
  <project-id type="integer">466</project-id>
  <raw-data type="binary" nil="true" encoding="base64"></raw-data>
  <state>invalid</state>
  <tag>will_paginate</tag>
  <title>SystemStackError: stack level too deep</title>
  <updated-at type="datetime">2008-10-26T02:32:11-07:00</updated-at>
  <user-id type="integer">192</user-id>
  <user-name>Mislav</user-name>
  <creator-name>Jeannette</creator-name>
  <assigned-user-name>Mislav</assigned-user-name>
  <url>http://err.lighthouseapp.com/projects/466/tickets/232</url>
  <original-body>Hi all,

I got this error on script/console is there any fix ? Below are print stack:



&gt;&gt; @p = Person.find(106)
=&gt; #&lt;Person id: 106, createdate: &quot;2001-01-17 19:34:19&quot;, firstname: &quot;Peter&quot;&gt;
&gt;&gt; @p.paper
=&gt; [#&lt;Paper id: 1246, title: &quot;I&quot;, summary: nil&gt;, #&lt;Paper id: 968, title: &quot;W&quot;, summary: nil&gt;, #&lt;Paper ident: 923, title: &quot;S&quot;,summary: nil&gt;, #&lt;Paper id: 1200, &gt;.....]
&gt;&gt; @p.paper.size
=&gt; 94
&gt;&gt; @p.paper.class

SystemStackError: stack level too deep
	from /Users/jc/vendor/plugins/will_paginate/lib/will_paginate/finder.rb:138:in `method_missing_without_paginate'
	from /Users/jc/vendor/plugins/will_paginate/lib/will_paginate/finder.rb:139:in `method_missing'
	from (irb):3


my models associations:

Person 
has_many :author
has_many :paper :through =&gt; :author


my environment: 

ruby -v ==&gt; ruby 1.8.6 (2007-09-24 patchlevel 111) [i686-darwin9.2.2]


rails -v ==&gt; Rails 2.1.0

gem -v ==&gt; 1.0.1

just Successfully installed mislav-will_paginate-2.3.2


Many thanks,

Jeannette</original-body>
  <latest-body>Hi all,

I got this error on script/console is there any fix ? Below are print stack:



&gt;&gt; @p = Person.find(106)
=&gt; #&lt;Person id: 106, createdate: &quot;2001-01-17 19:34:19&quot;, firstname: &quot;Peter&quot;&gt;
&gt;&gt; @p.paper
=&gt; [#&lt;Paper id: 1246, title: &quot;I&quot;, summary: nil&gt;, #&lt;Paper id: 968, title: &quot;W&quot;, summary: nil&gt;, #&lt;Paper ident: 923, title: &quot;S&quot;,summary: nil&gt;, #&lt;Paper id: 1200, &gt;.....]
&gt;&gt; @p.paper.size
=&gt; 94
&gt;&gt; @p.paper.class

SystemStackError: stack level too deep
	from /Users/jc/vendor/plugins/will_paginate/lib/will_paginate/finder.rb:138:in `method_missing_without_paginate'
	from /Users/jc/vendor/plugins/will_paginate/lib/will_paginate/finder.rb:139:in `method_missing'
	from (irb):3


my models associations:

Person 
has_many :author
has_many :paper :through =&gt; :author


my environment: 

ruby -v ==&gt; ruby 1.8.6 (2007-09-24 patchlevel 111) [i686-darwin9.2.2]


rails -v ==&gt; Rails 2.1.0

gem -v ==&gt; 1.0.1

just Successfully installed mislav-will_paginate-2.3.2


Many thanks,

Jeannette</latest-body>
  <original-body-html>&lt;div&gt;&lt;p&gt;
Hi all,
&lt;/p&gt;&lt;p&gt;
I got this error on script/console is there any fix ? Below are print stack:
&lt;/p&gt;&lt;p&gt;
&gt;&gt; @p = Person.find(106)
&lt;/p&gt;&lt;p&gt;
=&gt; #
&lt;/p&gt;&lt;p&gt;
&gt;&gt; @p.paper
&lt;/p&gt;&lt;p&gt;
=&gt; [#, #, #, #.....]
&lt;/p&gt;&lt;p&gt;
&gt;&gt; @p.paper.size
&lt;/p&gt;&lt;p&gt;
=&gt; 94
&lt;/p&gt;&lt;p&gt;
&gt;&gt; @p.paper.class
&lt;/p&gt;&lt;p&gt;
SystemStackError: stack level too deep
&lt;/p&gt;&lt;p&gt;
from /Users/jc/vendor/plugins/will_paginate/lib/will_paginate/finder.rb:138:in `method_missing_without_paginate'
&lt;/p&gt;&lt;p&gt;
from /Users/jc/vendor/plugins/will_paginate/lib/will_paginate/finder.rb:139:in `method_missing'
&lt;/p&gt;&lt;p&gt;
from (irb):3
&lt;/p&gt;&lt;p&gt;
my models associations:
&lt;/p&gt;&lt;p&gt;
Person
&lt;/p&gt;&lt;p&gt;
has_many :author
&lt;/p&gt;&lt;p&gt;
has_many :paper :through =&gt; :author
&lt;/p&gt;&lt;p&gt;
my environment:
&lt;/p&gt;&lt;p&gt;
ruby -v ==&gt; ruby 1.8.6 (2007-09-24 patchlevel 111) [i686-darwin9.2.2]
&lt;/p&gt;&lt;p&gt;
rails -v ==&gt; Rails 2.1.0
&lt;/p&gt;&lt;p&gt;
gem -v ==&gt; 1.0.1
&lt;/p&gt;&lt;p&gt;
just Successfully installed mislav-will_paginate-2.3.2
&lt;/p&gt;&lt;p&gt;
Many thanks,
&lt;/p&gt;&lt;p&gt;
Jeannette
&lt;/p&gt;&lt;/div&gt;</original-body-html>
  <versions type="array">
    <version type="Ticket::Version">
      <assigned-user-id type="integer">51</assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body>Hi all,

I got this error on script/console is there any fix ? Below are print stack:



&gt;&gt; @p = Person.find(106)
=&gt; #&lt;Person id: 106, createdate: &quot;2001-01-17 19:34:19&quot;, firstname: &quot;Peter&quot;&gt;
&gt;&gt; @p.paper
=&gt; [#&lt;Paper id: 1246, title: &quot;I&quot;, summary: nil&gt;, #&lt;Paper id: 968, title: &quot;W&quot;, summary: nil&gt;, #&lt;Paper ident: 923, title: &quot;S&quot;,summary: nil&gt;, #&lt;Paper id: 1200, &gt;.....]
&gt;&gt; @p.paper.size
=&gt; 94
&gt;&gt; @p.paper.class

SystemStackError: stack level too deep
	from /Users/jc/vendor/plugins/will_paginate/lib/will_paginate/finder.rb:138:in `method_missing_without_paginate'
	from /Users/jc/vendor/plugins/will_paginate/lib/will_paginate/finder.rb:139:in `method_missing'
	from (irb):3


my models associations:

Person 
has_many :author
has_many :paper :through =&gt; :author


my environment: 

ruby -v ==&gt; ruby 1.8.6 (2007-09-24 patchlevel 111) [i686-darwin9.2.2]


rails -v ==&gt; Rails 2.1.0

gem -v ==&gt; 1.0.1

just Successfully installed mislav-will_paginate-2.3.2


Many thanks,

Jeannette</body>
      <body-html>&lt;div&gt;&lt;p&gt;
Hi all,
&lt;/p&gt;&lt;p&gt;
I got this error on script/console is there any fix ? Below are print stack:
&lt;/p&gt;&lt;p&gt;
&gt;&gt; @p = Person.find(106)
&lt;/p&gt;&lt;p&gt;
=&gt; #
&lt;/p&gt;&lt;p&gt;
&gt;&gt; @p.paper
&lt;/p&gt;&lt;p&gt;
=&gt; [#, #, #, #.....]
&lt;/p&gt;&lt;p&gt;
&gt;&gt; @p.paper.size
&lt;/p&gt;&lt;p&gt;
=&gt; 94
&lt;/p&gt;&lt;p&gt;
&gt;&gt; @p.paper.class
&lt;/p&gt;&lt;p&gt;
SystemStackError: stack level too deep
&lt;/p&gt;&lt;p&gt;
from /Users/jc/vendor/plugins/will_paginate/lib/will_paginate/finder.rb:138:in `method_missing_without_paginate'
&lt;/p&gt;&lt;p&gt;
from /Users/jc/vendor/plugins/will_paginate/lib/will_paginate/finder.rb:139:in `method_missing'
&lt;/p&gt;&lt;p&gt;
from (irb):3
&lt;/p&gt;&lt;p&gt;
my models associations:
&lt;/p&gt;&lt;p&gt;
Person
&lt;/p&gt;&lt;p&gt;
has_many :author
&lt;/p&gt;&lt;p&gt;
has_many :paper :through =&gt; :author
&lt;/p&gt;&lt;p&gt;
my environment:
&lt;/p&gt;&lt;p&gt;
ruby -v ==&gt; ruby 1.8.6 (2007-09-24 patchlevel 111) [i686-darwin9.2.2]
&lt;/p&gt;&lt;p&gt;
rails -v ==&gt; Rails 2.1.0
&lt;/p&gt;&lt;p&gt;
gem -v ==&gt; 1.0.1
&lt;/p&gt;&lt;p&gt;
just Successfully installed mislav-will_paginate-2.3.2
&lt;/p&gt;&lt;p&gt;
Many thanks,
&lt;/p&gt;&lt;p&gt;
Jeannette
&lt;/p&gt;&lt;/div&gt;</body-html>
      <closed type="boolean">false</closed>
      <created-at type="datetime">2008-06-25T07:17:15-07:00</created-at>
      <creator-id type="integer">24430</creator-id>
      <diffable-attributes type="yaml">--- {}

</diffable-attributes>
      <milestone-id type="integer" nil="true"></milestone-id>
      <number type="integer">232</number>
      <permalink>systemstackerror-stack-level-too-deep</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">466</project-id>
      <state>new</state>
      <tag nil="true"></tag>
      <title>SystemStackError: stack level too deep</title>
      <updated-at type="datetime">2008-06-25T07:17:15-07:00</updated-at>
      <user-id type="integer">24430</user-id>
      <user-name>Jeannette</user-name>
      <creator-name>Jeannette</creator-name>
      <assigned-user-name>Chris Wanstrath</assigned-user-name>
      <url>http://err.lighthouseapp.com/projects/466/tickets/232</url>
    </version>
    <version type="Ticket::Version">
      <assigned-user-id type="integer">51</assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body>FYI: 

I have solved the problem by doing:

gem uninstall will_paginate

script/plugin remove will_paginate

and then gem install mislav-will_paginate -s http://gems.github.com 


cheers


Jeannette</body>
      <body-html>&lt;div&gt;&lt;p&gt;
FYI:
&lt;/p&gt;&lt;p&gt;
I have solved the problem by doing:
&lt;/p&gt;&lt;p&gt;
gem uninstall will_paginate
&lt;/p&gt;&lt;p&gt;
script/plugin remove will_paginate
&lt;/p&gt;&lt;p&gt;
and then gem install mislav-will_paginate -s &lt;a href=&quot;http://gems.github.com&quot;&gt;http://gems.github.com&lt;/a&gt;
&lt;/p&gt;&lt;p&gt;
cheers
&lt;/p&gt;&lt;p&gt;
Jeannette
&lt;/p&gt;&lt;/div&gt;</body-html>
      <closed type="boolean">false</closed>
      <created-at type="datetime">2008-06-26T03:20:36-07:00</created-at>
      <creator-id type="integer">24430</creator-id>
      <diffable-attributes type="yaml">--- {}

</diffable-attributes>
      <milestone-id type="integer" nil="true"></milestone-id>
      <number type="integer">232</number>
      <permalink>systemstackerror-stack-level-too-deep</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">466</project-id>
      <state>new</state>
      <tag nil="true"></tag>
      <title>SystemStackError: stack level too deep</title>
      <updated-at type="datetime">2008-06-26T03:20:36-07:00</updated-at>
      <user-id type="integer">24430</user-id>
      <user-name>Jeannette</user-name>
      <creator-name>Jeannette</creator-name>
      <assigned-user-name>Chris Wanstrath</assigned-user-name>
      <url>http://err.lighthouseapp.com/projects/466/tickets/232</url>
    </version>
    <version type="Ticket::Version">
      <assigned-user-id type="integer">192</assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body></body>
      <body-html></body-html>
      <closed type="boolean">true</closed>
      <created-at type="datetime">2008-06-30T14:59:11-07:00</created-at>
      <creator-id type="integer">24430</creator-id>
      <diffable-attributes type="yaml">--- 
:state: new
:assigned_user: 51
</diffable-attributes>
      <milestone-id type="integer" nil="true"></milestone-id>
      <number type="integer">232</number>
      <permalink>systemstackerror-stack-level-too-deep</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">466</project-id>
      <state>invalid</state>
      <tag nil="true"></tag>
      <title>SystemStackError: stack level too deep</title>
      <updated-at type="datetime">2008-10-14T18:25:54-07:00</updated-at>
      <user-id type="integer">192</user-id>
      <user-name>Mislav</user-name>
      <creator-name>Jeannette</creator-name>
      <assigned-user-name>Mislav</assigned-user-name>
      <url>http://err.lighthouseapp.com/projects/466/tickets/232</url>
    </version>
    <version type="Ticket::Version">
      <assigned-user-id type="integer">192</assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body></body>
      <body-html></body-html>
      <closed type="boolean">true</closed>
      <created-at type="datetime">2008-10-26T02:32:07-07:00</created-at>
      <creator-id type="integer">24430</creator-id>
      <diffable-attributes type="yaml">--- 
:tag: 
:state: new
:assigned_user: 51
</diffable-attributes>
      <milestone-id type="integer" nil="true"></milestone-id>
      <number type="integer">232</number>
      <permalink>systemstackerror-stack-level-too-deep</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">466</project-id>
      <state>invalid</state>
      <tag>will_paginate</tag>
      <title>SystemStackError: stack level too deep</title>
      <updated-at type="datetime">2008-10-26T02:32:11-07:00</updated-at>
      <user-id type="integer">192</user-id>
      <user-name>Mislav</user-name>
      <creator-name>Jeannette</creator-name>
      <assigned-user-name>Mislav</assigned-user-name>
      <url>http://err.lighthouseapp.com/projects/466/tickets/232</url>
    </version>
  </versions>
</ticket>
