My simple template for Ruby on Rails projects.
$ rails new [app_name] -m .krails/krails.rb
This template does the following:
- Drop in some template deployment instructions;
- Setup some basic styles and layouts;
- Install some basic images and miscellany;
- Generate controllers for static pages;
- Do a db:migrate;
- Bundle all depedencies; and
- Perform an initial Git commit.