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?
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?