Rails' layout mechanism follows the standard pattern embodied in Sun's J2EE patterns and familiar to users of Struts and other frameworks. The page template outputs the main content, and it's automatically wrapped by a generic template (as opposed to the earlier SSI-style paradigm, where each page manually includes headers, footers, etc.). There's always a complication [...]
Flexible Templating/Layouts With Rails
June 27th, 2006 · 2 Comments
Tags: SoftwareDev
