TODO in garterbelt-0.0.7 vs TODO in garterbelt-0.0.8

- old
+ new

@@ -1,11 +1,28 @@ increase performance ~10% -partial passes down params from parent view + anonymous views -rails style helpers +view + class level view required defaults to [] not nil + join on widgets? + pass block to render method so you can yield! + better error messaging when rendering buffer, which line in content is causing the problem? + script and style tags auto escape + +partial + pass the block content to partial instances too + partial passes down params from parent view -render styles - - pretty: current and default - - compact: argument content in the tags, not new line - - minified: no new lines or indenting - - text only: no tags, appropriate new lines according to tag type \ No newline at end of file +page + embed_js, embed_css file content, string content + make content method = page_content, so that downstream views can just use content as their main method + + +name changes (for less name collision): + options to initialization_options + curator to _curator + look at other names for possible issues + + +# CoverGirl +rails style helpers