On edge, Rails prefers the two-extension naming scheme, as you noted earlier. Try naming your template:
index.html.haml That generally works for me. Sean On 9/25/07, Mislav Marohnić <[EMAIL PROTECTED]> wrote: > On 9/25/07, Stephen Bannasch <[EMAIL PROTECTED]> wrote: > > > > When I am running in development mode do I need to restart the server > every time I make a change in a haml view, layout or partial? > > No. Not even in production mode. Usually you only have to restart if you > changed the template extension (ie. from rhtml to .haml) > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
