greendog99 / greendog-rails-template

Rails 3 template with HTML5 Boilerplate in HAML and SASS, plus other goodies
76 stars 20 forks source link

greendog-rails-template

This is a Rails Template to facilitate the quick set-up of new Rails applications.

Overview

Changes

Prerequisites

Usage

Get a copy of the template:

git clone git://github.com/greendog99/greendog-rails-template.git /tmp/greendog-rails-template

Create a new Rails application as normal, specifying the path to the template script with the -m flag:

rails new appname -d mysql -m /tmp/greendog-rails-template/template.rb

Create your database, run your migration, and start the rails server with rails s.Browse to http://localhost:3000/demos/text and http://localhost:3000/demos/grid to see sample pages.

Documentation

See the documentation page for a summary of how to use each of the features.

To Do

See Also

Credits

Thanks to others whose work has steered me in the right direction: