jsmyth/fantasy_hockey_app
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
REQUIRES:
- Rails 2.3.5
- Imagemagick
INSTALLATION:
git clone git://github.com/jsmyth/fantasy_hockey_app.git
cd fantasy_hockey_app
rake db:migrate:reset \
&& rake db:seed \
&& rake db:import:players:beacon \
&& rake db:import:nhl_team_updates \
&& rake db:dev_data \
&& extras/get_yahoo_players_and_player_ids.rb \
&& script/plugin install git://github.com/thorny-sun/prawnto.git --force \
&& script/plugin install http://github.com/10to1/spreadsheet_on_rails.git --force
MISC.
A diagram of the data model can be found in the extras/ directory.