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