Project

fantasyhub

0.01
No commit activity in last 3 years
No release in over 3 years
Business logic for #peepcode's challenge, the fantasy league of githubbers
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Brought to you from the people behind www.rubycasts.io

Check out these awesome ruby and rails screencasts! There is 1 15 minute cast released every week as well as either a 2 Minute Ruby or a 2 Minute Rails screencast!

Fantasyhub

This is the business logic behind th web app for PeepCode's PBP Challenge issued to @wycats and @tenderlove, This is my isolated, test driven, functional version.

Installation

Add this line to your application's Gemfile:

gem 'fantasyhub'

And then execute:

$ bundle

Or install it yourself as:

$ gem install fantasyhub

Usage

score = Fantasyhub.event_scores_sum_for(uid)

Running the test suite

./run_test_suite # fast tests
SLOW=1 ./run_test_suite # fast tests

Supported Rubies

I have long disowned 1.8 and 1.9. Run this in 2.0+

Code Health

Code Climate Build Status