12 Jul, 2017
5 commits
06 Jul, 2017
8 commits
-
…rchkick into danielwestendorf-fix-uuid-async-reindex
-
- Unsure of the sql_type_metadata consistency and possible types, easier to find the minimum PK and see if its type `Numeric` - `#in_batches` is better, but only introduced in rails5. Switch to less performant `#find_in_batches` and grab each ID with ruby :( Such slow!
03 Jul, 2017
2 commits
29 Jun, 2017
2 commits
-
Unless the primary key has a database column type of integer, float, or decimal, index in batches by plucking the primary key column and sending it to the job as record_ids
14 Jun, 2017
3 commits
-
Change conversions_boost_term to conversions_term
13 Jun, 2017
3 commits
19 May, 2017
2 commits
-
This reverts commit 125e9653af035ca5c3bc47d72a2ee31f02b8f8aa.
17 May, 2017
1 commit
06 May, 2017
7 commits
05 May, 2017
2 commits
-
* Use an after create hook instead of manual reindex I always use FactoryGirl's `after create` hook to reindex. Since typically I only create only a handful models needed for each test, this is very quick and I don't have to remember anything. * add a trait on top of the hook this way you can precisely control when the reindex occurs. <3 @elskwid
02 May, 2017
1 commit
30 Apr, 2017
1 commit
29 Apr, 2017
3 commits