This application runs a custom playoff pool. The pool lets entrants pick players out of a grid following a specific set of rules.
-
Set your environment variables found in config/environment_vars.rb.
-
Populate all teams with:
rake nhl:populate_teams
-
Once the regular season has completed, run the rake task to populate players:
rake nhl:populate_players
-
Set up a scheduled task to update the statistics regulary, and which will call the following rake task:
rake nhl:update_stats
Copyright 2012 Nicholas Munson All rights reserved.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see: http://www.gnu.org/licenses/