notes rails new ballstats cd ballstats bundle install rails server rails g model MyStat name:string wins:integer loss:integer strikeouts:integer era:decimal rake db:migrate rails console exit rails server http://localhost:3000/stats