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 b081c644e9
stuff I did/stuff Matt di
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.rdoc stuff I did/stuff Matt di 10 years ago
Rakefile First commit 10 years ago
config.ru First commit 10 years ago

README.rdoc

== 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