Hi, After updaing edge rails to release 9200 or greater, the following error is produced. ''stack level too deep'' Release 9200 (titled: Add efficient #include? to AssociationCollection (for has_many/has_many :through/habtm). [stopdropandrew]) does not seem to have any major changes and I can''t find anything obvious that would cause this error, does anyone have any suggestions to what may be going wrong? Cheers, Scott --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
Hi, Maybe this is due to a bug in will_paginate that was recently resolved. Try to get the newest will_paginate release 2.2.1 (either as a gem or from github) Hope this helps! cheers Martin Gamsjaeger On Wed, Apr 9, 2008 at 4:53 PM, ss1982 <scottsherwood1982@googlemail.com> wrote:> > Hi, > > After updaing edge rails to release 9200 or greater, the following > error is produced. > > ''stack level too deep'' > > Release 9200 (titled: Add efficient #include? to AssociationCollection > (for has_many/has_many :through/habtm). [stopdropandrew]) does not > seem > to have any major changes and I can''t find anything obvious that would > cause this error, does anyone have any suggestions to what may be > going > wrong? > > Cheers, > Scott > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
Martin is right, you should update to the latest state of the master branch or simply install and use the latest version of the gem. My suggestion is to update the gem version regularly, especially if you find a bug (maybe it''s has been solved already, like this one). On Wed, Apr 9, 2008 at 5:14 PM, Martin Gamsjaeger <gamsnjaga@gmail.com> wrote:> > Hi, > > Maybe this is due to a bug in will_paginate that was recently > resolved. Try to get the newest will_paginate release 2.2.1 (either as > a gem or from github) > > Hope this helps! > > cheers > Martin Gamsjaeger > On Wed, Apr 9, 2008 at 4:53 PM, ss1982 <scottsherwood1982@googlemail.com> > wrote: > > > > Hi, > > > > After updaing edge rails to release 9200 or greater, the following > > error is produced. > > > > ''stack level too deep'' > > > > Release 9200 (titled: Add efficient #include? to AssociationCollection > > (for has_many/has_many :through/habtm). [stopdropandrew]) does not > > seem > > to have any major changes and I can''t find anything obvious that would > > cause this error, does anyone have any suggestions to what may be > > going > > wrong? > > > > Cheers, > > Scott > > > > > > > > > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
Yep, cheers, updating will_paginate has solved the problem. Thanks, Scott On Apr 9, 5:00 pm, "Mislav Marohnić" <mislav.maroh...@gmail.com> wrote:> Martin is right, you should update to the latest state of the master branch > or simply install and use the latest version of the gem. > > My suggestion is to update the gem version regularly, especially if you find > a bug (maybe it''s has been solved already, like this one). > > On Wed, Apr 9, 2008 at 5:14 PM, Martin Gamsjaeger <gamsnj...@gmail.com> > wrote: > > > > > Hi, > > > Maybe this is due to a bug in will_paginate that was recently > > resolved. Try to get the newest will_paginate release 2.2.1 (either as > > a gem or from github) > > > Hope this helps! > > > cheers > > Martin Gamsjaeger > > On Wed, Apr 9, 2008 at 4:53 PM, ss1982 <scottsherwood1...@googlemail.com> > > wrote: > > > > Hi, > > > > After updaing edge rails to release 9200 or greater, the following > > > error is produced. > > > > ''stack level too deep'' > > > > Release 9200 (titled: Add efficient #include? to AssociationCollection > > > (for has_many/has_many :through/habtm). [stopdropandrew]) does not > > > seem > > > to have any major changes and I can''t find anything obvious that would > > > cause this error, does anyone have any suggestions to what may be > > > going > > > wrong? > > > > Cheers, > > > Scott--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---