notes 242 Bytes
Newer Older
Norman Macasaet's avatar
Norman Macasaet committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
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