Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 410 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 410 Bytes

krails

My simple template for Ruby on Rails projects.

Usage

$ rails new [app_name] -m .krails/krails.rb

Notes

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.