Blueprint plugin
Plugin details
Documentation
Install the plugin:
ruby script/plugin install http://svn.ariejan.net/plugins/blueprint
With the plugin installed, you may generate a layout. If you want to use the layout for a certain controller (e.g. PostsController), use 'posts' to generate a layout specific for that controller. Rails will automatically detect the layout and use it:
script/generate blueprint posts
or more generar:
script/generate blueprint frontend
By default, the grid is shown to help you with development. You can disable this grid by removing the appropriate lines from app/views/layouts/posts.rhtml (they have been marked for you).
Further Documentation
There is currently no advanced documentation for this plugin.
New documentationEdit plugin | (0 older versions) | Last edited by: Guest, 8 months ago

