18 Mar, 2011
1 commit
-
only generate prompts if cache is less than 90% full
04 Mar, 2011
1 commit
07 Feb, 2011
1 commit
31 Jan, 2011
1 commit
28 Jan, 2011
1 commit
27 Jan, 2011
3 commits
-
in order to work with multiple app servers, don't export to file. instead export to redis.
26 Jan, 2011
1 commit
25 Jan, 2011
1 commit
24 Jan, 2011
2 commits
21 Jan, 2011
4 commits
20 Jan, 2011
1 commit
-
add index on appearances (question_id, voter_id) remove index on appearances (question_id) as it is now superseded by the former
19 Jan, 2011
3 commits
-
rename picked_prompt to simple_random_choose_prompt add tests for distinct_array_of_choice_ids modify distinct_array_of_choice_ids to use named parameters move conditions variable creation outside of loop update conditions creation to handle when only_active is false
-
when using catchup and no prompt found, use random prompt
18 Jan, 2011
1 commit
12 Jan, 2011
1 commit
10 Jan, 2011
3 commits
04 Jan, 2011
2 commits
21 Dec, 2010
1 commit
-
add indexes to votes table to speed up task, and should speed up other queries we do
08 Dec, 2010
8 commits
-
When calculating weights, ignore prompts with invalid choices. Update if statement that determines if all possible valid prompts have been created. Update test factory to include case where there exists a prompt with invalid choices.
-
catchup algorithm
17 Nov, 2010
2 commits
-
also, add new lines to several errors
11 Nov, 2010
2 commits
-
In the votes CSV file, let FasterCSV do proper escaping for characters in strings like commas and quotes