Markaby plugin
Plugin details
Documentation
Install the plugin:
ruby script/plugin install http://code.whytheluckystiff.net/svn/markaby/trunk/
An example layout:
html do head do title action_name stylesheet_link_tag 'scaffold' end body do p flash[:notice], :style => "color: green" self << content_for_layout end end
Further Documentation
There is currently no advanced documentation for this plugin.
New documentationEdit plugin | (0 older versions) | Last edited by: maxim_kulkin, about 1 year ago

