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)