2collegebums / simple_rails_template forked from nesquena/simple_rails_template
- Source
- Commits
- Network (1)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.DS_Store | ||
| |
Capfile | ||
| |
README.markdown | ||
| |
References.markdown | ||
| |
TODO | ||
| |
database.mysql.yml | ||
| |
simple_template.rb | ||
| |
template_helper.rb | ||
| |
templates/ |
README.markdown
Overview
Simple rails template which serves my needs for a new application.
Usage
Simply invoke the rails command in the terminal
git clone git://github.com/2collegebums/simple_rails_template.git
rails my_app -d mysql -m simple_rails_template/simple_template.rb

