[haml] Re: Totally lost on strange haml error, anyone can help me out please?

2010-07-22 Thread rubytastic
I totally reinstalled OSX (slow performance) in the hope this error would be fixed also Im using haml (3.0.13) Rails 2.3.8 ruby 1.8.7 (2009-06-12 patchlevel 174) [universal-darwin10.0] Anyone knowss a solution? I cannot really find anything with google either so I thought the haml experts are my

[haml] Re: Totally lost on strange haml error, anyone can help me out please?

2010-07-22 Thread rubytastic
I reinstalled all my gems ruby and rails this is my gem list: actionmailer (2.3.8, 2.3.5, 2.2.2, 1.3.6) actionpack (2.3.8, 2.3.5, 2.2.2, 1.13.6) actionwebservice (1.2.6) activerecord (2.3.8, 2.3.5, 2.2.2, 1.15.6) activeresource (2.3.8, 2.3.5, 2.2.2) activesupport (2.3.8, 2.3.5, 2.2.2, 1.4.4) acts

[haml] Re: Totally lost on strange haml error, anyone can help me out please?

2010-07-22 Thread rubytastic
NoMethodError in Home#index Showing app/views/home/index.html.haml where line # raised: undefined method `show' for # This is the full trace, Perhaps Its an idea if caused by haml to have more meaningfull error messages.. Around line # is not very handy, Does around line # refers something speci

[haml] Re: Totally lost on strange haml error, anyone can help me out please?

2010-07-23 Thread rubytastic
Nobody some clues? On Jul 23, 7:55 am, rubytastic wrote: >  NoMethodError in Home#index > > Showing app/views/home/index.html.haml where line # raised: > > undefined method `show' for # > This is the full trace, > Perhaps Its an idea if caused by haml to have more meaningfull error > messages.. >

[haml] Re: Totally lost on strange haml error, anyone can help me out please?

2010-07-23 Thread rubytastic
Thanks Nathan, This has been a very frustrating issue, since im not that advanched into ruby yet. I *finally* found the issue I will document below for futher reference I started stripping views, controllers and models from the app one by one testing to no avail. Then the config folder cleaned up

Re: [haml] Re: Totally lost on strange haml error, anyone can help me out please?

2010-07-22 Thread Nathan Weizenbaum
The only thing I can think is that you have something else installed that's somehow monkeypatching Haml and causing it to break. What other gems/plugins are you using? On Thu, Jul 22, 2010 at 1:56 PM, rubytastic wrote: > I totally reinstalled OSX (slow performance) in the hope this error > would

Re: [haml] Re: Totally lost on strange haml error, anyone can help me out please?

2010-07-23 Thread Nathan Weizenbaum
This is very bizarre, particularly because no "show" method is ever called in any files that have to do with Haml::Precompiler::Line, let alone on line 178. I think the best I can do now is to suggest that you try removing things until the issue goes away and then figure out what exactly you remov