02 Dec, 2013
1 commit
21 May, 2013
1 commit
-
This reverts commit 792627d4051186317189397d128a69f051a05352.
14 May, 2013
1 commit
25 Apr, 2013
2 commits
-
ruby 1.8.7 and 1.9.3 appear to round differently
21 Dec, 2012
1 commit
07 Nov, 2012
1 commit
27 Aug, 2012
4 commits
-
Returns all Choice or Questions' versions if requested
-
instead of timing in test, verify that prompts aren't created when ideas are added.
-
we don't have control over speed of travis ci servers, so we're being more lenient
16 Aug, 2012
1 commit
-
We need to require mock_redis before calling MockRedis.new inside config/environments/*.rb. This because, inside that, Bundler haven't required our environments' gems yet. This patch moves that to spec/spec_helper.rb and features/support/env.rb. This fixes this problem, and also mocks Redis even if we don't run the tests through Rake. I also forgot to commit the Gemfile.lock. Adding this here.
10 Aug, 2012
1 commit
-
These are the last recommended versions for Rails 2 https://github.com/cucumber/cucumber/wiki/ruby-on-rails
16 Apr, 2012
1 commit
02 Apr, 2012
1 commit
30 Mar, 2012
2 commits
27 Mar, 2012
2 commits
-
ensure that each question has at least one vote after the date we're checking
-
should not be able to submit a choice with no data
24 Feb, 2012
1 commit
23 Feb, 2012
1 commit
21 Feb, 2012
1 commit
16 Feb, 2012
2 commits
27 Jan, 2012
1 commit
17 Oct, 2011
1 commit
16 Sep, 2011
1 commit
16 Jun, 2011
1 commit
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
18 Mar, 2011
1 commit
-
only generate prompts if cache is less than 90% full
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
1 commit
-
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
08 Dec, 2010
2 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
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.)
01 Nov, 2010
1 commit
-
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.