I feel a bit idiotic, because I figured out the "issue" shortly after
posting.  I should have done a better job troubleshooting, since right
after I posted I realized I never checked it out with an erb template,
which had the same issue.

Turns out that rails 2.3.x has template caching, which is suppose to
be turned off in development mode by default.  However, in my case I
had to add the line explicitly setting it to false inside of
environments/development.rb

  config.action_view.cache_template_loading = false

Sorry to clutter the list!

On Sep 18, 1:16 pm, cullenk <[email protected]> wrote:
> Hello all, I have searched and searched to no avail.  Since upgrading
> to rails 2.3, changes made to haml templates do not show up unless I
> restart mongrel.  I have also tried thin and experience the same
> issue.  Class caching is turned off in rails, and this problem occurs
> in both development and production mode.
>
> I have tried it with rails 2.3.2 and 2.3.4, both have the same output.
>
> Searching around showed some issues with haml template naming with
> rails versions > 2.3.2, however all my templates are named
> something.html.haml.
>
> Is anyone else noticing this issue?  It's driving me nuts!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to