tracks/app/controllers
Don Cruse d4bd8ed4db Removing some intermediate values
This removes some intermediate steps that were ultimately not necessary
to the math.  It also consolidates some of the methods for counting events
so that fewer intermediate values are necessary.

To that end, a new scope is added to the ToDo model for events that are
*either* created_at or completed_at after a certain date. This scope
allows the StatsController to pull out the largest possible responsive
set of values, and then filter just the particular slices that it needs
for various steps in the calculation.
2013-07-28 13:27:27 +02:00
..
todos fix failing tests 2013-06-17 10:06:38 +02:00
application_controller.rb Merge branch 'master' into rails4 2013-06-17 09:25:02 +02:00
calendar_controller.rb Rename to_xml_params to todo_xml_params 2013-04-30 22:52:22 -05:00
contexts_controller.rb Merge branch 'master' into rails4 2013-06-17 09:25:02 +02:00
data_controller.rb fix failing tests 2013-05-13 15:35:21 +02:00
feedlist_controller.rb remove duplication in feedlist controller 2013-05-11 10:49:38 +02:00
integrations_controller.rb small refactorings 2013-05-05 20:32:32 +02:00
login_controller.rb Move the expire_session route 2013-06-10 14:30:12 -05:00
notes_controller.rb move to strong_parameters of rails4. 2013-05-27 12:44:31 +02:00
preferences_controller.rb move to strong_parameters of rails4. 2013-05-27 12:44:31 +02:00
projects_controller.rb implement go to project with autocomplete 2013-07-20 23:21:24 +02:00
recurring_todos_controller.rb Merge branch 'master' into rails4 2013-06-21 10:20:36 +02:00
search_controller.rb Simplify SearchController#results 2013-03-12 19:49:19 -05:00
stats_controller.rb Removing some intermediate values 2013-07-28 13:27:27 +02:00
todos_controller.rb Merge branch 'master' into rails4 2013-06-17 09:25:02 +02:00
users_controller.rb move to strong_parameters of rails4. 2013-05-27 12:44:31 +02:00