Hi Luke,<br><br> Yes I had restarted merb but same results. <br><br> I think I've found the problem. Perhaps I have a bit of a contrived example..<br><br> Say I have the following page index.rhtml.erb with<br><br>
<h1>Hello World</h1><br> <script src="/fred/<%=@key%>.js" language="javascript" type="text/javascript"></script> <br><br> That is it delegates to the fred controller to gen a chunck of javascript but if the controller
<br> action 'fred' throws and exception, this exception won't surface back the browser.<br> <br> Is there a way to solve this with merb ?<br><br>Thanks,<br>Fernand<br>