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
341 B
20 lines
341 B
== README
|
|
|
|
# Stuff Matt Did
|
|
|
|
1. `rails new railsApp -d postgresql`
|
|
1. `rake db:create`
|
|
1. `rake routes`
|
|
1. `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
|