Tony Pelaez's Blog

May 24, 2009

Damn Layout Gem

Filed under: Rails, Ruby, The Web.
Posted by Tony Pelaez @ 11:41 am

I created a gem to help me automate some of the setup work that I doe each time I crate a rails project. This gem uses the 960 grid sistem and generates nice looking flash messages based on ideas put forth by janko.

Install the gem from the command line with:

gem install HarryGuerilla-damn-layout-generators

Generate the default layout, css, and images from the root of your rails project with:

script/generate damn_layout

Leave a Reply