26 Jan, 2015
1 commit
-
This needs to be done for all plugins as well, but it's more complicated there because several plugins have their own test_helper (which will also load the core test_helper).
12 Sep, 2013
1 commit
19 May, 2012
1 commit
-
Mocking Solr disable indexing and search, so it speeds tests that don't need solr. Tests that need searches have to call TestSolr.enable
04 Apr, 2012
1 commit
-
…into merge-requests/145
13 Mar, 2012
1 commit
-
(ActionItem2307)
19 Dec, 2011
1 commit
-
It seems like the Rails 2.3 test infrastructure makes the two cases closer than usual.
21 Oct, 2010
1 commit
-
* Posts unavailable for the user weren't displayed but were considered on pagination. * Used a direct sql to increase the performance. * Removing last and first_day_of_month methods and using the rails builtin methods in_the_beginning_of_month and in_the_end_of_month. P.S.: done against the master branch. (ActionItem1557)
01 Sep, 2010
1 commit
-
Run each request 10 times to avoid failure because of outliers (ActionItem1617)
12 Aug, 2010
1 commit
-
(ActionItem1617)
09 Aug, 2010
1 commit
-
This way we won't introduce performance bottlenecks there anymore. (ActionItem1617)