doc/guide.html in masterview-0.3.3 vs doc/guide.html in masterview-0.3.4

- old
+ new

@@ -262,17 +262,20 @@ <p> In a command shell, cd to your Rails application directory and use rake commands of the form: </p> -<pre class="code"> -rake mv:list -rake mv:list_all -rake mv:rebuild -rake mv:rebuild_all -rake mv:copy_layout -rake mv:clean_mv_rhtml -</pre> +<table> +<tr><th>Rake command</th><th>Description</th></tr> +<tr><td><pre class="code">rake mv:clean_mv_rhtml</pre></td><td>Cleanup/remove MasterView generated rhtml files - useful when generating erb to file system</td></tr> +<tr><td><pre class="code">rake mv:copy_layout</pre></td><td>Create shell template using layout of existing masterview template, requires TEMPLATE=foo/bar.html ACTION=list</td></tr> +<tr><td><pre class="code">rake mv:generate_all_rhtml</pre></td><td>Run parser manually on masterview html files to parse and generate the erb/rhtml files</td></tr> +<tr><td><pre class="code">rake mv:list</pre></td><td>Display list and status about each MasterView template</td></tr> +<tr><td><pre class="code">rake mv:list_all</pre></td><td>Display list, status, and full details about each MasterView template</td></tr> +<tr><td><pre class="code">rake mv:rebuild</pre></td><td>Rebuild/update html template imports, specify TEMPLATE=foo/bar.html</td></tr> +<tr><td><pre class="code">rake mv:rebuild_all</pre></td><td>Rebuild all outdated html template imports</td></tr> +<tr><td><pre class="code">rake mv:view_rhtml</pre></td><td>View erb/rhtml that masterview generated - specify rhtml name like RHTML=product/_form.rhtml or RHTML=layouts/product.rhtml</td></tr> +</table> <p>To obtain further information about the supported commands, run the standard rake tasks report using the <code>--tasks</code> (<code>-T</code>) option:</p> <pre class="code"> \ No newline at end of file