You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Simon Quigley 1e5f2d08e6
Add the initial template, from `rails new .`
8 months ago
app Add the initial template, from `rails new .` 8 months ago
bin Add the initial template, from `rails new .` 8 months ago
config Add the initial template, from `rails new .` 8 months ago
db Add the initial template, from `rails new .` 8 months ago
lib Add the initial template, from `rails new .` 8 months ago
log Add the initial template, from `rails new .` 8 months ago
public Add the initial template, from `rails new .` 8 months ago
storage Add the initial template, from `rails new .` 8 months ago
test Add the initial template, from `rails new .` 8 months ago
tmp Add the initial template, from `rails new .` 8 months ago
vendor Add the initial template, from `rails new .` 8 months ago
.gitattributes Commit the .git* files before the rest. 8 months ago
.gitignore Commit the .git* files before the rest. 8 months ago
Gemfile Add the initial template, from `rails new .` 8 months ago
Gemfile.lock Add the initial template, from `rails new .` 8 months ago
README.md Add the initial template, from `rails new .` 8 months ago
README.txt Initial commit. 8 months ago
Rakefile Add the initial template, from `rails new .` 8 months ago
config.ru Add the initial template, from `rails new .` 8 months ago

README.md

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...