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.
20 lines
363 B
20 lines
363 B
# README
|
|
|
|
## Stuff I Did
|
|
|
|
1. `rails new railsApp -d postgresql`
|
|
1. `rake db:create`
|
|
1. `rake routes`
|
|
1. `rails s`
|
|
|
|
## Stuff Matt Did
|
|
|
|
1. rake db:create
|
|
1. rake routes
|
|
1. bundle install
|
|
1. rails s
|
|
1. rails g controller session
|
|
1. rails g resource user email password_digest
|
|
1. rails g resource transgression user:references description sin_type
|
|
1. rake db:migrate
|