Hi! Just to add some information on this. I needed to use camelized xml tags, so I upgraded my application from Rais 2.2.2. to Rails 2.3.2. I upgraded it on Ubuntu and no problem. I tried to upgrade on my mac and had this same problem (nil.push). I have made these changes (add "if stack" in both lines), and the problem has been solved.
I will test it deeper. My versions are: => Booting Mongrel => Rails 2.3.2 application starting on http://0.0.0.0:4000 hobo-0.8.5, hobofields 0.8.5 and hobosupport 0.8.5 Thanks. tx. On Feb 18, 12:48 pm, Tom Locke <[email protected]> wrote: > > So I decided to hack a little.. > > changed line 100 in template_handler.rb to: > > > stack.push(self) if stack > > > and line 112 to: > > > stack.pop if stack > > > ...and it seems to be working. I have a feeling that it may not be the > > best way around the problem though... Tom? > > TBH I'm not entirely sure what that render stack thing is : ) > > I'm not sure why this would be happening to you and no-one else > though. Perhaps double check that you're running the versions that you > think you are? > > Tom --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hobousers?hl=en -~----------~----~----~----~------~----~------~--~---
