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.
 
 
 
 
Matt Huntington 8aa766f1bd
reformatting md
10 years ago
app First commit 10 years ago
bin First commit 10 years ago
config First commit 10 years ago
db First commit 10 years ago
lib First commit 10 years ago
log First commit 10 years ago
public First commit 10 years ago
test First commit 10 years ago
vendor/assets First commit 10 years ago
.gitignore First commit 10 years ago
Gemfile First commit 10 years ago
Gemfile.lock First commit 10 years ago
README.md reformatting md 10 years ago
Rakefile First commit 10 years ago
config.ru First commit 10 years ago

README.md

README

Stuff I Did

  1. rails new railsApp -d postgresql
  2. rake db:create
  3. rake routes
  4. rails s

Stuff Matt Did

rake db:create rake routes bundle install rails s rails g controller session rails g resource user email password_digest rails g resource transgression user:references description sin_type rake db:migrate