I recently installed the latest version of the haml gem. I don't know if my app picks that up automatically or if I have to do something to get it to use the new gem. There is no indication in my app that it is selecting a specific haml version
The problem does not occur when I switch to an erb template. The rescue clause in the erb template works properly. It also may be the case that I could easily move this begin/rescue into a helper as you suggest. That would make for cleaner code so I will probably do it. But I still want to understand what is going wrong here b/c this is not the first time I have been bitten by HAML swallowing up exceptions that it should not have. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Haml" 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/haml?hl=en -~----------~----~----~----~------~----~------~--~---
