We didn't intentionally remove user level directives from the release. We consider it a benefit to allow user created directives.<br><br>I would guess that since the newer version uses new configuration of how those user directive paths are specified that this is what broke things for you.
<br><br>Check your config/masterview/settings.rb that you have specified<br><code>config.directive_paths &lt;&lt; /path/to/my/directives<br><br>to include your directive directories.<br><br>I will run some tests to verify whether there are any issues with this.
<br><br>Also note that you can also manually 'require' any files that you want if you do it after you require 'masterview'. This will allow you to manually load any directives anywhere in your path including inside of gems. They simply have to be done after masterview though so that MasterView will become aware of them as they load.
<br><br>Jeff<br></code><br><div><span class="gmail_quote">On 7/5/06, <b class="gmail_sendername">Ed Howland</b> &lt;<a href="mailto:ed.howland@gmail.com">ed.howland@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
After upgrading to 0.2.2, my directives in<br>vendor/plugins/masterview/directives no longer function. Scanned all<br>the documentation and could not find _any_ information on user created<br>directives.<br><br>Reading the code itself, there seems to be 2 commented out sections.
<br>One refers to app/masterview/directives and the other refers to<br>config/masterview/directives. Seems to be a lot of TODO commentary.<br><br>Why were user directives disabled in this release and no notification<br>given? Is there a work around? I desperately need to get my code
<br>working again.<br><br>Thanks<br><br>Ed<br><br>--<br>Ed Howland<br><a href="http://greenprogrammer.blogspot.com">http://greenprogrammer.blogspot.com</a><br></blockquote></div><br>