Skip to content

jsmyth/fantasy_hockey_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

269 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

An opinionated alternative to yahoo's fantasy hockey, written in ruby.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors