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 33dac2f989
listing stuff matt did
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 listing stuff matt did 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

  1. rake db:create
  2. rake routes
  3. bundle install
  4. rails s
  5. rails g controller session
  6. rails g resource user email password_digest
  7. rails g resource transgression user:references description sin_type
  8. rake db:migrate