25 Apr, 2013
2 commits
18 Mar, 2013
2 commits
-
Squashed commit of the following: commit b1c0bd5f0394a9339b1d0394a7f39e5c6bac3826 Author: Luke Baker <lukebaker@gmail.com> Date: Mon Mar 18 15:13:49 2013 -0400 remove debugging travis.yml commit df35180b4a1181248dee5a8578d677566f475ea3 Author: Luke Baker <lukebaker@gmail.com> Date: Mon Mar 18 15:05:47 2013 -0400 more travis.ci testing commit 3b47ee9f1db531127f20e4436b1c14ec0fd98116 Author: Luke Baker <lukebaker@gmail.com> Date: Mon Mar 18 14:56:36 2013 -0400 more travis testing commit 925d3d4a912a90290f90155d07bf6abd9ffd5339 Author: Luke Baker <lukebaker@gmail.com> Date: Mon Mar 18 14:40:06 2013 -0400 add bundle exec to rake command
11 Feb, 2013
3 commits
29 Jan, 2013
1 commit
18 Jan, 2013
1 commit
11 Jan, 2013
2 commits
-
security fix disallowed parsing of YAML in XML
10 Jan, 2013
1 commit
21 Dec, 2012
1 commit
07 Dec, 2012
1 commit
30 Nov, 2012
2 commits
-
on every read or write we update the expiration to 30 days from that point, so it'll only expire after 30 days of inactivity
07 Nov, 2012
2 commits
01 Nov, 2012
1 commit
10 Sep, 2012
1 commit
27 Aug, 2012
5 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
25 Aug, 2012
2 commits
17 Aug, 2012
2 commits
16 Aug, 2012
5 commits
-
Fixes Redis' mocking.
-
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.
-
Mock Redis during our tests (fixes #18)
-
Upgrading gems so we're able to install in Ubuntu 12.04 without modifications (now with Cucumber!)
10 Aug, 2012
6 commits
-
These are the last recommended versions for Rails 2 https://github.com/cucumber/cucumber/wiki/ruby-on-rails
-
So we get rid of Rake's deprecations warnings: DEPRECATION WARNING: Rake tasks in vendor/plugins/limerick_rake/tasks, ... The gem itself is deprecated, so we might be better of removing it completely.
-
The old redis version don't works with newer redis-servers (i.e. 2.2.12, the current version in Ubuntu 12.04 repositories). This version works with both the older redis and the newer ones.
-
We've gems that are too old to work on modern systems.