tracks/app
Don Cruse 8ed20b35f2 Fixing bug #1442
This bug was caused when the chart encountered data outside of its
visible range (i.e., the upper bound of the array size). A test was
added that inserts some data from 2 years and 16 months in the past.
The test failed on the old version, throwing exactly the error in bug
report #1442.

The fix is to check whether or not the value is within the array range
before sending the "+=" operator. With this change, the test passes.
2013-07-28 19:00:51 -05:00
..
assets fix #1422. Changing default tags of a project is now remembered 2013-06-04 10:50:42 +02:00
controllers Fixing bug #1442 2013-07-28 19:00:51 -05:00
helpers Merge pull request #195 from doncruse/master 2013-07-22 19:44:18 -07:00
mailers initial upgrade to rails 3.2.3 2012-04-30 13:56:33 +02:00
models Merge pull request #199 from shaded2/csv_import 2013-07-26 03:04:07 -07:00
services Pull out RichMessageExtractor 2013-07-18 18:34:09 -05:00
views Merge pull request #199 from shaded2/csv_import 2013-07-26 03:04:07 -07:00