27 Aug, 2015
2 commits
24 Aug, 2015
2 commits
20 Aug, 2015
1 commit
19 Aug, 2015
2 commits
13 Aug, 2015
1 commit
12 Aug, 2015
3 commits
11 Aug, 2015
2 commits
-
…ons (create, update and destroy)
-
All scraps and action trackers from profile were loaded at once as will_paginate can't change SQL when find_by_sql is used. Also, eager load activities to make it O(3) instead of O(n). This increases performance by ~30% on profiles with lots of scraps/action trackers.
10 Aug, 2015
6 commits
-
that's usually the default behaviour nowadays so that users don't need to relogin after a browser restart
09 Aug, 2015
1 commit
07 Aug, 2015
2 commits
06 Aug, 2015
7 commits
-
Also added test/unit/i18n_test.rb which will warn us if any others pop up.
-
* api: Register user with and without name Needs to be compatible with older versions
05 Aug, 2015
3 commits
-
This reverts commit 59c15564ebca100f9019d942fcab3c1441a0bc93. This made a lot of tests fail
03 Aug, 2015
1 commit
-
Signed-off-by: Andre Bernardes <andrebsguedes@gmail.com> Signed-off-by: Brenddon Gontijo <brenddongontijo@msn.com> Signed-off-by: Filipe Ribeiro <firibeiro77@live.com>
31 Jul, 2015
2 commits
-
* api: Improvements for recaptcha v1
29 Jul, 2015
4 commits
-
So that it shows up in the output of `rake -T`
28 Jul, 2015
1 commit
-
* api: Refactor of render_api_errros!