Railsify!

Blueprint

Blueprint


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

Installation
------------

Blueprint can be installed as a Rails plugin:

	./script/plugin install http://svn.ariejan.net/plugins/blueprint

Usage
-----

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).

Credits
-------

BlueprintCSS - http://code.google.com/p/blueprintcss
Kabisa ICT - http://kabisa.nl
Ariejan.net - http://ariejan.net

Last updated: September 23, 2007 15:53