01 Sep, 2011
1 commit
20 Jul, 2011
1 commit
-
this allows us to get the info parameter if available for the user who submitted the idea
22 Jun, 2011
1 commit
20 Jun, 2011
2 commits
25 May, 2011
1 commit
17 May, 2011
1 commit
-
Add delayed job directly, instead of calling choose_prompt which was causing issues with tracking prompt_cache_hits and the API test.
05 May, 2011
1 commit
27 Apr, 2011
1 commit
-
we were trying to create prompts before there was enough enabled
26 Apr, 2011
1 commit
-
when an idea is activated, reduce prompt_queue cache to refill size and schedule delayed job to regenerate prompts
31 Mar, 2011
1 commit
25 Mar, 2011
1 commit
-
add docs for why we skip generating prompts if 90% full
24 Mar, 2011
1 commit
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
28 Jan, 2011
1 commit
27 Jan, 2011
1 commit
-
in order to work with multiple app servers, don't export to file. instead export to redis.
19 Jan, 2011
2 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
08 Dec, 2010
5 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.
11 Nov, 2010
3 commits
-
In the votes CSV file, let FasterCSV do proper escaping for characters in strings like commas and quotes
-
in ideas export CSV let FasterCSV handle the CSV escaping of strings (strings with commas, quotes, newlines, etc.)
02 Nov, 2010
1 commit
-
active column in ideas CSV now has "TRUE" or "FALSE" instead of "true" or "false"
01 Nov, 2010
3 commits
-
CSV report of non-votes wasn't updated after the Appearance model was changed from having separate Skip and Vote objects to using Answerable as a polymorphic relationship. This fixes that over-sight.
21 Oct, 2010
3 commits