You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@
34
34
-[Entity Organization](#entity-organization)
35
35
-[Caveats](#caveats)
36
36
-[Installation](#installation)
37
+
-[N plus one operation solution](#n-plus-one-operation-solution)
37
38
-[Testing with Entities](#testing-with-entities)
38
39
-[Project Resources](#project-resources)
39
40
-[Contributing](#contributing)
@@ -688,6 +689,10 @@ Or install it yourself as:
688
689
689
690
$ gem install grape-entity
690
691
692
+
## N plus one operation solution
693
+
694
+
[Grape::Entity::Preloader](https://github.com/OuYangJinTing/grape-entity-preloader) allows preload associations and callbacks for avoiding N+1 operations in Grape::Entity.
0 commit comments