From 8273e6d3abecbfcd0131b1eabe5ff6c6797a341a Mon Sep 17 00:00:00 2001 From: Onni Hakala Date: Mon, 30 Oct 2017 12:12:18 +0200 Subject: [PATCH] Notify about ActiveRecord#eager_load problems in the readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e7a45d9..fc7192c 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,9 @@ adjust the amount of test data. 4. Run benchmark scripts from root of gem directory (remember pass ruby the include paths for lib and bench) +## Known issues +* If you use `ActiveRecord#eager_load` with `all_json` all of the fields get renamed to `t0_r0`, `t0_r1` ... # License