Blueprint plugin

Plugin details

Blueprint allows you to quickly generate a layout that utilizes the BlueprintCSS framework.

Websitehttp://ariejan.net/2007/08/27/blueprintcss-rails-generator/ Repositoryhttp://svn.ariejan.net/plugins/blueprint Tags CSS LicenseUnknown

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 documentation

Edit plugin | (0 older versions) | Last edited by: Guest, 8 months ago