On 4/20/07, <b class="gmail_sendername">Federico Ramallo</b> <<a href="mailto:framallo@gmail.com">framallo@gmail.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
hi<br><br>I'm trying to use both plugins, but have some errors...<br><br><a href="http://goldberg.240gl.org/">http://goldberg.240gl.org/</a> <<a href="http://masterview.org/index.html">http://masterview.org/index.html
</a>><br><br>What i have done so far:<br>* I install both plugins with gem<br>* create a new rails project<br>* run:<br>* ruby script/generate masterview_plugin<br>* script/generate masterview client clients<br><br>The layout is in app/views/clients/list.html and Masterview generates
<br>/layouts/clients.rhtml on startup.<br><br>then i installed goldberg<br><br>|*gem install goldberg_generator|<br><br>* script/generate goldberg template<br>* change security for masterview controller<br><br>and i want to use the
application.rhtml layout from goldberg, so i<br>remove the: mv:generate="layouts/clients.rhtml"<br>now i use layout/application.rhtml for clients controller<br>Until here everything worked fine (ugly, but without errors Smile )
<br>* now i rename application.rhtml to application.html and add in the html<br>tag: mv:generate="layouts/application.rhtml"<br><br>here i have this error in <a href="http://localhost:3000/">http://localhost:3000/
</a><br><br>Missing layout<br>./script/../config/../vendor/plugins/goldberg/lib/../app/views/../../../../../app/views/layouts/application.rhtml<br><br><br>but i have no error in <a href="http://localhost:3000/clients">http://localhost:3000/clients
</a><br><br>any ideas?<br>i guess that goldberg is looking for the template before masterview<br>generate it.....<br><br></blockquote></div><br><br>I am not aware of any incompatibilities between the two plugins. The way that MasterView hooks into rails, I doubt that there would be a problem in that goldberg is not able to find the template. I'm guessing that maybe it is just a slight typo or something somewhere in the setup.
<br><br>Could you browse to the masterview admin page and paste a screenshot for me here, that might help in determining what is wrong. And if you don't have anything too private in there yet, you could even zip up the files and post them as well and I can take a look directly if the screenshot doesn't tell us enough.
<br><br>I have certainly used layout/application.rhtml across my pages as well so that is a common thing to do. <br><br>If there turns out to be any incompatibility then I'll do my best to resolve it, but lets start the debugging and see where it leads us.
<br><br>Thanks,<br><br>Jeff<br>