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 3c364339ea
adding weight to product
11 years ago
app adding weight to product 11 years ago
bin First commit 11 years ago
config adding product 11 years ago
db adding weight to product 11 years ago
lib First commit 11 years ago
log First commit 11 years ago
public First commit 11 years ago
test First commit 11 years ago
vendor/assets First commit 11 years ago
.gitignore First commit 11 years ago
Gemfile First commit 11 years ago
Gemfile.lock First commit 11 years ago
README.md listing stuff matt did 11 years ago
Rakefile First commit 11 years ago
config.ru First commit 11 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