[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.. >

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

[haml] Re: Webkit Hack: What is the appropriate syntax to target webkit browsers only

2010-07-23 Thread Josh Rubinstein
I was a goof! Got it working. Thanks for the stellar support. I feel bad having to hack webkit browser but somewhere in some of my css3 there is a difference between the way FF and Safari/chrome calculate the "top" parameter for elements. On Jul 22, 12:34 pm, Nathan Weizenbaum wrote: > That exam

[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