goodmike / mustache_rails3

mustache_rails3 provides a template handler and generators for Rails 3.
Other
54 stars 23 forks source link

Changing a View or Layout in Development requires restart #7

Closed jocubeit closed 13 years ago

jocubeit commented 13 years ago

Is there a way to get everything to work like it does in default rails. When I update a View or Layout, or even a Mustache Template I have to restart the web server, otherwise I get a Errno::ENOENT error. Is this something to do with class auto-reloading in development?

jocubeit commented 13 years ago

Just discovered Parallel588's commit 597dc9612caee0e0dd0cde1b408de5070e2d1d11 fixes this issue. It's included in his pull request.