Well something in Rails 1.2/Rails edge changed and now if you get a template compile problem (ERB error) the debug output is not currently shown. This was working before, but something has changed. <br><br>I will be working on a fix for this.
<br><br>In the meantime, you only get a blank screen if there is an error, which doesn't help you at all figure out what the problem was. <br><br>You can go into your config/masterview/settings.rb and set <br>config.generate_rhtml_files
= true<br><br>This will have MasterView generate the rhtml files to the file system which will allow debugging to work properly.<br><br>If you decide to switch back later then you will want to clean up the rhtml files that were generated. (I will try to make this a non-manual process in the future too).
<br><br>Jeff<br>