Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 210 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 210 Bytes

Rails Base

Common Rails app scaffolding. To start a new project -

  • Copy down the repo
  • Grep for and replace FIXMEs with settings suitable for your project
  • rake db:setup

and you should be good to go.